forked from jeffbyrnes/railsless-deploy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rakefile
13 lines (13 loc) · 844 Bytes
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "railsless-deploy"
gemspec.summary = "Replacement for the default Capistrano tasks, designed to make life easier for PHP/Perl/Python developers"
gemspec.description = "Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy any platform with ease; some people have had huge success with this deploying rails projects where they needed to customise their deploy strategy beyond the code which ships with the Capistrano gem."
gemspec.email = "[email protected]"
gemspec.homepage = "http://github.com/leehambley/railsless-deploy/"
gemspec.authors = ["Lee Hambley"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end