vagrant-aws-route53 0.2.3 → 0.2.4

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: 22ffe9507256dfda81161aabd23ae9d58e9a6abe
4
- data.tar.gz: aec41c8ec0ad276bc3f0550b5808c7fdea6e5ef4
3
+ metadata.gz: 05bcbdb5a1d2cc4e879a580fbcf71dcb12a2a34c
4
+ data.tar.gz: 2aa00b1059cc121ad0e52fe69acc44aea164b5db
5
5
  SHA512:
6
- metadata.gz: 6c1ba5266548112219c96c801f4cfd70e59719df5d1cbe0bb76500ff7c77740114cb9428d839cf888bd9df0cb7204fd932c6297fe003f4238e656d96a5fa73d1
7
- data.tar.gz: 0e895af5a5039957d7e40ef5d7e6bd970e81222c2956c673f4681430d5a49e5eb419a160eba52e25e963b5f09e73a5c4a84920e3fb6a042bcb173b75ce353691
6
+ metadata.gz: 95da18b5d5f1933121bf3013579b5c9ab1ce8fc2e2afa166e25f10eacb75b2f44f66a7d062c541906f39bfbd68dfbaaef538345b1c5803e9f29bb5befca7e895
7
+ data.tar.gz: 557b1b3d52cc10eec78389d7363529a963777abc8d4153a4b2e89855ccfe25d31f11874f6f20497b2d117987272b447086ea73b37f40614cf894b78614731586
@@ -13,7 +13,7 @@ module VagrantPlugins
13
13
  Config
14
14
  end
15
15
 
16
- action_hook :assign_ip, :machine_action_up do |hook|
16
+ action_hook :assign_ip_to_route53, :machine_action_up do |hook|
17
17
  require_relative './action/set_ip'
18
18
  hook.after VagrantPlugins::AWS::Action::RunInstance, VagrantPlugins::AwsRoute53::Action::SetIp
19
19
  hook.after VagrantPlugins::AWS::Action::StartInstance, VagrantPlugins::AwsRoute53::Action::SetIp
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AwsRoute53
3
- VERSION = '0.2.3'
3
+ VERSION = '0.2.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naohiro Oogatta