stackprof.gemspec in stackprof-0.2.1 vs stackprof.gemspec in stackprof-0.2.2
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'stackprof'
- s.version = '0.2.1'
+ s.version = '0.2.2'
s.homepage = 'http://github.com/tmm1/stackprof'
s.authors = 'Aman Gupta'
s.email = 'aman@tmm1.net'
@@ -16,6 +16,7 @@
s.description = 'stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.'
s.license = 'MIT'
s.add_development_dependency 'rake-compiler'
+ s.add_development_dependency 'mocha'
end