Rakefile in userstamp-2.0.0 vs Rakefile in userstamp-2.0.1
- old
+ new
@@ -15,11 +15,11 @@
desc 'Generate documentation for the userstamp plugin.'
Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'Userstamp'
rdoc.options << '--line-numbers' << '--inline-source'
- rdoc.rdoc_files.include('README', 'CHANGELOG', 'LICENSE')
+ rdoc.rdoc_files.include('Readme.rdoc', 'CHANGELOG', 'LICENSE')
rdoc.rdoc_files.include('lib/**/*.rb')
end
begin
require 'jeweler'
@@ -32,7 +32,7 @@
gem.authors = ["DeLynn Berry"]
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"
+ puts "Jeweler, or one of its dependencies, is not available. Install it with: gem install jeweler"
end
\ No newline at end of file