vidar 1.1.3 → 1.1.4
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/Gemfile.lock +16 -14
- data/lib/vidar.rb +1 -0
- data/lib/vidar/slack_notification.rb +1 -1
- data/lib/vidar/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8cc826680e276230381b1cb5158840c827e48d56ebb3598861ebb3aaa6baa2c
|
|
4
|
+
data.tar.gz: df2cbc9d2c82dddaf4219835905342f370e517a344c2bf2f46c8ebf5e27e18dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c7dc902f40eb18d022bf95c4874886ad828aab6a7c6ff06f2507aa8cb9b2dc3680a78d4d651d85d7af69ca29810c1afc562794dd395eb2044ca3ffad3652603
|
|
7
|
+
data.tar.gz: b67b002b67712e37811d17dd2836e0a8b0bfe5de97f23c96c310cd8ae33cf57fd76b70ddc7e45e776503cb6f55576ac90fca6bfbee34468b35095c49d5ccb654
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vidar (1.1.
|
|
4
|
+
vidar (1.1.4)
|
|
5
5
|
colorize
|
|
6
6
|
faraday
|
|
7
7
|
thor (~> 1.0)
|
|
@@ -9,23 +9,24 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
ast (2.4.
|
|
12
|
+
ast (2.4.1)
|
|
13
13
|
awesome_print (1.8.0)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
colorize (0.8.1)
|
|
16
|
-
diff-lcs (1.
|
|
16
|
+
diff-lcs (1.4.4)
|
|
17
17
|
faraday (1.0.1)
|
|
18
18
|
multipart-post (>= 1.2, < 3)
|
|
19
19
|
method_source (1.0.0)
|
|
20
20
|
multipart-post (2.1.1)
|
|
21
|
-
parallel (1.19.
|
|
22
|
-
parser (2.7.1.
|
|
23
|
-
ast (~> 2.4.
|
|
21
|
+
parallel (1.19.2)
|
|
22
|
+
parser (2.7.1.4)
|
|
23
|
+
ast (~> 2.4.1)
|
|
24
24
|
pry (0.13.1)
|
|
25
25
|
coderay (~> 1.1)
|
|
26
26
|
method_source (~> 1.0)
|
|
27
27
|
rainbow (3.0.0)
|
|
28
28
|
rake (13.0.1)
|
|
29
|
+
regexp_parser (1.7.1)
|
|
29
30
|
rexml (3.2.4)
|
|
30
31
|
rspec (3.9.0)
|
|
31
32
|
rspec-core (~> 3.9.0)
|
|
@@ -40,20 +41,21 @@ GEM
|
|
|
40
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
42
|
rspec-support (~> 3.9.0)
|
|
42
43
|
rspec-support (3.9.3)
|
|
43
|
-
rubocop (0.
|
|
44
|
+
rubocop (0.88.0)
|
|
44
45
|
parallel (~> 1.10)
|
|
45
|
-
parser (>= 2.7.
|
|
46
|
+
parser (>= 2.7.1.1)
|
|
46
47
|
rainbow (>= 2.2.2, < 4.0)
|
|
48
|
+
regexp_parser (>= 1.7)
|
|
47
49
|
rexml
|
|
48
|
-
rubocop-ast (>= 0.0.
|
|
50
|
+
rubocop-ast (>= 0.1.0, < 1.0)
|
|
49
51
|
ruby-progressbar (~> 1.7)
|
|
50
52
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
51
|
-
rubocop-ast (0.0
|
|
53
|
+
rubocop-ast (0.2.0)
|
|
52
54
|
parser (>= 2.7.0.1)
|
|
53
|
-
rubocop-performance (1.
|
|
54
|
-
rubocop (>= 0.
|
|
55
|
-
rubocop-rspec (1.
|
|
56
|
-
rubocop (>= 0.
|
|
55
|
+
rubocop-performance (1.7.1)
|
|
56
|
+
rubocop (>= 0.82.0)
|
|
57
|
+
rubocop-rspec (1.42.0)
|
|
58
|
+
rubocop (>= 0.87.0)
|
|
57
59
|
ruby-progressbar (1.10.1)
|
|
58
60
|
thor (1.0.1)
|
|
59
61
|
unicode-display_width (1.7.0)
|
data/lib/vidar.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Vidar
|
|
|
5
5
|
@revision = revision
|
|
6
6
|
@revision_name = revision_name
|
|
7
7
|
@build_url = build_url
|
|
8
|
-
@build_hostname = URI(build_url || '').hostname
|
|
8
|
+
@build_hostname = ::URI.parse(build_url || '').hostname
|
|
9
9
|
@deploy_name = deploy_config.name
|
|
10
10
|
@deploy_url = deploy_config.url
|
|
11
11
|
@default_color = deploy_config.default_color
|
data/lib/vidar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vidar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Knapik
|
|
8
8
|
- RenoFi Engineering Team
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-07-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: colorize
|
|
@@ -165,7 +165,7 @@ dependencies:
|
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
167
|
version: '0'
|
|
168
|
-
description:
|
|
168
|
+
description:
|
|
169
169
|
email:
|
|
170
170
|
- knapo@knapo.net
|
|
171
171
|
- engineering@renofi.com
|
|
@@ -209,7 +209,7 @@ licenses:
|
|
|
209
209
|
metadata:
|
|
210
210
|
homepage_uri: https://github.com/RenoFi/vidar
|
|
211
211
|
source_code_uri: https://github.com/RenoFi/vidar
|
|
212
|
-
post_install_message:
|
|
212
|
+
post_install_message:
|
|
213
213
|
rdoc_options: []
|
|
214
214
|
require_paths:
|
|
215
215
|
- lib
|
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
227
|
rubygems_version: 3.1.2
|
|
228
|
-
signing_key:
|
|
228
|
+
signing_key:
|
|
229
229
|
specification_version: 4
|
|
230
230
|
summary: K8s deployment tools based on thor
|
|
231
231
|
test_files: []
|