vagrant-ansible_inventory 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vagrant/ansible_inventory/version.rb +1 -1
- data/vagrant-ansible_inventory.gemspec +1 -4
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db21c172cf4eb93746cd9d962c32253476c2a7a2
|
4
|
+
data.tar.gz: 0d5838534a9a3beb8b344e041e7126c8c295566d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b27cf125fc9a1e4c6bbc7fb0aa76db4a9681aeed8e64165db07f290bb28b7effc839ca2ca1feb20a15f8ba35a2e78a0245a18983d99155c72b85b7647a1709d
|
7
|
+
data.tar.gz: 050669dda3918d680299bb1a5936a41d3dd9be1df74c4216140ba4558a003e801934561c7d4bed3be92ac2fea6c6902d30b88a6bb95adc6207a581a8a114d577
|
@@ -8,10 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['Ignacio Galindo']
|
9
9
|
spec.email = ['joiggama@gmail.com']
|
10
10
|
spec.summary = %q{Vagrant plugin for building ansible inventory files.}
|
11
|
-
spec.description = %{
|
12
|
-
Helps defining and building ansible inventory files
|
13
|
-
programatically via configuration and command modules.
|
14
|
-
}.strip
|
11
|
+
spec.description = %q{Helps defining and building ansible inventory files programatically via configuration and command modules.}
|
15
12
|
spec.homepage = 'https://github.com/joiggama/vagrant-ansible_inventory'
|
16
13
|
spec.license = 'MIT'
|
17
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-ansible_inventory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ignacio Galindo
|
@@ -38,9 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description:
|
42
|
-
|
43
|
-
programatically via configuration and command modules.
|
41
|
+
description: Helps defining and building ansible inventory files programatically via
|
42
|
+
configuration and command modules.
|
44
43
|
email:
|
45
44
|
- joiggama@gmail.com
|
46
45
|
executables: []
|