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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ef0158a3b166dbbcb4d6062b32b91aa298cc516
4
- data.tar.gz: 653f11e79ff3009f5dda874bd36ae304f94eb43a
3
+ metadata.gz: db21c172cf4eb93746cd9d962c32253476c2a7a2
4
+ data.tar.gz: 0d5838534a9a3beb8b344e041e7126c8c295566d
5
5
  SHA512:
6
- metadata.gz: eb366e464d2f5321b250aad7e3d8c223e8725b46933b514da25d805a471bf43acc9e349e5f91f72a7e722fa61a52e4e910bf75d06495afe9ba1949a0633b0efa
7
- data.tar.gz: 81ad573fc1d3f5c6d9ea820594e6e0459dde6acebc015c564622199614ac9208837612f3959be315e7e4006892e3f930e77a4e9430b87514f6ea0354d6f2267a
6
+ metadata.gz: 4b27cf125fc9a1e4c6bbc7fb0aa76db4a9681aeed8e64165db07f290bb28b7effc839ca2ca1feb20a15f8ba35a2e78a0245a18983d99155c72b85b7647a1709d
7
+ data.tar.gz: 050669dda3918d680299bb1a5936a41d3dd9be1df74c4216140ba4558a003e801934561c7d4bed3be92ac2fea6c6902d30b88a6bb95adc6207a581a8a114d577
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module AnsibleInventory
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
@@ -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
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
- Helps defining and building ansible inventory files
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: []