vagrant-subutai 7.0.1 → 7.0.2

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
  SHA1:
3
- metadata.gz: 0fb87f283d63e40502762bcc7c5f51cc8b10d7d9
4
- data.tar.gz: 9fd407a7c78bcca77980fd11384f06ac1dedbff6
3
+ metadata.gz: aabe7e7c68d3d359655354727293c7ef9816158b
4
+ data.tar.gz: 8b2e4361bda3faf126bf695e0ee38c0785033af5
5
5
  SHA512:
6
- metadata.gz: cb30136c96d640b7a9d4ac660b4ad836c2cfa660437e3fdee12bca47f4ee024da35d081de70ebcbc95ccfb56a97445bfff26e5739964f571284102dff749984c
7
- data.tar.gz: 365aa19f7d517c4ac6e1cfee3096ce409a9b13b8fd18a06097ed4b9f8d2e6dd097871813f56ed8d94a0eaabb81ecb09a611038737954090ed7a1ba7e6211f746
6
+ metadata.gz: a0249deec3ac761adaf330ddfbdd71ddd2f5719636b5976a01d78699bfa8caf9618acef484ac4396ac029ea887c10a2f20a1ff2d801e5d20903549c240390d01
7
+ data.tar.gz: 4245cc02705bf6e94f0b7458abc2962472429983b15258a444254b77a31254d0fdb2b565785ae8cdaac8bd493b1a68990a5a3d54f565563602d649d2bab80862
@@ -63,4 +63,9 @@ FEATURES:
63
63
 
64
64
  FEATURES:
65
65
  - Support HyperV hypervisor
66
- - Improved validation (user configuration)
66
+ - Improved validation (user configuration)
67
+
68
+ ## 7.0.2 (May 22, 2018)
69
+
70
+ BUG FIXES:
71
+ - Fixed validation url
@@ -55,7 +55,7 @@ module SubutaiValidation
55
55
  when :bool
56
56
  raise "Invalid #{key} type of #{value}: use bool type " unless bool?(value)
57
57
  when :url
58
- raise "Invalid #{key} url of #{value}: use valid url " unless host =~ URI::regexp
58
+ raise "Invalid #{key} url of #{value}: use valid url " unless value =~ URI::regexp
59
59
  when :json_object
60
60
  raise "Invalid #{key} json of #{value}: use json object " unless is_json?(value)
61
61
  end
@@ -1,3 +1,3 @@
1
1
  module VagrantSubutai
2
- VERSION = '7.0.1'
2
+ VERSION = '7.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-subutai
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.1
4
+ version: 7.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subutai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-21 00:00:00.000000000 Z
11
+ date: 2018-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler