Rakefile in capistrano-git-local-0.1.5 vs Rakefile in capistrano-git-local-0.1.6
- old
+ new
@@ -13,11 +13,11 @@
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
gem.name = "capistrano-git-local"
- gem.homepage = "http://github.com/i-ekho/capistrano-git-local"
+ gem.homepage = "http://github.com/ekho/capistrano-git-local"
gem.license = "MIT"
gem.summary = %Q{Operate with git locally}
gem.description = %Q{Git scm which works on local host}
gem.email = "ekho@ekho.name"
gem.authors = ["Boris Gorbylev"]
@@ -47,6 +47,6 @@
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "capistrano-git-local #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
-end
+end
\ No newline at end of file