vagrant-zones 0.1.44 → 0.1.48

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: 967837c3c3d0fe50f53375d806beee05f2aa4ec5270c7b028bb8b69f783bb338
4
- data.tar.gz: dd61e58ead769e79ad625327e87457ceeadb048ba0efa2405dec1621f5657914
3
+ metadata.gz: 935ea924ebb91fc8f06ea414c1483ee441c0736e65fda689a5d2fb31d3c29b67
4
+ data.tar.gz: 451bf4de72f3914a1a45fa5a0ad13a78fab307a7cbf7e6ed54724253643f0cf8
5
5
  SHA512:
6
- metadata.gz: 356ffb8315792d279bd05cc033189d870afb3ae72b9b5a7130465fbc5db8983a7def010327f05937882011ed1beb48024db5ace448f8656613e8bc8df509f283
7
- data.tar.gz: 13b8f7a5604b739e8aa0236b1a19698db438483ab9f92f3517fbd61ac56f9a5f317ac3f4b297b1f30a743531e56201cf9b52cd93fd3463f0c2982b13b3ad159a
6
+ metadata.gz: 86818389a269e3cca2142b4a121873781d8ab63200638df8b3fea86006a2cb766313905426f8a4f6716c806f37b9d8cf02a6149bf9dd29141676c4d185b18c48
7
+ data.tar.gz: 0e966d2f561a05668db8b8f8ce743c7519c2b2edb061f1d84a4adc9a187286a5b7a9c3718f61a856108bbd46bcf25c7fff56ddeaa5c36b2e48a3368f48996d42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.1.48](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.47...v0.1.48) (2022-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * locale updates ([81b37ad](https://www.github.com/STARTcloud/vagrant-zones/commit/81b37ad54b77a794c62cb4792f1aab6b009fd379))
9
+
10
+ ### [0.1.47](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.46...v0.1.47) (2022-11-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * comments ([20e0f5d](https://www.github.com/STARTcloud/vagrant-zones/commit/20e0f5df2b7dc10ca3ffa00260b84293a5efa6eb))
16
+
17
+ ### [0.1.46](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.45...v0.1.46) (2022-11-23)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * remove unneeded line ([05916e9](https://www.github.com/STARTcloud/vagrant-zones/commit/05916e9a89b488e1f5e414e34daebff233765096))
23
+
3
24
  ### [0.1.45](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.44...v0.1.45) (2022-11-23)
4
25
 
5
26
 
@@ -263,7 +263,6 @@ module VagrantPlugins
263
263
  def get_ip_address(_function)
264
264
  config = @machine.provider_config
265
265
  name = @machine.name
266
- # uii.info(I18n.t('vagrant_zones.get_ip_address')) if config.debug
267
266
  @machine.config.vm.networks.each do |_adaptertype, opts|
268
267
  responses = []
269
268
  nic_type = nictype(opts)
@@ -756,7 +755,6 @@ module VagrantPlugins
756
755
  end
757
756
 
758
757
  # This helps us delete any associated datasets of the zone
759
- ## Future To-Do: Should probably split this up and clean it up
760
758
  def delete_dataset(uii)
761
759
  config = @machine.provider_config
762
760
  name = @machine.name
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.44'
5
+ VERSION = '0.1.48'
6
6
  end
7
7
  end
data/locales/en.yml CHANGED
@@ -31,9 +31,9 @@ en:
31
31
  virtual_box_running_conflict_detected: |-
32
32
  Virtualbox Box appears to be running virtual machines, to continue, please shut these down!
33
33
  meeting: |-
34
- Beggining the zone creation sequence
34
+ Starting the zone creation sequence
35
35
  leaving: |-
36
- Beggining the zone destruction sequence
36
+ Starting the zone destruction sequence
37
37
  halting_zone: |-
38
38
  Halting the zone
39
39
  destroy_zone: |-
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.44
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert