hygroscope.gemspec in hygroscope-1.1.3 vs hygroscope.gemspec in hygroscope-1.1.4
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'hygroscope'
- s.version = '1.1.3'
+ s.version = '1.1.4'
s.summary = 'CloudFormation launcher'
s.description = 'A tool for managing the launch of complex CloudFormation stacks'
s.authors = ['Daniel Silverman']
s.email = 'me@agperson.com'
s.homepage = 'http://agperson.github.io/hygroscope/'
@@ -11,10 +11,10 @@
s.files = `git ls-files -z`.split("\x0")
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.add_dependency 'thor'
s.add_dependency 'cfoo', '>= 0.0.5'
- s.add_dependency 'aws-sdk', '>= 2.0.0.pre'
+ s.add_dependency 'aws-sdk', '~> 2'
s.add_dependency 'archive-zip'
s.add_dependency 'json_color'
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'