Rakefile in forkcms_deploy-1.0.0 vs Rakefile in forkcms_deploy-1.1.0
- old
+ new
@@ -1,13 +1,13 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "forkcms_deploy"
- gemspec.summary = "MyCorp recipes for Capistrano"
- gemspec.description = "MyCorp recipes for Capistrano"
- gemspec.email = "tim@openmonkey.com"
- gemspec.homepage = "http://github.com/timriley/capistrano-mycorp"
- gemspec.authors = ["Tim Riley"]
+ gemspec.summary = "Deployment for Fork with Capistrano"
+ gemspec.description = "Deployment for Fork with Capistrano"
+ gemspec.email = "info@sumocoders.be"
+ gemspec.homepage = "http://github.com/tijsverkoyen/forkcms_deploy"
+ gemspec.authors = ['Tijs Verkoyen', 'Jan De Poorter']
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end
\ No newline at end of file