forked from geoffgarside/primehosting
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprimehosting.gemspec
More file actions
17 lines (14 loc) · 775 Bytes
/
Copy pathprimehosting.gemspec
File metadata and controls
17 lines (14 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Gem::Specification.new do |s|
s.name = "primehosting"
s.version = "0.0.2"
s.summary = "Capistrano recipes for deployment to Primehosting accounts"
s.homepage = "http://primehosting.co.uk/"
s.rubyforge_project = "primehosting"
s.authors = ["Geoff Garside"]
s.email = "primehosting@geoffgarside.co.uk"
s.files = ["lib/primehosting/app.rb", "lib/primehosting/database.rb", "lib/primehosting/mongrel.rb", "lib/primehosting/version.rb", "lib/primehosting.rb", "script/destroy", "script/generate", "spec/primehosting_spec.rb", "spec/spec_helper.rb", "README", "LICENCE", "History.txt"]
s.has_rdoc = true
s.add_dependency "capistrano", ">= 2.0.0"
s.add_dependency "highline", ">= 1.4.0"
s.extra_rdoc_files = ["README", "History.txt", "LICENCE"]
end