Rakefile in optionsful-0.4.0 vs Rakefile in optionsful-0.4.1

- old
+ new

@@ -4,10 +4,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "optionsful" gem.summary = %Q{Support HTTP OPTIONS verb on your Rails 3 app.} - gem.description = %Q{Help building RESTful web services by supporting the HTTP OPTIONS verb on Ruby on Rails applications.} + gem.description = %Q{Build RESTful web services supporting the HTTP OPTIONS verb on Ruby on Rails applications.} gem.email = "kayaman@baurets.net" gem.homepage = "http://github.com/kayaman/optionsful" gem.authors = ["Marco Antonio Gonzalez Junior"] gem.rubyforge_project = "optionsful" gem.add_development_dependency "rspec", ">= 1.2.9"