Rakefile in opro-0.4.0 vs Rakefile in opro-0.4.1

- old
+ new

@@ -24,11 +24,11 @@ task :default => :test Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' - rdoc.title = 'Opro' + rdoc.title = 'oPRO' rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end @@ -45,10 +45,10 @@ Jeweler::Tasks.new do |gem| # 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.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.email = "richard.schneeman@gmail.com" gem.authors = ["schneems"] # dependencies defined in Gemfile end