vagrant-ansible_auto 0.2.2 → 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
- SHA1:
3
- metadata.gz: 86bbf45cb65b33f971d3877a02f1290ff18a8424
4
- data.tar.gz: 482b76a61c9dd6259936b188c4581bfdca21cf75
2
+ SHA256:
3
+ metadata.gz: da9461fdc89edf0141b0bcc660e158b3fbb888b0edbe1cc4f7d078023c85c04f
4
+ data.tar.gz: 75dfbc75fc51ab170ffa08e1bfd40691d46c9447ae5871b12400b2e7f7684bf6
5
5
  SHA512:
6
- metadata.gz: 2ece562c557c5a437ecd86d24f424c482de6f4106f18bc20709a8451901bff83c4bbd79a3f762c388799d6197ea3b9f8bbfa649386b91e0a2756cae292f7b1e0
7
- data.tar.gz: '08e522fb58ea6f9347270e46cd0a973aad935c909e31d33efdd926858c98bc7cb6e3c349e68c67d037016dd68dbdbdc78fd03408dacdba3db9c86283b0accc6b'
6
+ metadata.gz: 3287520eca757f225981c18a757a5765cd3690b5194b8240a730c8b7778e678d34020c5173e58619a87125ca6d065ff3f2bb2e6779b60130049eca7d68a4806d
7
+ data.tar.gz: 4436e05f110671b701649d6caede7d1db2cb1fe04ebcb8838f588ad28a4a60d546fe261a6e6af63ba008ef368f8e26fc449e42ab3d9298db607e1e750cf9e7de
@@ -6,6 +6,38 @@ IMPROVEMENTS:
6
6
 
7
7
  BUG FIXES:
8
8
 
9
+ ## 0.2.4 (August 07, 2020)
10
+
11
+ FEATURES:
12
+
13
+ IMPROVEMENTS:
14
+
15
+ BUG FIXES:
16
+
17
+ - `s/chmod/chown/` in
18
+ `VagrantPlugins::AnsibleAuto::Provisioner#create_and_chown_remote_folder`.
19
+ This corrects a fatal error due to the fact that `chmod` does not recognize
20
+ the `-h` flag (and, even it it did recognize the flag, it wouldn't DWIM).
21
+
22
+ ## 0.2.3 (August 07, 2020)
23
+
24
+ **NOTE** yanked due to use of `chmod` rather than `chown` in
25
+ `VagrantPlugins::AnsibleAuto::Provisioner#create_and_chown_remote_folder`.
26
+
27
+ IMPROVEMENTS:
28
+
29
+ - Update development dependencies, including updating to the current stable
30
+ Vagrant release (2.2.9).
31
+
32
+ BUG FIXES:
33
+
34
+ - Disable Vagrant plugin loading and plugin system initialization when running
35
+ unit tests; this isolates our tests from the user's existing Vagrant
36
+ environment (e.g. the stuff undef `~/.vagrant.d`) and help avert breakage due
37
+ to problems with globally-installed Vagrant plugins.
38
+ - Add missing `require "simplecov"` to [`spec/spec_helper.rb`], correcting a
39
+ fatal `NameError` referring to `SimpleCov`.
40
+
9
41
  ## 0.2.2 (August 23, 2017)
10
42
 
11
43
  BUG FIXES:
data/Gemfile CHANGED
@@ -4,10 +4,8 @@ source 'https://rubygems.org'
4
4
 
5
5
  group :development do
6
6
  gem 'pry'
7
- gem 'vagrant', github: 'mitchellh/vagrant'
8
- # Lock to commit just before update to rspec ~> 3.5.0, which broke the whole
9
- # dang thing :(
10
- gem 'vagrant-spec', github: 'mitchellh/vagrant-spec', ref: '2f0fb10'
7
+ gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v2.2.9'
8
+ gem 'vagrant-spec', github: 'mitchellh/vagrant-spec', ref: 'fe62938'
11
9
  end
12
10
 
13
11
  group :plugins do
@@ -1,168 +1,193 @@
1
1
  GIT
2
- remote: git://github.com/mitchellh/vagrant-spec.git
3
- revision: 2f0fb10862b2d19861c584be9d728080ba1f5d33
4
- ref: 2f0fb10
2
+ remote: https://github.com/mitchellh/vagrant-spec.git
3
+ revision: fe62938ff3d8bb4adf4cd0abb1aa27030605a14a
4
+ ref: fe62938
5
5
  specs:
6
6
  vagrant-spec (0.0.1)
7
- childprocess (~> 0.6.0)
7
+ childprocess
8
8
  log4r (~> 1.1.9)
9
- rspec (~> 2.14)
9
+ rspec (~> 3.5.0)
10
10
  thor (~> 0.18.1)
11
11
 
12
12
  GIT
13
- remote: git://github.com/mitchellh/vagrant.git
14
- revision: dce71a5a27c93d97c9262e7562c0fd5abfc2fd9a
13
+ remote: https://github.com/mitchellh/vagrant.git
14
+ revision: 06d04b0d9ca051381e0159eddc66cbc8c9268d84
15
+ tag: v2.2.9
15
16
  specs:
16
- vagrant (1.9.8.dev)
17
- childprocess (~> 0.6.0)
17
+ vagrant (2.2.9)
18
+ bcrypt_pbkdf (~> 1.0.0)
19
+ childprocess (~> 3.0.0)
20
+ ed25519 (~> 1.2.4)
18
21
  erubis (~> 2.7.0)
19
- hashicorp-checkpoint (~> 0.1.1)
20
- i18n (>= 0.6.0, <= 0.8.0)
22
+ hashicorp-checkpoint (~> 0.1.5)
23
+ i18n (~> 1.8)
21
24
  listen (~> 3.1.5)
22
25
  log4r (~> 1.1.9, < 1.1.11)
23
26
  net-scp (~> 1.2.0)
24
27
  net-sftp (~> 2.1)
25
- net-ssh (~> 4.1.0)
28
+ net-ssh (~> 5.2.0)
26
29
  rb-kqueue (~> 0.2.0)
27
30
  rest-client (>= 1.6.0, < 3.0)
28
31
  ruby_dep (<= 1.3.1)
32
+ rubyzip (~> 2.0)
33
+ vagrant_cloud (~> 2.0.3)
29
34
  wdm (~> 0.1.0)
30
- winrm (~> 2.1)
31
- winrm-elevated (~> 1.1)
32
- winrm-fs (~> 1.0)
35
+ winrm (>= 2.3.4, < 3.0)
36
+ winrm-elevated (>= 1.2.1, < 2.0)
37
+ winrm-fs (>= 1.3.4, < 2.0)
33
38
 
34
39
  PATH
35
40
  remote: .
36
41
  specs:
37
- vagrant-ansible_auto (0.2.2)
42
+ vagrant-ansible_auto (0.2.4)
38
43
 
39
44
  GEM
40
45
  remote: https://rubygems.org/
41
46
  specs:
42
- ast (2.3.0)
43
- builder (3.2.3)
47
+ ast (2.4.1)
48
+ bcrypt_pbkdf (1.0.1)
49
+ builder (3.2.4)
44
50
  cane (3.0.0)
45
51
  parallel
46
- childprocess (0.6.3)
47
- ffi (~> 1.0, >= 1.0.11)
48
- coderay (1.1.1)
49
- coveralls (0.7.2)
52
+ childprocess (3.0.0)
53
+ coderay (1.1.3)
54
+ concurrent-ruby (1.1.6)
55
+ coveralls (0.7.1)
50
56
  multi_json (~> 1.3)
51
- rest-client (= 1.6.7)
57
+ rest-client
52
58
  simplecov (>= 0.7)
53
- term-ansicolor (= 1.2.2)
54
- thor (= 0.18.1)
55
- diff-lcs (1.3)
56
- docile (1.1.5)
59
+ term-ansicolor
60
+ thor
61
+ diff-lcs (1.4.4)
62
+ docile (1.3.2)
63
+ domain_name (0.5.20190701)
64
+ unf (>= 0.0.5, < 1.0.0)
65
+ ed25519 (1.2.4)
66
+ erubi (1.9.0)
57
67
  erubis (2.7.0)
58
- ffi (1.9.18)
59
- gssapi (1.2.0)
68
+ ffi (1.13.1)
69
+ gssapi (1.3.0)
60
70
  ffi (>= 1.0.1)
61
71
  gyoku (1.3.1)
62
72
  builder (>= 2.1.2)
63
- hashicorp-checkpoint (0.1.4)
73
+ hashicorp-checkpoint (0.1.5)
74
+ http-cookie (1.0.3)
75
+ domain_name (~> 0.5)
64
76
  httpclient (2.8.3)
65
- i18n (0.8.0)
66
- json (2.1.0)
77
+ i18n (1.8.5)
78
+ concurrent-ruby (~> 1.0)
67
79
  listen (3.1.5)
68
80
  rb-fsevent (~> 0.9, >= 0.9.4)
69
81
  rb-inotify (~> 0.9, >= 0.9.7)
70
82
  ruby_dep (~> 1.2)
71
83
  little-plugger (1.1.4)
72
84
  log4r (1.1.10)
73
- logging (2.2.2)
85
+ logging (2.3.0)
74
86
  little-plugger (~> 1.1)
75
- multi_json (~> 1.10)
76
- method_source (0.8.2)
77
- mime-types (3.1)
87
+ multi_json (~> 1.14)
88
+ method_source (1.0.0)
89
+ mime-types (3.3.1)
78
90
  mime-types-data (~> 3.2015)
79
- mime-types-data (3.2016.0521)
80
- multi_json (1.12.1)
91
+ mime-types-data (3.2020.0512)
92
+ multi_json (1.15.0)
81
93
  net-scp (1.2.1)
82
94
  net-ssh (>= 2.6.5)
83
95
  net-sftp (2.1.2)
84
96
  net-ssh (>= 2.6.5)
85
- net-ssh (4.1.0)
97
+ net-ssh (5.2.0)
98
+ netrc (0.11.0)
86
99
  nori (2.6.0)
87
- parallel (1.12.0)
88
- parser (2.4.0.0)
89
- ast (~> 2.2)
90
- powerpack (0.1.1)
91
- pry (0.10.4)
92
- coderay (~> 1.1.0)
93
- method_source (~> 0.8.1)
94
- slop (~> 3.4)
100
+ parallel (1.19.2)
101
+ parser (2.7.1.4)
102
+ ast (~> 2.4.1)
103
+ powerpack (0.1.2)
104
+ pry (0.13.1)
105
+ coderay (~> 1.1)
106
+ method_source (~> 1.0)
95
107
  rainbow (2.2.2)
96
108
  rake
97
109
  rake (10.5.0)
98
- rb-fsevent (0.10.2)
99
- rb-inotify (0.9.10)
100
- ffi (>= 0.5.0, < 2)
110
+ rb-fsevent (0.10.4)
111
+ rb-inotify (0.10.1)
112
+ ffi (~> 1.0)
101
113
  rb-kqueue (0.2.5)
102
114
  ffi (>= 0.5.0)
103
- rest-client (1.6.7)
104
- mime-types (>= 1.16)
105
- rspec (2.99.0)
106
- rspec-core (~> 2.99.0)
107
- rspec-expectations (~> 2.99.0)
108
- rspec-mocks (~> 2.99.0)
109
- rspec-core (2.99.2)
110
- rspec-expectations (2.99.2)
111
- diff-lcs (>= 1.1.3, < 2.0)
112
- rspec-mocks (2.99.4)
113
- rubocop (0.49.1)
115
+ rest-client (2.0.2)
116
+ http-cookie (>= 1.0.2, < 2.0)
117
+ mime-types (>= 1.16, < 4.0)
118
+ netrc (~> 0.8)
119
+ rspec (3.5.0)
120
+ rspec-core (~> 3.5.0)
121
+ rspec-expectations (~> 3.5.0)
122
+ rspec-mocks (~> 3.5.0)
123
+ rspec-core (3.5.4)
124
+ rspec-support (~> 3.5.0)
125
+ rspec-expectations (3.5.0)
126
+ diff-lcs (>= 1.2.0, < 2.0)
127
+ rspec-support (~> 3.5.0)
128
+ rspec-mocks (3.5.0)
129
+ diff-lcs (>= 1.2.0, < 2.0)
130
+ rspec-support (~> 3.5.0)
131
+ rspec-support (3.5.0)
132
+ rubocop (0.50.0)
114
133
  parallel (~> 1.10)
115
134
  parser (>= 2.3.3.1, < 3.0)
116
135
  powerpack (~> 0.1)
117
- rainbow (>= 1.99.1, < 3.0)
136
+ rainbow (>= 2.2.2, < 3.0)
118
137
  ruby-progressbar (~> 1.7)
119
138
  unicode-display_width (~> 1.0, >= 1.0.1)
120
- ruby-progressbar (1.8.1)
139
+ ruby-progressbar (1.10.1)
121
140
  ruby_dep (1.3.1)
122
141
  rubyntlm (0.6.2)
123
- rubyzip (1.2.1)
124
- simplecov (0.15.0)
125
- docile (~> 1.1.0)
126
- json (>= 1.8, < 3)
127
- simplecov-html (~> 0.10.0)
128
- simplecov-html (0.10.2)
129
- slop (3.6.0)
130
- term-ansicolor (1.2.2)
131
- tins (~> 0.8)
142
+ rubyzip (2.3.0)
143
+ simplecov (0.18.5)
144
+ docile (~> 1.1)
145
+ simplecov-html (~> 0.11)
146
+ simplecov-html (0.12.2)
147
+ sync (0.5.0)
148
+ term-ansicolor (1.7.1)
149
+ tins (~> 1.0)
132
150
  thor (0.18.1)
133
- tins (0.13.2)
134
- unicode-display_width (1.3.0)
151
+ tins (1.25.0)
152
+ sync
153
+ unf (0.1.4)
154
+ unf_ext
155
+ unf_ext (0.0.7.7)
156
+ unicode-display_width (1.7.0)
157
+ vagrant_cloud (2.0.3)
158
+ rest-client (~> 2.0.2)
135
159
  wdm (0.1.1)
136
- winrm (2.2.3)
160
+ winrm (2.3.4)
137
161
  builder (>= 2.1.2)
138
- erubis (~> 2.7)
162
+ erubi (~> 1.8)
139
163
  gssapi (~> 1.2)
140
164
  gyoku (~> 1.0)
141
165
  httpclient (~> 2.2, >= 2.2.0.2)
142
166
  logging (>= 1.6.1, < 3.0)
143
167
  nori (~> 2.0)
144
168
  rubyntlm (~> 0.6.0, >= 0.6.1)
145
- winrm-elevated (1.1.0)
169
+ winrm-elevated (1.2.1)
170
+ erubi (~> 1.8)
146
171
  winrm (~> 2.0)
147
172
  winrm-fs (~> 1.0)
148
- winrm-fs (1.0.1)
149
- erubis (~> 2.7)
173
+ winrm-fs (1.3.4)
174
+ erubi (~> 1.8)
150
175
  logging (>= 1.6.1, < 3.0)
151
- rubyzip (~> 1.1)
176
+ rubyzip (~> 2.0)
152
177
  winrm (~> 2.0)
153
- yard (0.9.9)
178
+ yard (0.9.25)
154
179
 
155
180
  PLATFORMS
156
181
  ruby
157
182
 
158
183
  DEPENDENCIES
159
- bundler (~> 1.12.5)
184
+ bundler (~> 2.1.0)
160
185
  cane
161
186
  coveralls
162
187
  pry
163
188
  rake (~> 10.0)
164
- rspec (~> 2.14)
165
- rubocop
189
+ rspec (~> 3.5.0)
190
+ rubocop (~> 0.50.0)
166
191
  simplecov
167
192
  vagrant!
168
193
  vagrant-ansible_auto!
@@ -170,4 +195,4 @@ DEPENDENCIES
170
195
  yard
171
196
 
172
197
  BUNDLED WITH
173
- 1.12.5
198
+ 2.1.4
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # Vagrant::AnsibleAuto
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/BaxterStockman/vagrant-ansible_auto.png?branch=master)](https://travis-ci.org/BaxterStockman/vagrant-ansible_auto)
4
- [![Dependency Status](https://gemnasium.com/BaxterStockman/vagrant-ansible_auto.png)](https://gemnasium.com/BaxterStockman/vagrant-ansible_auto)
5
- [![Code Climate](https://codeclimate.com/github/BaxterStockman/vagrant-ansible_auto.png)](https://codeclimate.com/github/BaxterStockman/vagrant-ansible_auto)
6
- [![Coverage Status](https://coveralls.io/repos/github/BaxterStockman/vagrant-ansible_auto/badge.svg?branch=travis)](https://coveralls.io/github/BaxterStockman/vagrant-ansible_auto?branch=travis)
3
+ [![Build Status](https://secure.travis-ci.org/tomeon/vagrant-ansible_auto.png?branch=master)](https://travis-ci.org/tomeon/vagrant-ansible_auto)
4
+ [![Code Climate](https://codeclimate.com/github/tomeon/vagrant-ansible_auto.png)](https://codeclimate.com/github/tomeon/vagrant-ansible_auto)
5
+ [![Coverage Status](https://coveralls.io/repos/github/tomeon/vagrant-ansible_auto/badge.svg?branch=travis)](https://coveralls.io/github/tomeon/vagrant-ansible_auto?branch=travis)
7
6
  [![Gem Version](https://img.shields.io/gem/v/vagrant-ansible_auto.svg)](https://rubygems.org/gems/vagrant-ansible_auto)
8
7
 
9
8
  This Vagrant plugin provides the `ansible_auto` provisioner that automatically
@@ -159,7 +158,7 @@ only the guest for which the provisioner was defined.
159
158
 
160
159
  ## Contributing
161
160
 
162
- 1. Fork it ( https://github.com/BaxterStockman/vagrant-ansible_auto/fork )
161
+ 1. Fork it ( https://github.com/tomeon/vagrant-ansible_auto/fork )
163
162
  2. Create your feature branch (`git checkout -b my-new-feature`)
164
163
  3. Commit your changes (`git commit -am 'Add some feature'`)
165
164
  4. Push to the branch (`git push origin my-new-feature`)
@@ -156,6 +156,16 @@ module VagrantPlugins
156
156
  end
157
157
  end
158
158
 
159
+ # This method used to be defined on
160
+ # VagrantPlugins::Ansible::Provisioner::Guest, but was removed:
161
+ # @see https://github.com/hashicorp/vagrant/commit/0d23724a1fcf87e1ab86be85e15516eca9e32e8d
162
+ def create_and_chown_remote_folder(path)
163
+ machine.communicate.tap do |comm|
164
+ comm.sudo("mkdir -p #{path}")
165
+ comm.sudo("chown -h #{machine.ssh_info[:username]} #{path}")
166
+ end
167
+ end
168
+
159
169
  def create_and_chown_and_chmod_remote_file(from, to, opts = {})
160
170
  handle_remote_file(to, opts) do |comm, target|
161
171
  comm.upload(from, target)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module AnsibleAuto
5
- VERSION = '0.2.2'.freeze
5
+ VERSION = '0.2.4'.freeze
6
6
  end
7
7
  end
@@ -26,5 +26,9 @@ Pathname.new(__FILE__).tap do |helper|
26
26
  end
27
27
 
28
28
  if type == 'unit'
29
+ ENV['VAGRANT_DISABLE_PLUGIN_INIT'] = 'yes'
30
+ ENV['VAGRANT_NO_PLUGINS'] = 'yes'
31
+
32
+ require 'simplecov'
29
33
  SimpleCov.start unless SimpleCov.running
30
34
  end
@@ -23,12 +23,12 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ['lib']
25
25
 
26
- spec.add_development_dependency 'bundler', '~> 1.12.5'
27
- spec.add_development_dependency 'rake', '~> 10.0'
28
- spec.add_development_dependency 'rspec', '~> 2.14'
29
- spec.add_development_dependency 'simplecov'
30
- spec.add_development_dependency 'rubocop'
26
+ spec.add_development_dependency 'bundler', '~> 2.1.0'
31
27
  spec.add_development_dependency 'cane'
32
28
  spec.add_development_dependency 'coveralls'
29
+ spec.add_development_dependency 'rake', '~> 10.0'
30
+ spec.add_development_dependency 'rspec', '~> 3.5.0'
31
+ spec.add_development_dependency 'rubocop', '~> 0.50.0'
32
+ spec.add_development_dependency 'simplecov'
33
33
  spec.add_development_dependency 'yard'
34
34
  end
@@ -6,8 +6,12 @@ Vagrant::Spec::Acceptance.configure do |config|
6
6
 
7
7
  # Silence Vagrant's "You appear to be running Vagrant outside of the official
8
8
  # installers" message. This message mucks up things like parsing the output
9
- # of `vagrant-skel` with JSON.load.
10
- config.env.merge!('VAGRANT_I_KNOW_WHAT_IM_DOING_PLEASE_BE_QUIET' => '1')
9
+ # of `vagrant-skel` with JSON.load. Also disable the bit that checks whether
10
+ # a newer version of Vagrant is available, as it also breaks JSON.load.
11
+ config.env.merge!(
12
+ 'VAGRANT_I_KNOW_WHAT_IM_DOING_PLEASE_BE_QUIET' => '1',
13
+ 'VAGRANT_CHECKPOINT_DISABLE' => '1'
14
+ )
11
15
  end
12
16
 
13
17
  # Pull in SimpleCov, Coveralls, and RSpec setup
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-ansible_auto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Galindo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 1970-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,86 +16,86 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.12.5
19
+ version: 2.1.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.12.5
26
+ version: 2.1.0
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake
28
+ name: cane
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: rspec
42
+ name: coveralls
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '2.14'
47
+ version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '2.14'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: simplecov
56
+ name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '10.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '10.0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: rubocop
70
+ name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: 3.5.0
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: 3.5.0
83
83
  - !ruby/object:Gem::Dependency
84
- name: cane
84
+ name: rubocop
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: 0.50.0
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: 0.50.0
97
97
  - !ruby/object:Gem::Dependency
98
- name: coveralls
98
+ name: simplecov
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
@@ -183,7 +183,7 @@ homepage: https://github.com/joiggama/vagrant-ansible_auto
183
183
  licenses:
184
184
  - MIT
185
185
  metadata: {}
186
- post_install_message:
186
+ post_install_message:
187
187
  rdoc_options: []
188
188
  require_paths:
189
189
  - lib
@@ -198,9 +198,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubyforge_project:
202
- rubygems_version: 2.6.11
203
- signing_key:
201
+ rubygems_version: 3.1.2
202
+ signing_key:
204
203
  specification_version: 4
205
204
  summary: Vagrant plugin for building ansible inventory files.
206
205
  test_files: []