vagrant-goodhosts 1.1.0beta2 → 1.1.0

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
  SHA256:
3
- metadata.gz: 58cfe3e3e7669fb2b8bf147db6786a38f6b94b8d4164460852872a007d2df40c
4
- data.tar.gz: c5131a3c95e03d98a182092138ad55b1df1ae9cbe66ef7ad2800a2e3721b0d97
3
+ metadata.gz: af4373106e6048231957edb2d946e4747701f00a75db67f82095b9df0be66a40
4
+ data.tar.gz: 522c2464ae48082cae2353adc83d0417f1d7361e73aa61b8073be9261c5b5863
5
5
  SHA512:
6
- metadata.gz: a6d3be03ecd50f179a01380ccda77aaddeddc943d324179e750777222c1b974c50186492d9753bdc8c3ae47da032363fcde0862a045c4fa741fe3335d8c26077
7
- data.tar.gz: 4fd89f66e460df2accaf9ceae0ed8736b257dfde7e3b1f19cb8a65877e62f87d14d88421c4a98141a371b4aaf0170843555a4bd07e96976c6b60f2923d088925
6
+ metadata.gz: 2fc06a64a1d59d6f330a90fca87db1a0beec8e050f4de156c2311dea315bd9f50f0d7d1518bd43d6398a55f367f3b8c175b83ded1a2cb32c971c6a464299ef1e
7
+ data.tar.gz: be8a81282a426cbd53339ee8222a2849fe7e3772917073ca57973b576331f33a001c47c889798f6ecf7c805245d3630c92c9d121bc1d673b44ac603b8804e6a5
@@ -104,7 +104,7 @@ module VagrantPlugins
104
104
  rescue StandardError => _e
105
105
  hostnames_to_add.append(hostname)
106
106
  end
107
- return hostnames_to_add
107
+ return hostnames_to_add.join(' ')
108
108
  end
109
109
 
110
110
  def add_goodhost_entries(ip_address, hostnames)
@@ -139,7 +139,7 @@ module VagrantPlugins
139
139
 
140
140
  # filter out the hosts we've already added
141
141
  hosts_to_add = check_hostnames_to_add(ip_address, hostnames)
142
- next if hosts_to_add.none?
142
+ next if hosts_to_add.empty?
143
143
 
144
144
  _stdin, _stdout, stderr, wait_thr, command = add_goodhost_entries(ip_address, hosts_to_add)
145
145
  unless wait_thr.value.success?
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module GoodHosts
3
- VERSION = '1.1.0beta2'
3
+ VERSION = '1.1.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-goodhosts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0beta2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniele Scasciafratte
@@ -94,9 +94,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ">"
97
+ - - ">="
98
98
  - !ruby/object:Gem::Version
99
- version: 1.3.1
99
+ version: '0'
100
100
  requirements: []
101
101
  rubygems_version: 3.2.27
102
102
  signing_key: