vagrant-aws-detiber 0.7.2.pre.3 → 0.7.2.pre.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
  SHA256:
3
- metadata.gz: f9e256b99c3a7a450348c7a91977ca161f38d1381baa3579c890154c9bebeabf
4
- data.tar.gz: f91410c8d9e2aad2830d4690ef596a2af444ba2d26d26cfba6571a85bfa39fb9
3
+ metadata.gz: 384cb6bdfdce3b036c2897db38e966d30ca5f6b90d9c4420e4b8559df50711a3
4
+ data.tar.gz: 5e1e46a96184c793c68b9840e6de77eacaab9f315ec637334689fe7f97044e95
5
5
  SHA512:
6
- metadata.gz: 13ad3982cb6747ad60b35fea96ee993d74cc46c6fbe896cbec307e8c39b561d11a0e0f249967afe71de5ba9fbb9bf5ec050bbc376fc7fb63af47a571e0790564
7
- data.tar.gz: 5d44eacd573c824fdaad4cdc40bdcd45e4b18c4bd69a9e004becc51372524655239e7083dab89ffc5442a82d07c5815e5a83463613f6271338c7681ad3dd42f0
6
+ metadata.gz: 8df4591310dcbd697ec6ae820427c0d8b0fd7014f9eadda69f5996df747a57989bae44a5b8b7731ca298d156939e522bebc11dd4d7605a7fc5788078eadc6b07
7
+ data.tar.gz: 1e054b241f852200575e92a82ce1482a9f8889d537b8f1161ebbb899feab0187a573a6c6ce4b84e976a598f44b95914835178b8ac3d40db309acd56019de7e14
data/README.md CHANGED
@@ -27,7 +27,7 @@ installing, `vagrant up` and specify the `aws` provider. An example is
27
27
  shown below.
28
28
 
29
29
  ```
30
- $ vagrant plugin install vagrant-aws
30
+ $ vagrant plugin install vagrant-aws-detiber
31
31
  ...
32
32
  $ vagrant up --provider=aws
33
33
  ...
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-aws-detiber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.pre.3
4
+ version: 0.7.2.pre.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -103,7 +103,7 @@ files:
103
103
  - dummy.box
104
104
  - example_box/README.md
105
105
  - example_box/metadata.json
106
- - lib/vagrant-aws.rb
106
+ - lib/vagrant-aws-detiber.rb
107
107
  - lib/vagrant-aws/action.rb
108
108
  - lib/vagrant-aws/action/connect_aws.rb
109
109
  - lib/vagrant-aws/action/elb_deregister_instance.rb