ruby_helm 0.2.0.pre.8 → 0.2.0.pre.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 373e88efb44642805c254f5fc70ba7069c3d3701e5e9dca3d04493dad5f49b60
4
- data.tar.gz: d3ab55734b12c6500d1b89b1d3645f9c9dbf5b5f37192c09a0dde0ca6b90adb5
3
+ metadata.gz: a2f53e68eaf63483e0ce280553c246cd5e2a21852e48f6a0a5f3f48c7e0dfa35
4
+ data.tar.gz: 0f8a7ea899dc310a0fe7ed84c0e76b6e687cffc3313c450f213fc0691433950a
5
5
  SHA512:
6
- metadata.gz: b9f15421ec11370d7168f5ea87fc98d9386ffec36e5ccb2f098836430314f0117873157b729226b887a452d478a650a41eb9da42110d1aab46f3c189cb043c39
7
- data.tar.gz: 81a204d9a36e1c3a88abb55fc86d701e6eaba96548bda33d972f23b9e6bf9f77a9831501bf96538b8fe0b20c6d2beb5f8bc065459700e887119cda0104c2c29b
6
+ metadata.gz: 55dba2d409f64305c3226cfc920e6ae751e763111c1e3e753a8ce062f1c469b82b525507f694e7e3a39eb6666ead56f43b265089567051a63cca6c0c025f7a8e
7
+ data.tar.gz: 21da88e247979eaf1e363920dc8f5970f5bdf976a72c244ea3012a49ac87a1eb8fb32dce0a8a3ef7d776338820f03e9694634a466b16b25556337891cc7620b4
data/Gemfile.lock CHANGED
@@ -1,49 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_helm (0.2.0.pre.8)
4
+ ruby_helm (0.2.0.pre.10)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.2.3)
10
+ activesupport (7.0.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
- addressable (2.8.0)
16
- public_suffix (>= 2.0.2, < 5.0)
15
+ addressable (2.8.1)
16
+ public_suffix (>= 2.0.2, < 6.0)
17
17
  ast (2.4.2)
18
18
  coderay (1.1.3)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.9)
20
+ concurrent-ruby (1.1.10)
21
21
  diff-lcs (1.5.0)
22
22
  docile (1.4.0)
23
- excon (0.92.0)
24
- faraday (1.10.0)
25
- faraday-em_http (~> 1.0)
26
- faraday-em_synchrony (~> 1.0)
27
- faraday-excon (~> 1.1)
28
- faraday-httpclient (~> 1.0)
29
- faraday-multipart (~> 1.0)
30
- faraday-net_http (~> 1.0)
31
- faraday-net_http_persistent (~> 1.0)
32
- faraday-patron (~> 1.0)
33
- faraday-rack (~> 1.0)
34
- faraday-retry (~> 1.0)
23
+ excon (0.95.0)
24
+ faraday (2.7.2)
25
+ faraday-net_http (>= 2.0, < 3.1)
35
26
  ruby2_keywords (>= 0.0.4)
36
- faraday-em_http (1.0.0)
37
- faraday-em_synchrony (1.0.0)
38
- faraday-excon (1.1.0)
39
- faraday-httpclient (1.0.1)
40
- faraday-multipart (1.0.3)
41
- multipart-post (>= 1.2, < 3)
42
- faraday-net_http (1.0.1)
43
- faraday-net_http_persistent (1.2.0)
44
- faraday-patron (1.0.0)
45
- faraday-rack (1.0.0)
46
- faraday-retry (1.0.3)
27
+ faraday-net_http (3.0.2)
47
28
  ffi (1.15.5)
48
29
  formatador (1.1.0)
49
30
  gem-release (2.2.2)
@@ -63,9 +44,10 @@ GEM
63
44
  rspec (>= 2.99.0, < 4.0)
64
45
  hamster (3.0.0)
65
46
  concurrent-ruby (~> 1.0)
66
- i18n (1.10.0)
47
+ i18n (1.12.0)
67
48
  concurrent-ruby (~> 1.0)
68
- lino (3.0.0)
49
+ json (2.6.3)
50
+ lino (3.1.0)
69
51
  hamster (~> 3.0)
70
52
  open4 (~> 1.3)
71
53
  listen (3.7.1)
@@ -73,31 +55,30 @@ GEM
73
55
  rb-inotify (~> 0.9, >= 0.9.10)
74
56
  lumberjack (1.2.8)
75
57
  method_source (1.0.0)
76
- minitest (5.15.0)
77
- multipart-post (2.1.1)
58
+ minitest (5.16.3)
78
59
  nenv (0.3.0)
79
60
  notiffany (0.1.3)
80
61
  nenv (~> 0.1)
81
62
  shellany (~> 0.0)
82
- octokit (4.22.0)
83
- faraday (>= 0.9)
84
- sawyer (~> 0.8.0, >= 0.5.3)
63
+ octokit (4.25.1)
64
+ faraday (>= 1, < 3)
65
+ sawyer (~> 0.9)
85
66
  open4 (1.3.4)
86
67
  parallel (1.22.1)
87
- parser (3.1.1.0)
68
+ parser (3.1.3.0)
88
69
  ast (~> 2.4.1)
89
70
  pry (0.14.1)
90
71
  coderay (~> 1.1)
91
72
  method_source (~> 1.0)
92
- public_suffix (4.0.6)
73
+ public_suffix (5.0.1)
93
74
  rainbow (3.1.1)
94
75
  rake (13.0.6)
95
- rake_circle_ci (0.9.0)
76
+ rake_circle_ci (0.11.0)
96
77
  colored2 (~> 3.1)
97
78
  excon (~> 0.72)
98
79
  rake_factory (~> 0.23)
99
80
  sshkey (~> 2.0)
100
- rake_factory (0.29.0)
81
+ rake_factory (0.31.0)
101
82
  activesupport (>= 4)
102
83
  rake (~> 13.0)
103
84
  rake_github (0.9.0)
@@ -112,48 +93,49 @@ GEM
112
93
  colored2 (~> 3.1)
113
94
  rake_factory (~> 0.23)
114
95
  sshkey (~> 2.0)
115
- rb-fsevent (0.11.1)
96
+ rb-fsevent (0.11.2)
116
97
  rb-inotify (0.10.1)
117
98
  ffi (~> 1.0)
118
- regexp_parser (2.3.0)
99
+ regexp_parser (2.6.1)
119
100
  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)
101
+ rspec (3.12.0)
102
+ rspec-core (~> 3.12.0)
103
+ rspec-expectations (~> 3.12.0)
104
+ rspec-mocks (~> 3.12.0)
105
+ rspec-core (3.12.0)
106
+ rspec-support (~> 3.12.0)
107
+ rspec-expectations (3.12.1)
127
108
  diff-lcs (>= 1.2.0, < 2.0)
128
- rspec-support (~> 3.11.0)
129
- rspec-mocks (3.11.0)
109
+ rspec-support (~> 3.12.0)
110
+ rspec-mocks (3.12.1)
130
111
  diff-lcs (>= 1.2.0, < 2.0)
131
- rspec-support (~> 3.11.0)
132
- rspec-support (3.11.0)
133
- rubocop (1.27.0)
112
+ rspec-support (~> 3.12.0)
113
+ rspec-support (3.12.0)
114
+ rubocop (1.41.1)
115
+ json (~> 2.3)
134
116
  parallel (~> 1.10)
135
- parser (>= 3.1.0.0)
117
+ parser (>= 3.1.2.1)
136
118
  rainbow (>= 2.2.2, < 4.0)
137
119
  regexp_parser (>= 1.8, < 3.0)
138
- rexml
139
- rubocop-ast (>= 1.16.0, < 2.0)
120
+ rexml (>= 3.2.5, < 4.0)
121
+ rubocop-ast (>= 1.23.0, < 2.0)
140
122
  ruby-progressbar (~> 1.7)
141
123
  unicode-display_width (>= 1.4.0, < 3.0)
142
- rubocop-ast (1.16.0)
124
+ rubocop-ast (1.24.0)
143
125
  parser (>= 3.1.1.0)
144
126
  rubocop-rake (0.6.0)
145
127
  rubocop (~> 1.0)
146
- rubocop-rspec (2.9.0)
147
- rubocop (~> 1.19)
128
+ rubocop-rspec (2.16.0)
129
+ rubocop (~> 1.33)
148
130
  ruby-progressbar (1.11.0)
149
131
  ruby2_keywords (0.0.5)
150
- ruby_gpg2 (0.8.0)
151
- lino (>= 1.5)
152
- sawyer (0.8.2)
132
+ ruby_gpg2 (0.10.0)
133
+ lino (~> 3.0)
134
+ sawyer (0.9.2)
153
135
  addressable (>= 2.3.5)
154
- faraday (> 0.8, < 2.0)
136
+ faraday (>= 0.17.3, < 3)
155
137
  shellany (0.0.1)
156
- simplecov (0.21.2)
138
+ simplecov (0.22.0)
157
139
  docile (~> 1.1)
158
140
  simplecov-html (~> 0.11)
159
141
  simplecov_json_formatter (~> 0.1)
@@ -161,9 +143,9 @@ GEM
161
143
  simplecov_json_formatter (0.1.4)
162
144
  sshkey (2.0.0)
163
145
  thor (1.2.1)
164
- tzinfo (2.0.4)
146
+ tzinfo (2.0.5)
165
147
  concurrent-ruby (~> 1.0)
166
- unicode-display_width (2.1.0)
148
+ unicode-display_width (2.3.0)
167
149
 
168
150
  PLATFORMS
169
151
  ruby
@@ -186,4 +168,4 @@ DEPENDENCIES
186
168
  simplecov
187
169
 
188
170
  BUNDLED WITH
189
- 2.3.11
171
+ 2.4.1
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_all']
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.10'
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.10
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-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino