Rakefile in opro-0.0.1.pre vs Rakefile in opro-0.0.1.pre1.0.1

- old
+ new

@@ -38,10 +38,10 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "opro" gem.homepage = "http://github.com/schneems/opro" gem.license = "MIT" gem.summary = %Q{ Opro turns your Rails application into an OAuth Provider } - gem.description = %Q{ Enable oauth clients (iphone, android, web sites, etc.) to access and use your Rails application, what you do with it is up to you} + gem.description = %Q{ Enable OAuth clients (iphone, android, web sites, etc.) to access and use your Rails application, what you do with it is up to you} gem.email = "richard.schneeman@gmail.com" gem.authors = ["schneems"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new