vidar 1.5.1 → 1.5.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/.bundler-version +1 -1
- data/.github/workflows/ci.yml +2 -5
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +24 -27
- data/Rakefile +1 -1
- data/lib/vidar/k8s/pod_set.rb +1 -1
- data/lib/vidar/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b22402fd513f993a6ab560ebcf0c60e5cfc90e52be81dbeffd72895f378e121
|
|
4
|
+
data.tar.gz: 41f9b0210dc35ac34c0acb014547fb3bb8b8e5e08181a7dbe39fc6c01700c322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cf92a927367e9b93bb87c871abb6740607db681b5aad992a47fda7d00d0858a10d055448711e21cb330b34b04a3a432414528c4973c6c469f1c9a13fc31f646
|
|
7
|
+
data.tar.gz: bbde9d7b95f25addb413181238c2f61c5d6f02caf4bab75551ce69bf765bdbbdf5689650994c2117d1978687981bad47c4288215e11ca09128fbe1594dc4267e
|
data/.bundler-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.22
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -14,12 +14,9 @@ jobs:
|
|
|
14
14
|
ruby-version: ['3.0', 3.1]
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
|
-
- uses: actions/checkout@
|
|
17
|
+
- uses: actions/checkout@v3
|
|
18
18
|
- name: Set up Ruby
|
|
19
|
-
|
|
20
|
-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
|
21
|
-
# uses: ruby/setup-ruby@v1
|
|
22
|
-
uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
|
|
19
|
+
uses: ruby/setup-ruby@v1
|
|
23
20
|
with:
|
|
24
21
|
ruby-version: ${{ matrix.ruby-version }}
|
|
25
22
|
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vidar (1.5.
|
|
4
|
+
vidar (1.5.2)
|
|
5
5
|
colorize
|
|
6
6
|
faraday
|
|
7
7
|
thor (~> 1.0)
|
|
@@ -9,8 +9,8 @@ PATH
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
addressable (2.8.
|
|
13
|
-
public_suffix (>= 2.0.2, <
|
|
12
|
+
addressable (2.8.1)
|
|
13
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
14
14
|
ast (2.4.2)
|
|
15
15
|
awesome_print (1.9.2)
|
|
16
16
|
coderay (1.1.3)
|
|
@@ -18,22 +18,23 @@ GEM
|
|
|
18
18
|
crack (0.4.5)
|
|
19
19
|
rexml
|
|
20
20
|
diff-lcs (1.5.0)
|
|
21
|
-
faraday (2.2
|
|
22
|
-
faraday-net_http (
|
|
21
|
+
faraday (2.5.2)
|
|
22
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
23
23
|
ruby2_keywords (>= 0.0.4)
|
|
24
|
-
faraday-net_http (
|
|
24
|
+
faraday-net_http (3.0.0)
|
|
25
25
|
hashdiff (1.0.1)
|
|
26
|
+
json (2.6.2)
|
|
26
27
|
method_source (1.0.0)
|
|
27
28
|
parallel (1.22.1)
|
|
28
|
-
parser (3.1.2.
|
|
29
|
+
parser (3.1.2.1)
|
|
29
30
|
ast (~> 2.4.1)
|
|
30
31
|
pry (0.14.1)
|
|
31
32
|
coderay (~> 1.1)
|
|
32
33
|
method_source (~> 1.0)
|
|
33
|
-
public_suffix (
|
|
34
|
+
public_suffix (5.0.0)
|
|
34
35
|
rainbow (3.1.1)
|
|
35
36
|
rake (13.0.6)
|
|
36
|
-
regexp_parser (2.
|
|
37
|
+
regexp_parser (2.5.0)
|
|
37
38
|
rexml (3.2.5)
|
|
38
39
|
rspec (3.11.0)
|
|
39
40
|
rspec-core (~> 3.11.0)
|
|
@@ -41,44 +42,40 @@ GEM
|
|
|
41
42
|
rspec-mocks (~> 3.11.0)
|
|
42
43
|
rspec-core (3.11.0)
|
|
43
44
|
rspec-support (~> 3.11.0)
|
|
44
|
-
rspec-expectations (3.11.
|
|
45
|
+
rspec-expectations (3.11.1)
|
|
45
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
46
47
|
rspec-support (~> 3.11.0)
|
|
47
48
|
rspec-mocks (3.11.1)
|
|
48
49
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
50
|
rspec-support (~> 3.11.0)
|
|
50
|
-
rspec-support (3.11.
|
|
51
|
-
rubocop (1.
|
|
51
|
+
rspec-support (3.11.1)
|
|
52
|
+
rubocop (1.36.0)
|
|
53
|
+
json (~> 2.3)
|
|
52
54
|
parallel (~> 1.10)
|
|
53
|
-
parser (>= 3.1.
|
|
55
|
+
parser (>= 3.1.2.1)
|
|
54
56
|
rainbow (>= 2.2.2, < 4.0)
|
|
55
57
|
regexp_parser (>= 1.8, < 3.0)
|
|
56
|
-
rexml
|
|
57
|
-
rubocop-ast (>= 1.
|
|
58
|
+
rexml (>= 3.2.5, < 4.0)
|
|
59
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
58
60
|
ruby-progressbar (~> 1.7)
|
|
59
61
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
60
|
-
rubocop-ast (1.
|
|
62
|
+
rubocop-ast (1.21.0)
|
|
61
63
|
parser (>= 3.1.1.0)
|
|
62
64
|
rubocop-rake (0.6.0)
|
|
63
65
|
rubocop (~> 1.0)
|
|
64
|
-
rubocop-rspec (2.
|
|
65
|
-
rubocop (~> 1.
|
|
66
|
+
rubocop-rspec (2.13.1)
|
|
67
|
+
rubocop (~> 1.33)
|
|
66
68
|
ruby-progressbar (1.11.0)
|
|
67
69
|
ruby2_keywords (0.0.5)
|
|
68
70
|
thor (1.2.1)
|
|
69
|
-
unicode-display_width (2.
|
|
70
|
-
webmock (3.
|
|
71
|
+
unicode-display_width (2.3.0)
|
|
72
|
+
webmock (3.18.1)
|
|
71
73
|
addressable (>= 2.8.0)
|
|
72
74
|
crack (>= 0.3.2)
|
|
73
75
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
74
76
|
|
|
75
77
|
PLATFORMS
|
|
76
|
-
|
|
77
|
-
x86_64-darwin-18
|
|
78
|
-
x86_64-darwin-19
|
|
79
|
-
x86_64-darwin-20
|
|
80
|
-
x86_64-darwin-21
|
|
81
|
-
x86_64-linux
|
|
78
|
+
ruby
|
|
82
79
|
|
|
83
80
|
DEPENDENCIES
|
|
84
81
|
awesome_print
|
|
@@ -93,4 +90,4 @@ DEPENDENCIES
|
|
|
93
90
|
webmock
|
|
94
91
|
|
|
95
92
|
BUNDLED WITH
|
|
96
|
-
2.3.
|
|
93
|
+
2.3.22
|
data/Rakefile
CHANGED
data/lib/vidar/k8s/pod_set.rb
CHANGED
data/lib/vidar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vidar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Knapik
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-09-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: colorize
|
|
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
243
243
|
- !ruby/object:Gem::Version
|
|
244
244
|
version: '0'
|
|
245
245
|
requirements: []
|
|
246
|
-
rubygems_version: 3.3.
|
|
246
|
+
rubygems_version: 3.3.7
|
|
247
247
|
signing_key:
|
|
248
248
|
specification_version: 4
|
|
249
249
|
summary: K8s deployment tools based on thor
|