22require File . expand_path ( '../lib/easy-deployment/version' , __FILE__ )
33
44Gem ::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