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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/vagrant-subutai/packer/subutai_validation.rb +1 -1
- data/lib/vagrant-subutai/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aabe7e7c68d3d359655354727293c7ef9816158b
|
4
|
+
data.tar.gz: 8b2e4361bda3faf126bf695e0ee38c0785033af5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0249deec3ac761adaf330ddfbdd71ddd2f5719636b5976a01d78699bfa8caf9618acef484ac4396ac029ea887c10a2f20a1ff2d801e5d20903549c240390d01
|
7
|
+
data.tar.gz: 4245cc02705bf6e94f0b7458abc2962472429983b15258a444254b77a31254d0fdb2b565785ae8cdaac8bd493b1a68990a5a3d54f565563602d649d2bab80862
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
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.
|
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-
|
11
|
+
date: 2018-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|