Rakefile in i18n-0.3.5 vs Rakefile in i18n-0.3.6.pre
- old
+ new
@@ -21,8 +21,10 @@
s.homepage = "http://rails-i18n.org"
s.description = "Add Internationalization support to your Ruby application."
s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
s.files = FileList["[A-Z]*", "{lib,test,vendor}/**/*"]
end
+
+ Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end