Skip to content

Commit a1c4276

Browse files
committed
Add and correct some gem meta data
1 parent 8093722 commit a1c4276

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

easy-deployment.gemspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
require File.expand_path('../lib/easy-deployment/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.authors = ["Jeremy Olliver", "Nigel Ramsay", "Shevaun Coker", "Cameron Fowler"]
6-
gem.email = ["jeremy.olliver@gmail.com", "[email protected]", "[email protected]", "[email protected]"]
7-
gem.description = %q{Easy deployment: includes a generator, and capistrano configuration}
8-
gem.summary = %q{Gem for encapsulating abletech's deployment practices}
9-
gem.homepage = ""
5+
gem.authors = ["Jeremy Olliver", "Nigel Ramsay", "Shevaun Coker", "Cameron Fowler"]
6+
gem.email = ["jeremy.olliver@abletech.co.nz", "[email protected]", "[email protected]", "[email protected]"]
7+
gem.description = %q{Easy deployment: includes a generator, and capistrano configuration}
8+
gem.summary = %q{Gem for encapsulating Abletech's deployment practices}
9+
gem.homepage = "https://github.com/AbleTech/easy-deployment"
1010

1111
gem.files = `git ls-files`.split($\)
1212
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -15,7 +15,6 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ["lib"]
1616
gem.version = Easy::Deployment::VERSION
1717

18-
1918
gem.add_runtime_dependency 'rails', '>= 3.0.0'
2019
gem.add_runtime_dependency 'capistrano'
2120
gem.add_runtime_dependency 'capistrano-ext'

0 commit comments

Comments
 (0)