vagrant-aws-detiber 0.7.2.pre.2 → 0.7.2.pre.3
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 +4 -4
- data/.travis.yml +1 -0
- data/README.md +2 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9e256b99c3a7a450348c7a91977ca161f38d1381baa3579c890154c9bebeabf
|
|
4
|
+
data.tar.gz: f91410c8d9e2aad2830d4690ef596a2af444ba2d26d26cfba6571a85bfa39fb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13ad3982cb6747ad60b35fea96ee993d74cc46c6fbe896cbec307e8c39b561d11a0e0f249967afe71de5ba9fbb9bf5ec050bbc376fc7fb63af47a571e0790564
|
|
7
|
+
data.tar.gz: 5d44eacd573c824fdaad4cdc40bdcd45e4b18c4bd69a9e004becc51372524655239e7083dab89ffc5442a82d07c5815e5a83463613f6271338c7681ad3dd42f0
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
# Vagrant AWS Provider
|
|
2
|
-
[](https://gitter.im/mitchellh/vagrant-aws?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
[][gemnasium]
|
|
7
|
-
</span>
|
|
3
|
+
[](https://travis-ci.org/detiber/vagrant-aws)
|
|
4
|
+
[](https://badge.fury.io/rb/vagrant-aws-detiber)
|
|
8
5
|
|
|
9
|
-
[gem]: https://rubygems.org/gems/vagrant-aws
|
|
10
|
-
[gemnasium]: https://gemnasium.com/mitchellh/vagrant-aws
|
|
11
6
|
|
|
12
7
|
This is a [Vagrant](http://www.vagrantup.com) 1.2+ plugin that adds an [AWS](http://aws.amazon.com)
|
|
13
8
|
provider to Vagrant, allowing Vagrant to control and provision machines in
|