Rakefile in myna_bird-0.2.9 vs Rakefile in myna_bird-0.2.11

- old
+ new

@@ -8,10 +8,9 @@ gem.summary = %Q{Transform email addresses into account names for your app} gem.description = %Q{Given an email address, MynaBird generates a name suitable for use in a host name} gem.email = "brendan@wistia.com" gem.homepage = "http://github.com/wistia/myna_bird" gem.authors = ["Brendan Schwartz"] - gem.add_development_dependency "rspec", ">= 1.2.9" # 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: gem install jeweler"