vagrant-aws-route53 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: 8ff63645e09462a3a38e825f29b31fbeeef34d8d
4
- data.tar.gz: 16131fe1c2f409121f17b0e759e72f1a59a249c5
3
+ metadata.gz: 3c6d23ce1cd27bb4f51f65e8c2c9ce78c25d3c50
4
+ data.tar.gz: 0547d4828995ee11dd3b92458f917e566afe2267
5
5
  SHA512:
6
- metadata.gz: 8d921b4517d6cc060f6d2c528f5049511e3fb6d1c2e10cf16ca0dedf9c2b6249c6f70432d401e126af3c2a8c71077e8948bec68c0b84b2c9b401c4fc3173c185
7
- data.tar.gz: 366ca879285ab4fbf6b0d17fb40eb1f1dc9aef748d93c53e00fa048e4d8a5327559f6f5ad1f75f74247befb227a4e1c2b0fc1ae5e61445382e10a0477ed93d19
6
+ metadata.gz: d60bb7067ac26d6fd80b6a918b166e9a7ed4ba6aa8b0c29c0745e2ba0acc45d2d409478c3a3d7a10441f77576344458fff86cd37a00bc4af29194e911aa06166
7
+ data.tar.gz: 6f4ffd82b3dabde8d99f1fec05387f0e20e49b9655b95ee20aa2cbe3edb803268cf42d255b889a0443f7c0565d76db682aca30b3b71e52e6255dc15a1baed215
data/README.md CHANGED
@@ -1,14 +1,19 @@
1
1
  vagrant-aws-route53
2
2
  ===============
3
3
 
4
- A Vagrant plugin assigns the IP of the instance which vagrant-aws provider created to a specific Route 53 record set.
4
+ A Vagrant plugin assigns the public IP of the instance which vagrant-aws provider created to a specific Route 53 record set.
5
5
 
6
6
  ### Assigns the IP when
7
7
 
8
8
  * initial ```vagrant up```
9
9
  * ```vagrant up``` the halted instance.
10
10
 
11
- ### Currently does not
11
+ ### Assigns 0.0.0.0 when
12
+
13
+ * ```vagrant halt```
14
+ * ```vagrant destroy```
15
+
16
+ ### does not
12
17
 
13
18
  * creates another hosted zone or record set.
14
19
  * destroys hosted zone or record set.
@@ -1,4 +1,4 @@
1
- require 'aws-sdk'
1
+ require 'aws-sdk-v1'
2
2
 
3
3
  module VagrantPlugins
4
4
  module AwsRoute53
@@ -1,4 +1,4 @@
1
- require 'aws-sdk'
1
+ require 'aws-sdk-v1'
2
2
  require_relative 'ip_operations'
3
3
 
4
4
  module VagrantPlugins
@@ -1,4 +1,4 @@
1
- require 'aws-sdk'
1
+ require 'aws-sdk-v1'
2
2
  require_relative 'ip_operations'
3
3
 
4
4
  module VagrantPlugins
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AwsRoute53
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naohiro Oogatta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2015-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: aws-sdk
14
+ name: aws-sdk-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - '>='