Rakefile in churn-0.0.5 vs Rakefile in churn-0.0.6

- old
+ new

@@ -10,15 +10,16 @@ gem.description = %Q{High method and class churn has been shown to have increased bug and error rates. This gem helps you know what is changing a lot so you can do additional testing, code review, or refactoring to try to tame the volatile code. } gem.email = "dan@devver.net" gem.homepage = "http://github.com/danmayer/churn" gem.authors = ["Dan Mayer"] gem.add_development_dependency "thoughtbot-shoulda" + gem.add_development_dependency "devver-construct" gem.add_dependency "main" gem.add_dependency "json" gem.add_dependency "chronic", '~> 0.2.3' gem.add_dependency "sexp_processor", '~> 3.0.3' gem.add_dependency "ruby_parser", '~> 2.0.4' - + gem.add_dependency 'hirb' gem.executables = ['churn'] # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"