cloudstrap 0.49.10.pre → 0.49.11.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88003ab623e9069983a4684e9d1f597637d2a88c2f41bf686b45cb42008f021e
4
- data.tar.gz: 0a041fffcb62149809932f1815faa934688db9db754a31ba9a4b6ad98e38f75c
3
+ metadata.gz: b6bac5c5996af949676f02a9259106ccf63d03302ced0b0cf8c473ec9ef08ffc
4
+ data.tar.gz: 671ea4fa4f435bc4451ac29920986e64ef487a2e94381a972da4e9a209d86692
5
5
  SHA512:
6
- metadata.gz: 98836b9b97d798661e02003ca34a06a4cb38078d72c243dd6c3d1055c4fff0ed6c8659774a98a37de03eaba0e1ad7cccd25f055c1547aa713ffa7b216b81aae1
7
- data.tar.gz: aed471d4422aeb3a4e07aad54ea1d78ecd972bc11c9a6c75f0a09f16573afba73f803915d24287563ad4587cc0b345d7ad027755f73026f515af366d2a53ac89
6
+ metadata.gz: db366837b29f6d45b11246e2997c93bd6f900fa5830b4415248c8370d297c3767d03837e19581355880734dd0edde7a65c467ef598af428119e5c5d341cc6394
7
+ data.tar.gz: 6e321b38c3927ca8c5c0b83403515657afcc260124c014059f0c4387a99ae05c3bb341a69f91409733f88c6b70511eb571cb83d04ba56c892fc4e15698e258f8
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,21 +1,23 @@
1
1
  Gem::Specification.new do |gem|
2
2
  tag = `git describe --tags --abbrev=0`.chomp
3
3
 
4
- gem.name = 'cloudstrap'
5
- gem.version = "#{tag}.pre"
6
- gem.licenses = 'MIT'
7
- gem.authors = ['Chris Olstrom']
8
- gem.email = 'chris@olstrom.com'
9
- gem.homepage = 'https://github.com/colstrom/cloudstrap'
10
- gem.summary = 'Strapping Boots to Clouds'
4
+ gem.name = 'cloudstrap'
5
+ gem.homepage = 'https://github.com/colstrom/cloudstrap'
6
+ gem.summary = 'Strapping Boots to Clouds'
7
+
8
+ gem.version = "#{tag}.pre"
9
+ gem.licenses = 'MIT'
10
+ gem.authors = ['Chris Olstrom']
11
+ gem.email = 'chris@olstrom.com'
12
+
13
+ gem.cert_chain = ['trust/certificates/colstrom.pem']
14
+ gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY'
11
15
 
12
16
  gem.files = `git ls-files -z`.split("\x0")
13
17
  gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0")
14
18
  gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) }
15
- gem.require_paths = ['lib']
16
19
 
17
- gem.cert_chain = ['trust/certificates/colstrom.pem']
18
- gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY'
20
+ gem.require_paths = ['lib']
19
21
 
20
22
  gem.add_runtime_dependency 'aws-sdk', '~> 2.7', '>= 2.7.0'
21
23
  gem.add_runtime_dependency 'burdened-acrobat', '~> 0.3', '>= 0.3.4'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.10.pre
4
+ version: 0.49.11.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
metadata.gz.sig CHANGED
Binary file