vagrant-zones 0.1.80 → 0.1.81

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
2
  SHA256:
3
- metadata.gz: 3e4db8b30cfb01832a358892c8f5403ade6922752b9424ab0fe4fdcab1053cee
4
- data.tar.gz: 316a466603bc8298535c2407e1f8fa267b754f33e6d6ee9ab20e5d70a9bd5fec
3
+ metadata.gz: 9fc9c7fe4c46631a8db7dc8baf57efb0025326db75acb2b1185a0c898b06ed7c
4
+ data.tar.gz: 488448f55a6189c4a64a9e75cb9b94e67f3e928d6edba36d5945a650e1cf6b9f
5
5
  SHA512:
6
- metadata.gz: 3ca88c15099e24fc67f0338a936eb9fbae7b02c7f958a0c973e305bd812415a6794826dbd42b4ab4a9413c59ad05f899c127d2593d4382ece609852c5734425e
7
- data.tar.gz: d03f36142cc2bca14ccacfbcc29d7e4b2903e3ddeb3dddf7a6ab25eb8acf21b01cfbaa8dd736142e24320726fb9cadd75b8e20e24b82cb6c7db138a0db843633
6
+ metadata.gz: 823b3c13c827c5f085f4b2535f6cde4520123567d213dfd02f94d373ec1b2c19a7ea4750063d3a330a94196f698264e20d0620e123b0b5b4844f256d7aca560a
7
+ data.tar.gz: 5aada5d67b86bd5c7a8336715bdbb24039e0195aed71b61f0e4bbffd842e56813b59a141b971991dfa3ad0d145ed18a0c0c8cd36af8ebc108e9896c3ac26eb08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.81](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.80...v0.1.81) (2023-12-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * double spacing ([570ae2e](https://github.com/STARTcloud/vagrant-zones/commit/570ae2e2d5f80df885eeb5cb1565f3909269be80))
9
+ * rubocop caught some junk ([ee8cbb1](https://github.com/STARTcloud/vagrant-zones/commit/ee8cbb15f7f7e3ea918cdc2a4246342aa16a0539))
10
+ * rubocop caught some junk ([25e9543](https://github.com/STARTcloud/vagrant-zones/commit/25e95432a904aee2c73e6d0b67b00f61c40ce576))
11
+ * rubocop falsepositive ([1f31eb0](https://github.com/STARTcloud/vagrant-zones/commit/1f31eb013cceb3bf7b3f3ef5fc8dfaad74b21559))
12
+
3
13
  ## [0.1.80](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.79...v0.1.80) (2023-12-12)
4
14
 
5
15
 
@@ -49,7 +49,7 @@ module VagrantPlugins
49
49
  # Add the available subcommands as separators in order to print them
50
50
  # out as well.
51
51
  keys = []
52
- @subcommands.each_key { |key| keys << key.to_s }
52
+ @subcommands.each { |(key, _value)| keys << key.to_s }
53
53
  keys.sort.each do |key|
54
54
  subopts.separator " #{key}"
55
55
  end
@@ -43,7 +43,7 @@ module VagrantPlugins
43
43
  # Add the available subcommands as separators in order to print them
44
44
  # out as well.
45
45
  keys = []
46
- @subcommands.each_key { |key| keys << key.to_s }
46
+ @subcommands.each { |(key, _value)| keys << key.to_s }
47
47
  keys.sort.each do |key|
48
48
  subopts.separator " #{key}"
49
49
  end
@@ -52,7 +52,7 @@ module VagrantPlugins
52
52
  # Add the available subcommands as separators in order to print them
53
53
  # out as well.
54
54
  keys = []
55
- @subcommands.each_key { |key| keys << key.to_s }
55
+ @subcommands.each { |(key, _value)| keys << key.to_s }
56
56
  keys.sort.each do |key|
57
57
  subopts.separator " #{key}"
58
58
  end
@@ -55,7 +55,7 @@ module VagrantPlugins
55
55
  # Add the available subcommands as separators in order to print them
56
56
  # out as well.
57
57
  keys = []
58
- @subcommands.each_key { |key| keys << key.to_s }
58
+ @subcommands.each { |(key, _value)| keys << key.to_s }
59
59
 
60
60
  keys.sort.each do |key|
61
61
  subopts.separator " #{key}"
@@ -266,7 +266,7 @@ module VagrantPlugins
266
266
  alcheck = 'login:' if config.alcheck.nil?
267
267
  pcheck = 'Password:'
268
268
 
269
- @machine.config.vm.networks.each_value do |opts|
269
+ @machine.config.vm.networks.each do |(_adaptertype, opts)|
270
270
  ip = nil
271
271
  if opts[:dhcp4] && opts[:managed]
272
272
  vnic_name = "vnic#{nictype(opts)}#{vtype(config)}_#{config.partition_id}_#{opts[:nic_number]}"
@@ -1627,7 +1627,7 @@ module VagrantPlugins
1627
1627
  # name = @machine.name
1628
1628
  uii.info(I18n.t('vagrant_zones.cron_entries'))
1629
1629
  h = { h: 'hourly', d: 'daily', w: 'weekly', m: 'monthly' }
1630
- h.each_value do |d|
1630
+ h.each do |(_k, d)|
1631
1631
  next unless opts[:list] == d || opts[:list] == 'all'
1632
1632
 
1633
1633
  uii.info(cronjobs[d.to_sym]) unless cronjobs[d.to_sym].nil?
@@ -1642,7 +1642,7 @@ module VagrantPlugins
1642
1642
  rmcr = "#{sc} -l | grep -v "
1643
1643
  h = { h: 'hourly', d: 'daily', w: 'weekly', m: 'monthly' }
1644
1644
  uii.info(I18n.t('vagrant_zones.cron_delete'))
1645
- h.each_value do |d|
1645
+ h.each do |(_k, d)|
1646
1646
  next unless opts[:delete] == d || opts[:delete] == 'all'
1647
1647
 
1648
1648
  cj = cronjobs[d.to_sym].to_s.gsub('*', '\*')
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.80'
5
+ VERSION = '0.1.81'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.80
4
+ version: 0.1.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert