Rakefile in api-auth-0.9.0 vs Rakefile in api-auth-0.9.1
- old
+ new
@@ -10,11 +10,11 @@
require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "api-auth"
- gem.homepage = "http://github.com/geminisbs/api-auth"
+ gem.homepage = "http://github.com/mgomes/api_auth"
gem.license = "MIT"
gem.summary = %Q{Simple HMAC authentication for your APIs}
gem.description = %Q{Full HMAC auth implementation for use in your gems and Rails apps.}
gem.email = "mgomes@geminisbs.com"
gem.authors = ["Mauricio Gomes"]
@@ -37,9 +37,9 @@
require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
- rdoc.title = "api-auth #{version}"
+ rdoc.title = "api_auth #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end