dlss-capistrano.gemspec in dlss-capistrano-3.5.0 vs dlss-capistrano.gemspec in dlss-capistrano-3.6.0
- old
+ new
@@ -2,25 +2,25 @@
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
Gem::Specification.new do |s|
s.name = "dlss-capistrano"
- s.version = "3.5.0"
+ s.version = "3.6.0"
s.platform = Gem::Platform::RUBY
- s.authors = ["Chris Beer","Willy Mene"]
- s.email = ["cabeer@stanford.edu"]
- s.summary = "Capistrano recipies for use in SUL/DLSS projects"
- s.description = "Capistrano recipies to assist with the development, testing, and release of SUL/DLSS Ruby project"
+ s.authors = ["Chris Beer", 'Mike Giarlo']
+ s.email = ["cabeer@stanford.edu", 'mjgiarlo@stanford.edu']
+ s.summary = "Capistrano recipes for use in SUL/DLSS projects"
+ s.description = "Capistrano recipes to assist with development, testing, & deployment of SUL/DLSS Ruby projects"
s.license = "Apache-2.0"
s.required_rubygems_version = ">= 1.3.6"
s.required_ruby_version = '>= 1.9.3'
# All dependencies are runtime dependencies, since this gem's "runtime" is
# the dependent gem's development-time.
s.add_dependency "capistrano", "~> 3.0"
- s.add_dependency "capistrano-bundle_audit", ">= 0.1.0"
+ s.add_dependency "capistrano-bundle_audit", ">= 0.3.0"
s.add_dependency "capistrano-one_time_key"
s.add_dependency "capistrano-shared_configs"
s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }