ruby_helm 0.2.0.pre.8 → 0.2.0.pre.9

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: 373e88efb44642805c254f5fc70ba7069c3d3701e5e9dca3d04493dad5f49b60
4
- data.tar.gz: d3ab55734b12c6500d1b89b1d3645f9c9dbf5b5f37192c09a0dde0ca6b90adb5
3
+ metadata.gz: cfff480b7cbbe1988d15c489c7d213fe4b04921eab781f3684a10225a6cfe6d3
4
+ data.tar.gz: c3552d599f21b4940a3704f100c7bfb35261494cf6ea369b9c12a52b847e82a2
5
5
  SHA512:
6
- metadata.gz: b9f15421ec11370d7168f5ea87fc98d9386ffec36e5ccb2f098836430314f0117873157b729226b887a452d478a650a41eb9da42110d1aab46f3c189cb043c39
7
- data.tar.gz: 81a204d9a36e1c3a88abb55fc86d701e6eaba96548bda33d972f23b9e6bf9f77a9831501bf96538b8fe0b20c6d2beb5f8bc065459700e887119cda0104c2c29b
6
+ metadata.gz: 97951604e5ca5221c70349236cdd2243f1b333f82f85d9f5bf9ab70b352d202ad13c4ea1e5356aa2eda34b3a849e95e29f7e2f4fc6ea84e8b1408d0141e6097e
7
+ data.tar.gz: 49195f580a3242c7c0e2b1f6c7946e5552a9dfbaf4d0ece304466d06566b1a29aa523f0d9220de274166ed40e2ce20bd562a0c2d5c8a38c299e8e0a6c2d34e85
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_helm (0.2.0.pre.8)
4
+ ruby_helm (0.2.0.pre.9)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
@@ -65,6 +65,7 @@ GEM
65
65
  concurrent-ruby (~> 1.0)
66
66
  i18n (1.10.0)
67
67
  concurrent-ruby (~> 1.0)
68
+ json (2.6.2)
68
69
  lino (3.0.0)
69
70
  hamster (~> 3.0)
70
71
  open4 (~> 1.3)
@@ -84,7 +85,7 @@ GEM
84
85
  sawyer (~> 0.8.0, >= 0.5.3)
85
86
  open4 (1.3.4)
86
87
  parallel (1.22.1)
87
- parser (3.1.1.0)
88
+ parser (3.1.2.1)
88
89
  ast (~> 2.4.1)
89
90
  pry (0.14.1)
90
91
  coderay (~> 1.1)
@@ -115,36 +116,37 @@ GEM
115
116
  rb-fsevent (0.11.1)
116
117
  rb-inotify (0.10.1)
117
118
  ffi (~> 1.0)
118
- regexp_parser (2.3.0)
119
+ regexp_parser (2.6.0)
119
120
  rexml (3.2.5)
120
- rspec (3.11.0)
121
- rspec-core (~> 3.11.0)
122
- rspec-expectations (~> 3.11.0)
123
- rspec-mocks (~> 3.11.0)
124
- rspec-core (3.11.0)
125
- rspec-support (~> 3.11.0)
126
- rspec-expectations (3.11.0)
121
+ rspec (3.12.0)
122
+ rspec-core (~> 3.12.0)
123
+ rspec-expectations (~> 3.12.0)
124
+ rspec-mocks (~> 3.12.0)
125
+ rspec-core (3.12.0)
126
+ rspec-support (~> 3.12.0)
127
+ rspec-expectations (3.12.0)
127
128
  diff-lcs (>= 1.2.0, < 2.0)
128
- rspec-support (~> 3.11.0)
129
- rspec-mocks (3.11.0)
129
+ rspec-support (~> 3.12.0)
130
+ rspec-mocks (3.12.0)
130
131
  diff-lcs (>= 1.2.0, < 2.0)
131
- rspec-support (~> 3.11.0)
132
- rspec-support (3.11.0)
133
- rubocop (1.27.0)
132
+ rspec-support (~> 3.12.0)
133
+ rspec-support (3.12.0)
134
+ rubocop (1.37.1)
135
+ json (~> 2.3)
134
136
  parallel (~> 1.10)
135
- parser (>= 3.1.0.0)
137
+ parser (>= 3.1.2.1)
136
138
  rainbow (>= 2.2.2, < 4.0)
137
139
  regexp_parser (>= 1.8, < 3.0)
138
- rexml
139
- rubocop-ast (>= 1.16.0, < 2.0)
140
+ rexml (>= 3.2.5, < 4.0)
141
+ rubocop-ast (>= 1.23.0, < 2.0)
140
142
  ruby-progressbar (~> 1.7)
141
143
  unicode-display_width (>= 1.4.0, < 3.0)
142
- rubocop-ast (1.16.0)
144
+ rubocop-ast (1.23.0)
143
145
  parser (>= 3.1.1.0)
144
146
  rubocop-rake (0.6.0)
145
147
  rubocop (~> 1.0)
146
- rubocop-rspec (2.9.0)
147
- rubocop (~> 1.19)
148
+ rubocop-rspec (2.14.2)
149
+ rubocop (~> 1.33)
148
150
  ruby-progressbar (1.11.0)
149
151
  ruby2_keywords (0.0.5)
150
152
  ruby_gpg2 (0.8.0)
@@ -163,7 +165,7 @@ GEM
163
165
  thor (1.2.1)
164
166
  tzinfo (2.0.4)
165
167
  concurrent-ruby (~> 1.0)
166
- unicode-display_width (2.1.0)
168
+ unicode-display_width (2.3.0)
167
169
 
168
170
  PLATFORMS
169
171
  ruby
@@ -186,4 +188,4 @@ DEPENDENCIES
186
188
  simplecov
187
189
 
188
190
  BUNDLED WITH
189
- 2.3.11
191
+ 2.3.24
data/Rakefile CHANGED
@@ -71,7 +71,7 @@ namespace :library do
71
71
  task check: [:rubocop]
72
72
 
73
73
  desc 'Attempt to automatically fix issues with the library'
74
- task fix: [:'rubocop:auto_correct']
74
+ task fix: [:'rubocop:autocorrect']
75
75
  end
76
76
 
77
77
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyHelm
4
- VERSION = '0.2.0.pre.8'
4
+ VERSION = '0.2.0.pre.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_helm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.pre.8
4
+ version: 0.2.0.pre.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-10 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino