Rakefile in launchpad-0.0.2 vs Rakefile in launchpad-0.1.0

- old
+ new

@@ -12,10 +12,11 @@ gem.email = 'tom.j@gmx.net' gem.homepage = 'http://github.com/thomasjachmann/launchpad' gem.version = Launchpad::VERSION gem.authors = ['Thomas Jachmann'] gem.add_dependency('portmidi') - #gem.add_development_dependency 'thoughtbot-shoulda', '>= 0' + gem.add_development_dependency('thoughtbot-shoulda', '>= 0') + gem.add_development_dependency('mocha') # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts 'Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler'