forked from cpjolicoeur/slicehost
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRakefile
More file actions
18 lines (17 loc) · 752 Bytes
/
Rakefile
File metadata and controls
18 lines (17 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "bcalloway-slicehost"
s.summary = "Capistrano recipes for setting up and deploying to Slicehost"
s.email = "josh@joshpeek.com, brandon@brandoncalloway.com"
s.homepage = "http://github.com/bcalloway/slicehost"
s.description = "Slicehost Capistrano recipes for configuring and managing your slice."
s.authors = ["Joshua Peek, Brandon Calloway"]
s.has_rdoc = false
s.files = Dir["README", "MIT-LICENSE", "lib/capistrano/ext/**/*"]
s.add_dependency("capistrano", ["> 2.5.0"])
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end