Rakefile in marvel_api-0.1.0 vs Rakefile in marvel_api-0.1.1

- old
+ new

@@ -16,11 +16,11 @@ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "marvel_api" gem.homepage = "http://github.com/O-I/marvel" gem.license = "MIT" gem.summary = %Q{Ruby bindings for the Marvel API} - gem.description = %Q{Marvel is a Ruby gem that lets you explore the Marvel Universe like never before.} + gem.description = %Q{Marvel_API is a Ruby gem that lets you explore the Marvel Universe like never before.} gem.email = "hore.rahul@gmail.com" gem.authors = ["Rahul Horé"] # dependencies defined in Gemfile end Jeweler::RubygemsDotOrgTasks.new @@ -36,9 +36,9 @@ require 'rdoc/task' Rake::RDocTask.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : "" rdoc.rdoc_dir = 'rdoc' - rdoc.title = "marvel #{version}" + rdoc.title = "marvel_api #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end