roro 0.3.24 → 0.3.25
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/.circleci/config.yml +9 -12
- data/.gitignore +4 -0
- data/CODE_OF_CONDUCT.md +25 -17
- data/lib/roro/version.rb +1 -1
- metadata +2 -3
- data/process.yml +0 -401
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce80e2557743ac04bef8961392b5c23bf51f1cf99a73a85cda4bb96f08c75a54
|
|
4
|
+
data.tar.gz: 30fed01b1e4fb71dd11139515d8a85dd59b71381328420237f9a20b933670b68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a824a157c60ed88f4d5c6e80c4bc663e040fd2a436827a4784f609870dba0ca02ed7d0d00bfa90358c5e543c23681b115cbbdc1702c71e5d0aa0ead982b63ef6
|
|
7
|
+
data.tar.gz: 7691813e2263ca4007885b6351e7d243681855742cc10a53b122b7474dda489da90184cc792c971fa303f6d3ba9a0b437cfbca088ed10e121165eaea85dbfce9
|
data/.circleci/config.yml
CHANGED
|
@@ -89,19 +89,16 @@ jobs:
|
|
|
89
89
|
<<: *defaults
|
|
90
90
|
steps:
|
|
91
91
|
- checkout
|
|
92
|
-
- run: rake install
|
|
93
92
|
- run: |
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
# - run:
|
|
100
|
-
# - run:
|
|
101
|
-
# - run:
|
|
102
|
-
# - run:
|
|
103
|
-
# - run: git checkout .
|
|
104
|
-
# - run: gem release
|
|
93
|
+
git config --global user.email "fred.schoeneman@gmail.com"
|
|
94
|
+
git config --global user.name "Fred Schoeneman"
|
|
95
|
+
- run: gem install gem-release
|
|
96
|
+
- run: gem bump
|
|
97
|
+
- run: gem release
|
|
98
|
+
# - run: bundle config set --local whithout development test
|
|
99
|
+
# - run: bundle
|
|
100
|
+
# - run: rake install
|
|
101
|
+
# - run: printf "yes" | rake release
|
|
105
102
|
|
|
106
103
|
workflows:
|
|
107
104
|
matrix-test-rollon:
|
data/.gitignore
CHANGED
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -1,29 +1,37 @@
|
|
|
1
1
|
# Contributor Covenant Code of Conduct
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
contributors and maintainers pledge to making participation in our project and
|
|
7
|
-
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of experience,
|
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
|
10
|
-
orientation.
|
|
3
|
+
I want participation in this project to be fun for everyone regardless of age, body size, disability, ethnicity, level of experience,
|
|
4
|
+
nationality, personal appearance, race, religion, gender identity and expression,
|
|
5
|
+
or sexual identity and orientation.
|
|
11
6
|
|
|
12
7
|
## Our Standards
|
|
13
8
|
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
Some of these things make me happy:
|
|
10
|
+
|
|
11
|
+
* When you use welcoming and inclusive language
|
|
12
|
+
* When you write a user story from the perspective of someone with a different pronoun
|
|
13
|
+
* When you understand we all want the same things for ourselves, our families, and other people even if you disagree with the politics of how to get them
|
|
14
|
+
* When you invert and play with stereotypes
|
|
15
|
+
* When you focus on your own privilege and not on what you assume is that in others
|
|
16
|
+
* When you assume everybody has a positive intent
|
|
17
|
+
* When you listen carefully to criticism before accepting or rejecting it
|
|
18
|
+
* When you tell someone what you think they're asking before providing an answer
|
|
19
|
+
* When you ask before offering criticism
|
|
20
|
+
* When you acknowledge constructive criticism and either accept it or explain why you can not
|
|
21
|
+
* When you accept that sometimes your criticism will be rejected
|
|
22
|
+
* When you show empathy towards others
|
|
23
|
+
* When you are positive and supportive of someone's efforts
|
|
24
|
+
* When you assume as little as possible about others
|
|
25
|
+
* When you are cheerful, even if you have to fake
|
|
26
|
+
* When you give genuine compliments to others
|
|
27
|
+
|
|
16
28
|
|
|
17
|
-
* Using welcoming and inclusive language
|
|
18
|
-
* Being respectful of differing viewpoints and experiences
|
|
19
|
-
* Gracefully accepting constructive criticism
|
|
20
|
-
* Focusing on what is best for the community
|
|
21
|
-
* Showing empathy towards other community members
|
|
22
29
|
|
|
23
30
|
Examples of unacceptable behavior by participants include:
|
|
24
31
|
|
|
25
|
-
*
|
|
26
|
-
|
|
32
|
+
* Unwelcome sexual attention or advances
|
|
33
|
+
* Teasing someone for something that person is sensitive about, or that a reasonable person might guess she is
|
|
34
|
+
* sensitive about.
|
|
27
35
|
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
36
|
* Public or private harassment
|
|
29
37
|
* Publishing others' private information, such as a physical or electronic
|
data/lib/roro/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- schadenfred
|
|
@@ -532,7 +532,6 @@ files:
|
|
|
532
532
|
- mise/env/development.env.enc
|
|
533
533
|
- mise/env/production.env.enc
|
|
534
534
|
- mise/mise.roro
|
|
535
|
-
- process.yml
|
|
536
535
|
- roro.gemspec
|
|
537
536
|
- tmp/.keep
|
|
538
537
|
- vendor/bundle/.keep
|
|
@@ -557,7 +556,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
557
556
|
- !ruby/object:Gem::Version
|
|
558
557
|
version: '0'
|
|
559
558
|
requirements: []
|
|
560
|
-
rubygems_version: 3.2.
|
|
559
|
+
rubygems_version: 3.2.15
|
|
561
560
|
signing_key:
|
|
562
561
|
specification_version: 4
|
|
563
562
|
summary: Containerization framwork for Ruby on Rails applications.
|
data/process.yml
DELETED
|
@@ -1,401 +0,0 @@
|
|
|
1
|
-
version: 2
|
|
2
|
-
jobs:
|
|
3
|
-
release:
|
|
4
|
-
docker:
|
|
5
|
-
- image: cimg/ruby:2.5
|
|
6
|
-
steps:
|
|
7
|
-
- checkout
|
|
8
|
-
- run:
|
|
9
|
-
command: rake install
|
|
10
|
-
- run:
|
|
11
|
-
command: |
|
|
12
|
-
export CI_KEY="Bx2LCiZo7Gedfz1OV9vh3w=="
|
|
13
|
-
roro generate:exposed ci
|
|
14
|
-
test-against-ruby-2.6:
|
|
15
|
-
docker:
|
|
16
|
-
- image: cimg/ruby:2.6
|
|
17
|
-
steps:
|
|
18
|
-
- checkout
|
|
19
|
-
- run:
|
|
20
|
-
command: gem install bundler
|
|
21
|
-
- run:
|
|
22
|
-
command: bundle
|
|
23
|
-
- run:
|
|
24
|
-
command: bundle exec rake test
|
|
25
|
-
? |-
|
|
26
|
-
test-rollon-1
|
|
27
|
-
1-linux
|
|
28
|
-
: docker:
|
|
29
|
-
- image: cimg/ruby:2.7
|
|
30
|
-
steps:
|
|
31
|
-
- checkout
|
|
32
|
-
- setup_remote_docker:
|
|
33
|
-
version: 19.03.12
|
|
34
|
-
- run:
|
|
35
|
-
command: |
|
|
36
|
-
rake install &&
|
|
37
|
-
printf "1
|
|
38
|
-
1\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
39
|
-
- run:
|
|
40
|
-
command: echo 'success'
|
|
41
|
-
? |-
|
|
42
|
-
test-rollon-3
|
|
43
|
-
1-linux
|
|
44
|
-
: docker:
|
|
45
|
-
- image: cimg/ruby:2.7
|
|
46
|
-
steps:
|
|
47
|
-
- checkout
|
|
48
|
-
- setup_remote_docker:
|
|
49
|
-
version: 19.03.12
|
|
50
|
-
- run:
|
|
51
|
-
command: |
|
|
52
|
-
rake install &&
|
|
53
|
-
printf "3
|
|
54
|
-
1\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
55
|
-
- run:
|
|
56
|
-
command: echo 'success'
|
|
57
|
-
test-against-ruby-2.5:
|
|
58
|
-
docker:
|
|
59
|
-
- image: cimg/ruby:2.5
|
|
60
|
-
steps:
|
|
61
|
-
- checkout
|
|
62
|
-
- run:
|
|
63
|
-
command: gem install bundler
|
|
64
|
-
- run:
|
|
65
|
-
command: bundle
|
|
66
|
-
- run:
|
|
67
|
-
command: bundle exec rake test
|
|
68
|
-
? |-
|
|
69
|
-
test-rollon-2
|
|
70
|
-
1-linux
|
|
71
|
-
: docker:
|
|
72
|
-
- image: cimg/ruby:2.7
|
|
73
|
-
steps:
|
|
74
|
-
- checkout
|
|
75
|
-
- setup_remote_docker:
|
|
76
|
-
version: 19.03.12
|
|
77
|
-
- run:
|
|
78
|
-
command: |
|
|
79
|
-
rake install &&
|
|
80
|
-
printf "2
|
|
81
|
-
1\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
82
|
-
- run:
|
|
83
|
-
command: echo 'success'
|
|
84
|
-
? |-
|
|
85
|
-
test-rollon-3
|
|
86
|
-
2-linux
|
|
87
|
-
: docker:
|
|
88
|
-
- image: cimg/ruby:2.7
|
|
89
|
-
steps:
|
|
90
|
-
- checkout
|
|
91
|
-
- setup_remote_docker:
|
|
92
|
-
version: 19.03.12
|
|
93
|
-
- run:
|
|
94
|
-
command: |
|
|
95
|
-
rake install &&
|
|
96
|
-
printf "3
|
|
97
|
-
2\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
98
|
-
- run:
|
|
99
|
-
command: echo 'success'
|
|
100
|
-
test-against-ruby-2.7:
|
|
101
|
-
docker:
|
|
102
|
-
- image: cimg/ruby:2.7
|
|
103
|
-
steps:
|
|
104
|
-
- checkout
|
|
105
|
-
- run:
|
|
106
|
-
command: gem install bundler
|
|
107
|
-
- run:
|
|
108
|
-
command: bundle
|
|
109
|
-
- run:
|
|
110
|
-
command: bundle exec rake test
|
|
111
|
-
? |-
|
|
112
|
-
test-rollon-1
|
|
113
|
-
4-linux
|
|
114
|
-
: docker:
|
|
115
|
-
- image: cimg/ruby:2.7
|
|
116
|
-
steps:
|
|
117
|
-
- checkout
|
|
118
|
-
- setup_remote_docker:
|
|
119
|
-
version: 19.03.12
|
|
120
|
-
- run:
|
|
121
|
-
command: |
|
|
122
|
-
rake install &&
|
|
123
|
-
printf "1
|
|
124
|
-
4\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
125
|
-
- run:
|
|
126
|
-
command: echo 'success'
|
|
127
|
-
? |-
|
|
128
|
-
test-rollon-1
|
|
129
|
-
3-linux
|
|
130
|
-
: docker:
|
|
131
|
-
- image: cimg/ruby:2.7
|
|
132
|
-
steps:
|
|
133
|
-
- checkout
|
|
134
|
-
- setup_remote_docker:
|
|
135
|
-
version: 19.03.12
|
|
136
|
-
- run:
|
|
137
|
-
command: |
|
|
138
|
-
rake install &&
|
|
139
|
-
printf "1
|
|
140
|
-
3\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
141
|
-
- run:
|
|
142
|
-
command: echo 'success'
|
|
143
|
-
build:
|
|
144
|
-
docker:
|
|
145
|
-
- image: cimg/ruby:2.5
|
|
146
|
-
steps:
|
|
147
|
-
- checkout
|
|
148
|
-
? |-
|
|
149
|
-
test-rollon-1
|
|
150
|
-
2-linux
|
|
151
|
-
: docker:
|
|
152
|
-
- image: cimg/ruby:2.7
|
|
153
|
-
steps:
|
|
154
|
-
- checkout
|
|
155
|
-
- setup_remote_docker:
|
|
156
|
-
version: 19.03.12
|
|
157
|
-
- run:
|
|
158
|
-
command: |
|
|
159
|
-
rake install &&
|
|
160
|
-
printf "1
|
|
161
|
-
2\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
162
|
-
- run:
|
|
163
|
-
command: echo 'success'
|
|
164
|
-
test-against-ruby-3.0:
|
|
165
|
-
docker:
|
|
166
|
-
- image: cimg/ruby:3.0
|
|
167
|
-
steps:
|
|
168
|
-
- checkout
|
|
169
|
-
- run:
|
|
170
|
-
command: gem install bundler
|
|
171
|
-
- run:
|
|
172
|
-
command: bundle
|
|
173
|
-
- run:
|
|
174
|
-
command: bundle exec rake test
|
|
175
|
-
? |-
|
|
176
|
-
test-rollon-1
|
|
177
|
-
5-linux
|
|
178
|
-
: docker:
|
|
179
|
-
- image: cimg/ruby:2.7
|
|
180
|
-
steps:
|
|
181
|
-
- checkout
|
|
182
|
-
- setup_remote_docker:
|
|
183
|
-
version: 19.03.12
|
|
184
|
-
- run:
|
|
185
|
-
command: |
|
|
186
|
-
rake install &&
|
|
187
|
-
printf "1
|
|
188
|
-
5\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny$var\n" | roro rollon
|
|
189
|
-
- run:
|
|
190
|
-
command: echo 'success'
|
|
191
|
-
workflows:
|
|
192
|
-
matrix-test-rollon:
|
|
193
|
-
jobs:
|
|
194
|
-
- ? |-
|
|
195
|
-
test-rollon-1
|
|
196
|
-
1-linux
|
|
197
|
-
: filters:
|
|
198
|
-
branches:
|
|
199
|
-
only: master
|
|
200
|
-
- ? |-
|
|
201
|
-
test-rollon-1
|
|
202
|
-
2-linux
|
|
203
|
-
: filters:
|
|
204
|
-
branches:
|
|
205
|
-
only: master
|
|
206
|
-
- ? |-
|
|
207
|
-
test-rollon-1
|
|
208
|
-
3-linux
|
|
209
|
-
: filters:
|
|
210
|
-
branches:
|
|
211
|
-
only: master
|
|
212
|
-
- ? |-
|
|
213
|
-
test-rollon-1
|
|
214
|
-
4-linux
|
|
215
|
-
: filters:
|
|
216
|
-
branches:
|
|
217
|
-
only: master
|
|
218
|
-
- ? |-
|
|
219
|
-
test-rollon-1
|
|
220
|
-
5-linux
|
|
221
|
-
: filters:
|
|
222
|
-
branches:
|
|
223
|
-
only: master
|
|
224
|
-
- ? |-
|
|
225
|
-
test-rollon-2
|
|
226
|
-
1-linux
|
|
227
|
-
: filters:
|
|
228
|
-
branches:
|
|
229
|
-
only: master
|
|
230
|
-
- ? |-
|
|
231
|
-
test-rollon-3
|
|
232
|
-
1-linux
|
|
233
|
-
: filters:
|
|
234
|
-
branches:
|
|
235
|
-
only: master
|
|
236
|
-
- ? |-
|
|
237
|
-
test-rollon-3
|
|
238
|
-
2-linux
|
|
239
|
-
: filters:
|
|
240
|
-
branches:
|
|
241
|
-
only: master
|
|
242
|
-
matrix-test-against-rubies:
|
|
243
|
-
jobs:
|
|
244
|
-
- test-against-ruby-2.5:
|
|
245
|
-
filters:
|
|
246
|
-
branches:
|
|
247
|
-
only: master
|
|
248
|
-
- test-against-ruby-2.6:
|
|
249
|
-
filters:
|
|
250
|
-
branches:
|
|
251
|
-
only: master
|
|
252
|
-
- test-against-ruby-2.7:
|
|
253
|
-
filters:
|
|
254
|
-
branches:
|
|
255
|
-
only: master
|
|
256
|
-
- test-against-ruby-3.0:
|
|
257
|
-
filters:
|
|
258
|
-
branches:
|
|
259
|
-
only: master
|
|
260
|
-
gem-release:
|
|
261
|
-
jobs:
|
|
262
|
-
- build
|
|
263
|
-
- release:
|
|
264
|
-
filters:
|
|
265
|
-
branches:
|
|
266
|
-
only: release
|
|
267
|
-
requires:
|
|
268
|
-
- build
|
|
269
|
-
version: 2
|
|
270
|
-
|
|
271
|
-
# Original config.yml file:
|
|
272
|
-
# version: 2.1
|
|
273
|
-
#
|
|
274
|
-
# executors:
|
|
275
|
-
# ruby-executor:
|
|
276
|
-
# docker:
|
|
277
|
-
# - image: cimg/ruby:2.7
|
|
278
|
-
# linux:
|
|
279
|
-
# docker:
|
|
280
|
-
# - image: cimg/ruby:2.7
|
|
281
|
-
# mac:
|
|
282
|
-
# macos:
|
|
283
|
-
# xcode: 11.4
|
|
284
|
-
# ruby:
|
|
285
|
-
# parameters:
|
|
286
|
-
# version:
|
|
287
|
-
# description: \"version tag\"
|
|
288
|
-
# default: \"2.5\"
|
|
289
|
-
# type: string
|
|
290
|
-
# docker:
|
|
291
|
-
# - image: cimg/ruby:<<parameters.version>>
|
|
292
|
-
#
|
|
293
|
-
# defaults: &defaults
|
|
294
|
-
# executor: ruby
|
|
295
|
-
#
|
|
296
|
-
# major_only: &major_only
|
|
297
|
-
# filters:
|
|
298
|
-
# branches:
|
|
299
|
-
# only: master
|
|
300
|
-
#
|
|
301
|
-
# release: &release
|
|
302
|
-
# filters:
|
|
303
|
-
# branches:
|
|
304
|
-
# only: release
|
|
305
|
-
#
|
|
306
|
-
# commands:
|
|
307
|
-
# run-test-case:
|
|
308
|
-
# parameters:
|
|
309
|
-
# answers:
|
|
310
|
-
# type: string
|
|
311
|
-
# default: \"1\\n2\"
|
|
312
|
-
# os:
|
|
313
|
-
# type: executor
|
|
314
|
-
# steps:
|
|
315
|
-
# - run: |
|
|
316
|
-
# rake install &&
|
|
317
|
-
# printf \"<< parameters.answers >>\\ny\\ny\\ny\\ny\\ny\\ny\\ny$var\\n\" | roro rollon
|
|
318
|
-
# - run: echo 'success'
|
|
319
|
-
#
|
|
320
|
-
# jobs:
|
|
321
|
-
# build:
|
|
322
|
-
# <<: *defaults
|
|
323
|
-
# steps:
|
|
324
|
-
# - checkout
|
|
325
|
-
#
|
|
326
|
-
# test-against-ruby:
|
|
327
|
-
# parameters:
|
|
328
|
-
# version:
|
|
329
|
-
# description: \"version tag\"
|
|
330
|
-
# default: \"3.0\"
|
|
331
|
-
# type: string
|
|
332
|
-
# executor:
|
|
333
|
-
# name: ruby
|
|
334
|
-
# version: <<parameters.version>>
|
|
335
|
-
# steps:
|
|
336
|
-
# - checkout
|
|
337
|
-
# - run: gem install bundler
|
|
338
|
-
# - run: bundle
|
|
339
|
-
# - run: bundle exec rake test
|
|
340
|
-
#
|
|
341
|
-
# test-rollon:
|
|
342
|
-
# parameters:
|
|
343
|
-
# answers:
|
|
344
|
-
# type: string
|
|
345
|
-
# default: \"1\\n4\"
|
|
346
|
-
# os:
|
|
347
|
-
# type: executor
|
|
348
|
-
# default: linux
|
|
349
|
-
# executor: << parameters.os >>
|
|
350
|
-
# steps:
|
|
351
|
-
# - checkout
|
|
352
|
-
# - setup_remote_docker:
|
|
353
|
-
# version: 19.03.12
|
|
354
|
-
# - run: |
|
|
355
|
-
# rake install &&
|
|
356
|
-
# printf \"<< parameters.answers >>\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny\\ny$var\\n\" | roro rollon
|
|
357
|
-
# - run: echo 'success'
|
|
358
|
-
#
|
|
359
|
-
# release:
|
|
360
|
-
# <<: *defaults
|
|
361
|
-
# steps:
|
|
362
|
-
# - checkout
|
|
363
|
-
# - run: rake install
|
|
364
|
-
# - run: |
|
|
365
|
-
# export CI_KEY=\"Bx2LCiZo7Gedfz1OV9vh3w==\"
|
|
366
|
-
# roro generate:exposed ci
|
|
367
|
-
# # - run: |
|
|
368
|
-
# # echo $(cat ./mise/containers/ruby_image/env/ci.env) >> $BASH_ENV
|
|
369
|
-
# # source $BASH_ENV
|
|
370
|
-
# # - run: echo $RUBYGEMS_API_KEY
|
|
371
|
-
# # - run: chmod +x ./.circleci/setup-gem-credentials.sh
|
|
372
|
-
# # - run: ./.circleci/setup-gem-credentials.sh
|
|
373
|
-
# # - run: chmod 0600 ./.gem/credentials
|
|
374
|
-
# # - run: git checkout .
|
|
375
|
-
# # - run: gem release
|
|
376
|
-
#
|
|
377
|
-
# workflows:
|
|
378
|
-
# matrix-test-rollon:
|
|
379
|
-
# jobs:
|
|
380
|
-
# - test-rollon:
|
|
381
|
-
# <<: *major_only
|
|
382
|
-
# matrix:
|
|
383
|
-
# parameters:
|
|
384
|
-
# answers: [\"1\\n1\", \"1\\n2\", \"1\\n3\", \"1\\n4\", \"1\\n5\", \"2\\n1\", \"3\\n1\", \"3\\n2\"]
|
|
385
|
-
# os: [linux]
|
|
386
|
-
#
|
|
387
|
-
# matrix-test-against-rubies:
|
|
388
|
-
# jobs:
|
|
389
|
-
# - test-against-ruby:
|
|
390
|
-
# <<: *major_only
|
|
391
|
-
# matrix:
|
|
392
|
-
# parameters:
|
|
393
|
-
# version: [ \"2.5\", \"2.6\", \"2.7\", \"3.0\" ]
|
|
394
|
-
#
|
|
395
|
-
# gem-release:
|
|
396
|
-
# jobs:
|
|
397
|
-
# - build
|
|
398
|
-
# - release:
|
|
399
|
-
# requires:
|
|
400
|
-
# - build
|
|
401
|
-
# <<: *release
|