Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Sep 16, 2012
1 parent ccf8b09 commit 2776f99
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rblineprof.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Gem::Specification.new do |s|
s.name = 'rblineprof'
s.version = '0.1.0'
s.homepage = 'http://github.com/tmm1/rblineprof'

s.authors = 'Aman Gupta'
s.email = 'aman@tmm1.net'

s.files = `git ls-files`.split("\n")
s.extensions = 'ext/extconf.rb'

s.summary = 'line-profiler for ruby 1.8'
s.description = 'rblineprof shows you lines of code that are slow.'
end

0 comments on commit 2776f99

Please sign in to comment.