cloudstrap 0.42.1.pre → 0.42.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cloudstrap-dns +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fda3ea2650260b6e15aed07411eff2d799c8ed02
4
- data.tar.gz: 66b5832292ddd111304a2084aa209e01a8d86460
3
+ metadata.gz: a50a9f856a8d27994c0b036c9ba2995d51e549b8
4
+ data.tar.gz: dc2110fe25b937518e3d4768c6196f52f0e1c4c4
5
5
  SHA512:
6
- metadata.gz: e01ba55328ccf382c2f263bb204101c1a11b7ae30eda601caa0c74c6396c7f75328dc76b472272d921337b7844f9d35095b00148bc0ceda20e11d03bae1ef1dc
7
- data.tar.gz: 3d6c011f8d0db9dbdf3ce7edd709eed9157d8d1c4b172a29f2fdfa526958d3a30fafce6109cc8935465f53a623293f83be61b3044f80b1def1a281352f47ef6a
6
+ metadata.gz: 8586f2e6cd8ac3acf1365779c8ae149a15238741ce328a6e426b639112aafe2ed4c86876836826d3fa2c86a51984ecbc4197b1a5a8226cd90fa5f6fc66045e60
7
+ data.tar.gz: 78a479e02601d02688e551a1131719175cbda64a343939f26b80510bfabd31e66b429dee6f4000cc324f3b33d9c1db3f852cbffaa02f1fe5bf61f6939f92c165
data/bin/cloudstrap-dns CHANGED
@@ -22,7 +22,7 @@ puts <<-EOS
22
22
  EOS
23
23
 
24
24
  config = Cloudstrap::Config.new
25
- route53 = Cloudstrap::Amazon::Route53.new region: config.region
25
+ route53 = Cloudstrap::Amazon::Route53.new config
26
26
 
27
27
  abort "Cache not found! #{$PROGRAM_NAME} should be run *after* cloudstrap." unless Dir.exist? config.cache_path
28
28
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.1.pre
4
+ version: 0.42.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-16 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk