stackprof.gemspec in stackprof-0.2.0 vs stackprof.gemspec in stackprof-0.2.1

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'stackprof' - s.version = '0.2.0' + s.version = '0.2.1' s.homepage = 'http://github.com/tmm1/stackprof' s.authors = 'Aman Gupta' s.email = 'aman@tmm1.net' @@ -15,8 +15,7 @@ s.summary = 'sampling callstack-profiler for ruby 2.1+' s.description = 'stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.' s.license = 'MIT' -# s.add_dependency 'yajl-ruby' s.add_development_dependency 'rake-compiler' end