ruby_helm 0.2.0.pre.3 → 0.2.0.pre.4

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: 97c0adeb0c782207a59ff8b60dbcf785e21967a477492e8aa0021e3a13b9f69c
4
- data.tar.gz: f8ad20b2719288ebcdbed4a8db7a2d7e9b25a1ec72eb453e3c5ac382ba99649e
3
+ metadata.gz: c26f1efc2fc9a66f28367b217ea72cb9e7c61bcef2a0351af75efa88e8efc178
4
+ data.tar.gz: d9ab8f77f5841ab338491b0f903ce8661027ae791485e2b8f0f4b99f9e3e88d8
5
5
  SHA512:
6
- metadata.gz: f08dba96260e9aa93ea85bd951afd32041a633e9ca5f38a5f65fb88204a65905e591b4432254d9ca5ff1607a133178a48b3acddb5cc17657f362557283976ed4
7
- data.tar.gz: 48a30893792229ee729e8f9dea966f47768bd34d338d19ce86de8ee304e559df94126def81e5455bbdea4e2d4601a1e2940cc8f89fca705970512607f179dd5d
6
+ metadata.gz: ee55777d828569f2ec65c57e433574b5e3aabc10c9757cc0242701ad8fb0b24bb741fa5595c02d6d59ed93c95ac5fc7fadd8acb4d4a6c87262df46cc1c9f965f
7
+ data.tar.gz: a70cc0e44477eb884e3e120952c756d17fbc338644c3bcb3b99ca5b08af845e98b10c7c5979aeaeafdc471c6a8f934d9018647e49268ad6997aee108e3d76797
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_helm (0.2.0.pre.3)
4
+ ruby_helm (0.2.0.pre.4)
5
5
  lino (~> 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.1.4.1)
10
+ activesupport (6.1.4.4)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
@@ -22,25 +22,29 @@ GEM
22
22
  diff-lcs (1.4.4)
23
23
  docile (1.4.0)
24
24
  excon (0.87.0)
25
- faraday (1.8.0)
25
+ faraday (1.9.3)
26
26
  faraday-em_http (~> 1.0)
27
27
  faraday-em_synchrony (~> 1.0)
28
28
  faraday-excon (~> 1.1)
29
- faraday-httpclient (~> 1.0.1)
29
+ faraday-httpclient (~> 1.0)
30
+ faraday-multipart (~> 1.0)
30
31
  faraday-net_http (~> 1.0)
31
- faraday-net_http_persistent (~> 1.1)
32
+ faraday-net_http_persistent (~> 1.0)
32
33
  faraday-patron (~> 1.0)
33
34
  faraday-rack (~> 1.0)
34
- multipart-post (>= 1.2, < 3)
35
+ faraday-retry (~> 1.0)
35
36
  ruby2_keywords (>= 0.0.4)
36
37
  faraday-em_http (1.0.0)
37
38
  faraday-em_synchrony (1.0.0)
38
39
  faraday-excon (1.1.0)
39
40
  faraday-httpclient (1.0.1)
41
+ faraday-multipart (1.0.3)
42
+ multipart-post (>= 1.2, < 3)
40
43
  faraday-net_http (1.0.1)
41
44
  faraday-net_http_persistent (1.2.0)
42
45
  faraday-patron (1.0.0)
43
46
  faraday-rack (1.0.0)
47
+ faraday-retry (1.0.3)
44
48
  ffi (1.15.4)
45
49
  formatador (0.3.0)
46
50
  gem-release (2.2.2)
@@ -60,7 +64,7 @@ GEM
60
64
  rspec (>= 2.99.0, < 4.0)
61
65
  hamster (3.0.0)
62
66
  concurrent-ruby (~> 1.0)
63
- i18n (1.8.10)
67
+ i18n (1.9.1)
64
68
  concurrent-ruby (~> 1.0)
65
69
  lino (3.0.0)
66
70
  hamster (~> 3.0)
@@ -70,18 +74,18 @@ GEM
70
74
  rb-inotify (~> 0.9, >= 0.9.10)
71
75
  lumberjack (1.2.8)
72
76
  method_source (1.0.0)
73
- minitest (5.14.4)
77
+ minitest (5.15.0)
74
78
  multipart-post (2.1.1)
75
79
  nenv (0.3.0)
76
80
  notiffany (0.1.3)
77
81
  nenv (~> 0.1)
78
82
  shellany (~> 0.0)
79
- octokit (4.21.0)
83
+ octokit (4.22.0)
80
84
  faraday (>= 0.9)
81
85
  sawyer (~> 0.8.0, >= 0.5.3)
82
86
  open4 (1.3.4)
83
87
  parallel (1.21.0)
84
- parser (3.0.2.0)
88
+ parser (3.0.3.1)
85
89
  ast (~> 2.4.1)
86
90
  pry (0.14.1)
87
91
  coderay (~> 1.1)
@@ -97,7 +101,7 @@ GEM
97
101
  rake_factory (0.29.0)
98
102
  activesupport (>= 4)
99
103
  rake (~> 13.0)
100
- rake_github (0.7.0)
104
+ rake_github (0.9.0)
101
105
  colored2 (~> 3.1)
102
106
  octokit (~> 4.16)
103
107
  rake_factory (~> 0.23)
@@ -127,7 +131,7 @@ GEM
127
131
  diff-lcs (>= 1.2.0, < 2.0)
128
132
  rspec-support (~> 3.10.0)
129
133
  rspec-support (3.10.2)
130
- rubocop (1.22.1)
134
+ rubocop (1.23.0)
131
135
  parallel (~> 1.10)
132
136
  parser (>= 3.0.0.0)
133
137
  rainbow (>= 2.2.2, < 4.0)
@@ -136,11 +140,11 @@ GEM
136
140
  rubocop-ast (>= 1.12.0, < 2.0)
137
141
  ruby-progressbar (~> 1.7)
138
142
  unicode-display_width (>= 1.4.0, < 3.0)
139
- rubocop-ast (1.12.0)
143
+ rubocop-ast (1.14.0)
140
144
  parser (>= 3.0.1.1)
141
145
  rubocop-rake (0.6.0)
142
146
  rubocop (~> 1.0)
143
- rubocop-rspec (2.5.0)
147
+ rubocop-rspec (2.6.0)
144
148
  rubocop (~> 1.19)
145
149
  ruby-progressbar (1.11.0)
146
150
  ruby2_keywords (0.0.5)
@@ -161,7 +165,7 @@ GEM
161
165
  tzinfo (2.0.4)
162
166
  concurrent-ruby (~> 1.0)
163
167
  unicode-display_width (2.1.0)
164
- zeitwerk (2.4.2)
168
+ zeitwerk (2.5.4)
165
169
 
166
170
  PLATFORMS
167
171
  ruby
@@ -184,4 +188,4 @@ DEPENDENCIES
184
188
  simplecov (~> 0.21)
185
189
 
186
190
  BUNDLED WITH
187
- 2.2.31
191
+ 2.3.7
data/README.md CHANGED
@@ -55,4 +55,4 @@ The gem is available as open source under the terms of the
55
55
 
56
56
  Everyone interacting in the RubyHelm project’s codebases, issue trackers, chat
57
57
  rooms and mailing lists is expected to follow the
58
- [code of conduct](https://github.com/[USERNAME]/ruby_helm/blob/master/CODE_OF_CONDUCT.md).
58
+ [code of conduct](https://github.com/[USERNAME]/ruby_helm/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile CHANGED
@@ -104,7 +104,7 @@ end
104
104
  RakeGithub.define_repository_tasks(
105
105
  namespace: :github,
106
106
  repository: 'infrablocks/ruby_helm'
107
- ) do |t|
107
+ ) do |t, args|
108
108
  github_config =
109
109
  YAML.load_file('config/secrets/github/config.yaml')
110
110
 
@@ -115,6 +115,8 @@ RakeGithub.define_repository_tasks(
115
115
  public_key: File.read('config/secrets/ci/ssh.public')
116
116
  }
117
117
  ]
118
+ t.branch_name = args.branch_name
119
+ t.commit_message = args.commit_message
118
120
  end
119
121
 
120
122
  namespace :pipeline do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyHelm
4
- VERSION = '0.2.0.pre.3'
4
+ VERSION = '0.2.0.pre.4'
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.3
4
+ version: 0.2.0.pre.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-23 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lino