cloudstrap.gemspec in cloudstrap-0.49.10.pre vs cloudstrap.gemspec in cloudstrap-0.49.11.pre

- old
+ new

@@ -1,22 +1,24 @@ Gem::Specification.new do |gem| tag = `git describe --tags --abbrev=0`.chomp - gem.name = 'cloudstrap' - gem.version = "#{tag}.pre" - gem.licenses = 'MIT' - gem.authors = ['Chris Olstrom'] - gem.email = 'chris@olstrom.com' - gem.homepage = 'https://github.com/colstrom/cloudstrap' - gem.summary = 'Strapping Boots to Clouds' + gem.name = 'cloudstrap' + gem.homepage = 'https://github.com/colstrom/cloudstrap' + gem.summary = 'Strapping Boots to Clouds' + gem.version = "#{tag}.pre" + gem.licenses = 'MIT' + gem.authors = ['Chris Olstrom'] + gem.email = 'chris@olstrom.com' + + gem.cert_chain = ['trust/certificates/colstrom.pem'] + gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY' + gem.files = `git ls-files -z`.split("\x0") gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0") gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) } - gem.require_paths = ['lib'] - gem.cert_chain = ['trust/certificates/colstrom.pem'] - gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY' + gem.require_paths = ['lib'] gem.add_runtime_dependency 'aws-sdk', '~> 2.7', '>= 2.7.0' gem.add_runtime_dependency 'burdened-acrobat', '~> 0.3', '>= 0.3.4' gem.add_runtime_dependency 'concurrent-ruby', '~> 1.0', '>= 1.0.0' gem.add_runtime_dependency 'contracts', '~> 0.14', '>= 0.14.0', '<= 0.15.0'