helmsnap 1.0.1 → 1.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
  SHA256:
3
- metadata.gz: 78e7e573c4103fdf287fe8dc790f0006d38a630357afbf0122ea6e3cd97d82e5
4
- data.tar.gz: f84403947250259214ae6555c778097ceb676163b5786eb8a70e9fe086e172e3
3
+ metadata.gz: c18d2415fcbf1aaaaa122e41ba823563c39e9074778c44fb9b504788f3a6fad2
4
+ data.tar.gz: 8c2ca2cccdf76d316f6cfa3228fbe982dd8262b957a5f4c13378bd6db7d9595e
5
5
  SHA512:
6
- metadata.gz: 0bd9cb9ed3eb94f7114552b0e115f8b86a834cb657bc2ba61fc24af094120994bfcb34c8bd3246db5e7c32ebbfb98eadf10e5f62504ce6139da38a3042365283
7
- data.tar.gz: 9628239336284b4e667ce249e0da13c9288dac488d7f0ef08b8c53a3ba5366e56b4749c852613647b2121b6d3643c42eccf94cd3beaf70f756e5341a2aac751f
6
+ metadata.gz: 251efbe07d35daed3b788f30bf8fb42609b58b1677b58d4b1916799519d546d3f4aaa2b2986da7feb304de3a6f4db9fe049130ce1f060053a1377832fabe27d5
7
+ data.tar.gz: 656c7f6656f84b677c343d04878891c7c91e1f43aa1e1950be7a02895b401b7f29aa05ba527df5b47551dcfd903dcaca1869d6afcb309ae93503e40a35b750a9
data/Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apk add --update --no-cache ruby git colordiff
4
4
 
5
5
  WORKDIR /wd
6
6
 
7
- COPY --from=quay.io/roboll/helmfile:v0.144.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
7
+ COPY --from=ghcr.io/helmfile/helmfile:v0.149.0 /usr/local/bin/helmfile /usr/local/bin/helmfile
8
8
  COPY . .
9
9
 
10
10
  RUN gem install colorize && gem build && gem install helmsnap --local
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helmsnap (1.0.1)
4
+ helmsnap (1.0.2)
5
5
  colorize
6
6
 
7
7
  GEM
@@ -21,11 +21,11 @@ GEM
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.6.3)
23
23
  method_source (1.0.0)
24
- minitest (5.16.3)
24
+ minitest (5.17.0)
25
25
  parallel (1.22.1)
26
- parser (3.1.3.0)
26
+ parser (3.2.0.0)
27
27
  ast (~> 2.4.1)
28
- pry (0.14.1)
28
+ pry (0.14.2)
29
29
  coderay (~> 1.1)
30
30
  method_source (~> 1.0)
31
31
  rack (3.0.3)
@@ -39,49 +39,49 @@ GEM
39
39
  rspec-mocks (~> 3.12.0)
40
40
  rspec-core (3.12.0)
41
41
  rspec-support (~> 3.12.0)
42
- rspec-expectations (3.12.1)
42
+ rspec-expectations (3.12.2)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.12.0)
45
- rspec-mocks (3.12.1)
45
+ rspec-mocks (3.12.2)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.12.0)
48
48
  rspec-support (3.12.0)
49
- rubocop (1.35.1)
49
+ rubocop (1.43.0)
50
50
  json (~> 2.3)
51
51
  parallel (~> 1.10)
52
- parser (>= 3.1.2.1)
52
+ parser (>= 3.2.0.0)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.20.1, < 2.0)
56
+ rubocop-ast (>= 1.24.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
- unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.24.0)
58
+ unicode-display_width (>= 2.4.0, < 3.0)
59
+ rubocop-ast (1.24.1)
60
60
  parser (>= 3.1.1.0)
61
- rubocop-config-umbrellio (1.35.0.69)
62
- rubocop (~> 1.35.0)
63
- rubocop-performance (~> 1.14.0)
64
- rubocop-rails (~> 2.15.0)
61
+ rubocop-config-umbrellio (1.43.0.81)
62
+ rubocop (~> 1.43.0)
63
+ rubocop-performance (~> 1.15.0)
64
+ rubocop-rails (~> 2.17.0)
65
65
  rubocop-rake (~> 0.6.0)
66
- rubocop-rspec (~> 2.12.0)
66
+ rubocop-rspec (~> 2.16.0)
67
67
  rubocop-sequel (~> 0.3.3)
68
- rubocop-performance (1.14.3)
68
+ rubocop-performance (1.15.2)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.15.2)
71
+ rubocop-rails (2.17.4)
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
- rubocop (>= 1.7.0, < 2.0)
74
+ rubocop (>= 1.33.0, < 2.0)
75
75
  rubocop-rake (0.6.0)
76
76
  rubocop (~> 1.0)
77
- rubocop-rspec (2.12.1)
78
- rubocop (~> 1.31)
77
+ rubocop-rspec (2.16.0)
78
+ rubocop (~> 1.33)
79
79
  rubocop-sequel (0.3.4)
80
80
  rubocop (~> 1.0)
81
81
  ruby-progressbar (1.11.0)
82
82
  tzinfo (2.0.5)
83
83
  concurrent-ruby (~> 1.0)
84
- unicode-display_width (2.3.0)
84
+ unicode-display_width (2.4.2)
85
85
 
86
86
  PLATFORMS
87
87
  arm64-darwin-21
@@ -98,4 +98,4 @@ DEPENDENCIES
98
98
  rubocop-config-umbrellio
99
99
 
100
100
  BUNDLED WITH
101
- 2.4.1
101
+ 2.4.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Helmsnap
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helmsnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Smirnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-27 00:00:00.000000000 Z
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.4.1
95
+ rubygems_version: 3.4.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: A tool for creating and checking helm chart snapshots.