Rakefile in matching_bundle-0.1.1 vs Rakefile in matching_bundle-0.1.2

- old
+ new

@@ -8,9 +8,10 @@ gem.name = 'matching_bundle' gem.summary = "Find a matching bundler version for a Gemfile and use it" gem.email = "michael@grosser.it" gem.homepage = "http://github.com/grosser/#{gem.name}" gem.authors = ["Michael Grosser"] + gem.license = "MIT" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler, or one of its dependencies, is not available. Install it with: gem install jeweler"