File: rblineprof.gemspec

package info (click to toggle)
ruby-rblineprof 0.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: ansic: 485; ruby: 170; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
  s.name = 'rblineprof'
  s.version = '0.3.7'
  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'
  s.description = 'rblineprof shows you lines of code that are slow.'

  s.license = 'MIT'

  s.add_development_dependency 'rake-compiler'
end