travis 1.9.1.travis.1223.9 → 1.9.1
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/README.md +2 -2
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +64 -7
- metadata +67 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8192964fdbced750a5889f8f9e0e1ebc0db68ba787c2388fc0fea29bec88ea66
|
|
4
|
+
data.tar.gz: 58fbcc1e59e3f81541e6222b366e71c97a1e684604fede59f103c3745766cb88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da9713cd969b68f92f06bed0be2dcda64b57dcd9a88b6ec63d4bf0328cfab4b9e1f90367162dad2c7b6befa407b83e38d87730efed345babf415161ccbfee27e
|
|
7
|
+
data.tar.gz: 5c75582cbdea3d090f6c04b4325e44a0800d377bc28d47ccd331ee0be88cf9effa00fd5f1af652f4e78ba7cc2d7efe2189103ceb847c20a0486477c5e8a9b40e
|
data/README.md
CHANGED
|
@@ -2018,7 +2018,7 @@ If you do not have write access to the system gem directory, you'll need to perf
|
|
|
2018
2018
|
Now make sure everything is working:
|
|
2019
2019
|
|
|
2020
2020
|
$ travis version
|
|
2021
|
-
1.9.
|
|
2021
|
+
1.9.1
|
|
2022
2022
|
|
|
2023
2023
|
See also [Note on Ubuntu](#ubuntu) below.
|
|
2024
2024
|
|
|
@@ -2126,7 +2126,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
|
2126
2126
|
|
|
2127
2127
|
## Version History
|
|
2128
2128
|
|
|
2129
|
-
### 1.9.1
|
|
2129
|
+
### 1.9.1 (May 19, 2020)
|
|
2130
2130
|
|
|
2131
2131
|
* Fix `--no-interactive` flag in `encrypt` and `encryt-file` commands https://github.com/travis-ci/travis.rb/pull/738
|
|
2132
2132
|
* Display commit SHA in `show` https://github.com/travis-ci/travis.rb/pull/739
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
# general info
|
|
4
4
|
s.name = "travis"
|
|
5
|
-
s.version = "1.9.
|
|
5
|
+
s.version = "1.9.1"
|
|
6
6
|
s.required_ruby_version = ">= 2.3.0"
|
|
7
7
|
s.description = "CLI and Ruby client library for Travis CI"
|
|
8
8
|
s.homepage = "https://github.com/travis-ci/travis.rb"
|
|
@@ -12,20 +12,29 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
|
|
13
13
|
# generated from git shortlog -sn
|
|
14
14
|
s.authors = [
|
|
15
|
-
"Hiro Asari",
|
|
16
15
|
"Konstantin Haase",
|
|
16
|
+
"Hiro Asari",
|
|
17
|
+
"Henrik Hodne",
|
|
18
|
+
"joshua-anderson",
|
|
19
|
+
"Aaron Hill",
|
|
17
20
|
"Piotr Milcarz",
|
|
18
21
|
"Buck Doyle",
|
|
22
|
+
"Peter Souter",
|
|
19
23
|
"Christopher Grim",
|
|
20
24
|
"Joe Corcoran",
|
|
25
|
+
"Peter van Dijk",
|
|
21
26
|
"Sven Fuchs",
|
|
22
27
|
"Aakriti Gupta",
|
|
23
28
|
"Josh Kalderimis",
|
|
24
|
-
"Ke Zhu",
|
|
25
29
|
"Piotr Sarnacki",
|
|
30
|
+
"Ke Zhu",
|
|
31
|
+
"Max Barnash",
|
|
26
32
|
"Ren\xC3\xA9e Hendricksen",
|
|
27
33
|
"carlad",
|
|
34
|
+
"Carlos Palhares",
|
|
35
|
+
"Dan Buch",
|
|
28
36
|
"Mar\xC3\xADa de Ant\xC3\xB3n",
|
|
37
|
+
"Mathias Meyer",
|
|
29
38
|
"Matt Toothman",
|
|
30
39
|
"mariadeanton",
|
|
31
40
|
"techgaun",
|
|
@@ -40,14 +49,18 @@ Gem::Specification.new do |s|
|
|
|
40
49
|
"Ivan Pozdeev",
|
|
41
50
|
"Joep van Delft",
|
|
42
51
|
"Stefan Nordhausen",
|
|
52
|
+
"Thais Camilo and Konstantin Haase",
|
|
43
53
|
"Tobias Bieniek",
|
|
44
|
-
"joshua-anderson",
|
|
45
54
|
"Adam Baxter",
|
|
55
|
+
"Adam Lavin",
|
|
56
|
+
"Adrien Brault",
|
|
46
57
|
"Alfie John",
|
|
47
58
|
"Alo\xC3\xAFs Th\xC3\xA9venot",
|
|
48
59
|
"Basarat Ali Syed",
|
|
60
|
+
"Benjamin Manns",
|
|
49
61
|
"Christian H\xC3\xB6ltje",
|
|
50
62
|
"Dani Hodovic",
|
|
63
|
+
"Daniel Chatfield",
|
|
51
64
|
"Dominic Jodoin",
|
|
52
65
|
"Eric Herot",
|
|
53
66
|
"Eugene K",
|
|
@@ -58,47 +71,72 @@ Gem::Specification.new do |s|
|
|
|
58
71
|
"Igor",
|
|
59
72
|
"Iulian Onofrei",
|
|
60
73
|
"Jacob Atzen",
|
|
74
|
+
"Jacob Burkhart",
|
|
61
75
|
"James Nylen",
|
|
62
76
|
"Joe Rafaniello",
|
|
63
77
|
"Jon-Erik Schneiderhan",
|
|
64
78
|
"Jonas Chromik",
|
|
79
|
+
"Jonne Ha\xC3\x9F",
|
|
65
80
|
"Julia S.Simon",
|
|
81
|
+
"Justin Lambert",
|
|
82
|
+
"Laurent Petit",
|
|
83
|
+
"Maarten van Vliet",
|
|
66
84
|
"Marco Craveiro",
|
|
85
|
+
"Mario Visic",
|
|
67
86
|
"Matt",
|
|
68
87
|
"Matteo Sumberaz",
|
|
69
88
|
"Matthias Bussonnier",
|
|
70
89
|
"Michael Mior",
|
|
71
90
|
"Michael S. Fischer",
|
|
91
|
+
"Miro Hron\xC4\x8Dok",
|
|
92
|
+
"Neamar",
|
|
72
93
|
"Nero Leung",
|
|
94
|
+
"Nicolas Bessi (nbessi)",
|
|
73
95
|
"Nikhil Owalekar",
|
|
74
96
|
"Peter Bengtsson",
|
|
75
97
|
"Peter Drake",
|
|
98
|
+
"Rapha\xC3\xABl Pinson",
|
|
76
99
|
"Rob Hoelz",
|
|
77
100
|
"Robert Grider",
|
|
78
101
|
"Robert Van Voorhees",
|
|
79
102
|
"Simon Cropp",
|
|
80
103
|
"Titus",
|
|
81
104
|
"Titus Wormer",
|
|
105
|
+
"Tobias Wilken",
|
|
106
|
+
"Zachary Gershman",
|
|
107
|
+
"Zachary Scott",
|
|
82
108
|
"designerror",
|
|
83
109
|
"ia",
|
|
110
|
+
"jeffdh",
|
|
111
|
+
"john muhl",
|
|
84
112
|
"slewt"
|
|
85
113
|
]
|
|
86
114
|
|
|
87
115
|
# generated from git shortlog -sne
|
|
88
116
|
s.email = [
|
|
89
|
-
"asari.ruby@gmail.com",
|
|
90
117
|
"konstantin.mailinglists@googlemail.com",
|
|
118
|
+
"asari.ruby@gmail.com",
|
|
119
|
+
"j@zatigo.com",
|
|
120
|
+
"aa1ronham@gmail.com",
|
|
91
121
|
"piotrm@travis-ci.org",
|
|
122
|
+
"me@henrikhodne.com",
|
|
92
123
|
"b@chromatin.ca",
|
|
124
|
+
"henrik@hodne.io",
|
|
125
|
+
"p.morsou@gmail.com",
|
|
93
126
|
"chrisg@luminal.io",
|
|
94
127
|
"joe@corcoran.io",
|
|
128
|
+
"peter.van.dijk@netherlabs.nl",
|
|
95
129
|
"me@svenfuchs.com",
|
|
96
130
|
"josh.kalderimis@gmail.com",
|
|
97
|
-
"kzhu@us.ibm.com",
|
|
98
131
|
"drogus@gmail.com",
|
|
132
|
+
"kzhu@us.ibm.com",
|
|
133
|
+
"i.am@anhero.ru",
|
|
99
134
|
"renee@travis-ci.org",
|
|
100
135
|
"aakritigupta@users.noreply.github.com",
|
|
136
|
+
"me@xjunior.me",
|
|
137
|
+
"dan@meatballhat.com",
|
|
101
138
|
"mariadeanton@gmail.com",
|
|
139
|
+
"meyer@paperplanes.de",
|
|
102
140
|
"matt.toothman@aver.io",
|
|
103
141
|
"carlad@users.noreply.github.com",
|
|
104
142
|
"coolsamar207@gmail.com",
|
|
@@ -113,14 +151,18 @@ Gem::Specification.new do |s|
|
|
|
113
151
|
"igor@travis-ci.org",
|
|
114
152
|
"vano@mail.mipt.ru",
|
|
115
153
|
"stefan.nordhausen@immobilienscout24.de",
|
|
154
|
+
"dev+narwen+rkh@rkh.im",
|
|
116
155
|
"tobias.bieniek@gmail.com",
|
|
117
|
-
"j@zatigo.com",
|
|
118
156
|
"github@voltagex.org",
|
|
157
|
+
"adam@lavoaster.co.uk",
|
|
158
|
+
"adrien.brault@gmail.com",
|
|
119
159
|
"33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf",
|
|
120
160
|
"aloisthevenot@srxp.com",
|
|
121
161
|
"basaratali@gmail.com",
|
|
162
|
+
"benmanns@gmail.com",
|
|
122
163
|
"docwhat@gerf.org",
|
|
123
164
|
"danihodovic@users.noreply.github.com",
|
|
165
|
+
"chatfielddaniel@gmail.com",
|
|
124
166
|
"dominic@travis-ci.com",
|
|
125
167
|
"eric.github@herot.com",
|
|
126
168
|
"34233075+eugene-kulak@users.noreply.github.com",
|
|
@@ -130,31 +172,46 @@ Gem::Specification.new do |s|
|
|
|
130
172
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
|
131
173
|
"6d0847b9@opayq.com",
|
|
132
174
|
"jatzen@gmail.com",
|
|
175
|
+
"jburkhart@engineyard.com",
|
|
133
176
|
"jnylen@gmail.com",
|
|
134
177
|
"jrafanie@users.noreply.github.com",
|
|
135
178
|
"joep@travis-ci.org",
|
|
136
179
|
"joepvd@users.noreply.github.com",
|
|
137
180
|
"jon-erik.schneiderhan@meyouhealth.com",
|
|
138
181
|
"Jonas.Chromik@student.hpi.uni-potsdam.de",
|
|
182
|
+
"me@jhass.eu",
|
|
139
183
|
"julia.simon@biicode.com",
|
|
184
|
+
"jlambert@eml.cc",
|
|
185
|
+
"laurent.petit@gmail.com",
|
|
186
|
+
"maartenvanvliet@gmail.com",
|
|
140
187
|
"marco.craveiro@gmail.com",
|
|
188
|
+
"mario@mariovisic.com",
|
|
141
189
|
"mtoothman@users.noreply.github.com",
|
|
142
190
|
"gnappoms@gmail.com",
|
|
143
191
|
"bussonniermatthias@gmail.com",
|
|
144
192
|
"mmior@uwaterloo.ca",
|
|
145
193
|
"mfischer@zendesk.com",
|
|
194
|
+
"miro@hroncok.cz",
|
|
195
|
+
"neamar@neamar.fr",
|
|
146
196
|
"neroleung@gmail.com",
|
|
197
|
+
"nbessi@users.noreply.github.com",
|
|
147
198
|
"nowalekar@tigetext.com",
|
|
148
199
|
"peterbe@mozilla.com",
|
|
149
200
|
"peter.drake@acquia.com",
|
|
201
|
+
"raphael.pinson@camptocamp.com",
|
|
150
202
|
"rob@hoelz.ro",
|
|
151
203
|
"robert.grider@northwestern.edu",
|
|
152
204
|
"rcvanvo@gmail.com",
|
|
153
205
|
"simon.cropp@gmail.com",
|
|
154
206
|
"tituswormer@gmail.com",
|
|
207
|
+
"tw@cloudcontrol.de",
|
|
208
|
+
"pair+zg@pivotallabs.com",
|
|
209
|
+
"e@zzak.io",
|
|
155
210
|
"carla@travis-ci.org",
|
|
156
211
|
"designerror@yandex.ru",
|
|
157
212
|
"isaac.ardis@gmail.com",
|
|
213
|
+
"jeffdh@gmail.com",
|
|
214
|
+
"git@johnmuhl.com",
|
|
158
215
|
"leland@lcweathers.net"
|
|
159
216
|
]
|
|
160
217
|
|
metadata
CHANGED
|
@@ -1,23 +1,32 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.1
|
|
4
|
+
version: 1.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Hiro Asari
|
|
8
7
|
- Konstantin Haase
|
|
8
|
+
- Hiro Asari
|
|
9
|
+
- Henrik Hodne
|
|
10
|
+
- joshua-anderson
|
|
11
|
+
- Aaron Hill
|
|
9
12
|
- Piotr Milcarz
|
|
10
13
|
- Buck Doyle
|
|
14
|
+
- Peter Souter
|
|
11
15
|
- Christopher Grim
|
|
12
16
|
- Joe Corcoran
|
|
17
|
+
- Peter van Dijk
|
|
13
18
|
- Sven Fuchs
|
|
14
19
|
- Aakriti Gupta
|
|
15
20
|
- Josh Kalderimis
|
|
16
|
-
- Ke Zhu
|
|
17
21
|
- Piotr Sarnacki
|
|
22
|
+
- Ke Zhu
|
|
23
|
+
- Max Barnash
|
|
18
24
|
- Renée Hendricksen
|
|
19
25
|
- carlad
|
|
26
|
+
- Carlos Palhares
|
|
27
|
+
- Dan Buch
|
|
20
28
|
- María de Antón
|
|
29
|
+
- Mathias Meyer
|
|
21
30
|
- Matt Toothman
|
|
22
31
|
- mariadeanton
|
|
23
32
|
- techgaun
|
|
@@ -32,14 +41,18 @@ authors:
|
|
|
32
41
|
- Ivan Pozdeev
|
|
33
42
|
- Joep van Delft
|
|
34
43
|
- Stefan Nordhausen
|
|
44
|
+
- Thais Camilo and Konstantin Haase
|
|
35
45
|
- Tobias Bieniek
|
|
36
|
-
- joshua-anderson
|
|
37
46
|
- Adam Baxter
|
|
47
|
+
- Adam Lavin
|
|
48
|
+
- Adrien Brault
|
|
38
49
|
- Alfie John
|
|
39
50
|
- Aloïs Thévenot
|
|
40
51
|
- Basarat Ali Syed
|
|
52
|
+
- Benjamin Manns
|
|
41
53
|
- Christian Höltje
|
|
42
54
|
- Dani Hodovic
|
|
55
|
+
- Daniel Chatfield
|
|
43
56
|
- Dominic Jodoin
|
|
44
57
|
- Eric Herot
|
|
45
58
|
- Eugene K
|
|
@@ -50,29 +63,44 @@ authors:
|
|
|
50
63
|
- Igor
|
|
51
64
|
- Iulian Onofrei
|
|
52
65
|
- Jacob Atzen
|
|
66
|
+
- Jacob Burkhart
|
|
53
67
|
- James Nylen
|
|
54
68
|
- Joe Rafaniello
|
|
55
69
|
- Jon-Erik Schneiderhan
|
|
56
70
|
- Jonas Chromik
|
|
71
|
+
- Jonne Haß
|
|
57
72
|
- Julia S.Simon
|
|
73
|
+
- Justin Lambert
|
|
74
|
+
- Laurent Petit
|
|
75
|
+
- Maarten van Vliet
|
|
58
76
|
- Marco Craveiro
|
|
77
|
+
- Mario Visic
|
|
59
78
|
- Matt
|
|
60
79
|
- Matteo Sumberaz
|
|
61
80
|
- Matthias Bussonnier
|
|
62
81
|
- Michael Mior
|
|
63
82
|
- Michael S. Fischer
|
|
83
|
+
- Miro Hrončok
|
|
84
|
+
- Neamar
|
|
64
85
|
- Nero Leung
|
|
86
|
+
- Nicolas Bessi (nbessi)
|
|
65
87
|
- Nikhil Owalekar
|
|
66
88
|
- Peter Bengtsson
|
|
67
89
|
- Peter Drake
|
|
90
|
+
- Raphaël Pinson
|
|
68
91
|
- Rob Hoelz
|
|
69
92
|
- Robert Grider
|
|
70
93
|
- Robert Van Voorhees
|
|
71
94
|
- Simon Cropp
|
|
72
95
|
- Titus
|
|
73
96
|
- Titus Wormer
|
|
97
|
+
- Tobias Wilken
|
|
98
|
+
- Zachary Gershman
|
|
99
|
+
- Zachary Scott
|
|
74
100
|
- designerror
|
|
75
101
|
- ia
|
|
102
|
+
- jeffdh
|
|
103
|
+
- john muhl
|
|
76
104
|
- slewt
|
|
77
105
|
autorequire:
|
|
78
106
|
bindir: bin
|
|
@@ -261,19 +289,29 @@ dependencies:
|
|
|
261
289
|
version: '0.6'
|
|
262
290
|
description: CLI and Ruby client library for Travis CI
|
|
263
291
|
email:
|
|
264
|
-
- asari.ruby@gmail.com
|
|
265
292
|
- konstantin.mailinglists@googlemail.com
|
|
293
|
+
- asari.ruby@gmail.com
|
|
294
|
+
- j@zatigo.com
|
|
295
|
+
- aa1ronham@gmail.com
|
|
266
296
|
- piotrm@travis-ci.org
|
|
297
|
+
- me@henrikhodne.com
|
|
267
298
|
- b@chromatin.ca
|
|
299
|
+
- henrik@hodne.io
|
|
300
|
+
- p.morsou@gmail.com
|
|
268
301
|
- chrisg@luminal.io
|
|
269
302
|
- joe@corcoran.io
|
|
303
|
+
- peter.van.dijk@netherlabs.nl
|
|
270
304
|
- me@svenfuchs.com
|
|
271
305
|
- josh.kalderimis@gmail.com
|
|
272
|
-
- kzhu@us.ibm.com
|
|
273
306
|
- drogus@gmail.com
|
|
307
|
+
- kzhu@us.ibm.com
|
|
308
|
+
- i.am@anhero.ru
|
|
274
309
|
- renee@travis-ci.org
|
|
275
310
|
- aakritigupta@users.noreply.github.com
|
|
311
|
+
- me@xjunior.me
|
|
312
|
+
- dan@meatballhat.com
|
|
276
313
|
- mariadeanton@gmail.com
|
|
314
|
+
- meyer@paperplanes.de
|
|
277
315
|
- matt.toothman@aver.io
|
|
278
316
|
- carlad@users.noreply.github.com
|
|
279
317
|
- coolsamar207@gmail.com
|
|
@@ -288,14 +326,18 @@ email:
|
|
|
288
326
|
- igor@travis-ci.org
|
|
289
327
|
- vano@mail.mipt.ru
|
|
290
328
|
- stefan.nordhausen@immobilienscout24.de
|
|
329
|
+
- dev+narwen+rkh@rkh.im
|
|
291
330
|
- tobias.bieniek@gmail.com
|
|
292
|
-
- j@zatigo.com
|
|
293
331
|
- github@voltagex.org
|
|
332
|
+
- adam@lavoaster.co.uk
|
|
333
|
+
- adrien.brault@gmail.com
|
|
294
334
|
- 33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf
|
|
295
335
|
- aloisthevenot@srxp.com
|
|
296
336
|
- basaratali@gmail.com
|
|
337
|
+
- benmanns@gmail.com
|
|
297
338
|
- docwhat@gerf.org
|
|
298
339
|
- danihodovic@users.noreply.github.com
|
|
340
|
+
- chatfielddaniel@gmail.com
|
|
299
341
|
- dominic@travis-ci.com
|
|
300
342
|
- eric.github@herot.com
|
|
301
343
|
- 34233075+eugene-kulak@users.noreply.github.com
|
|
@@ -305,31 +347,46 @@ email:
|
|
|
305
347
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|
|
306
348
|
- 6d0847b9@opayq.com
|
|
307
349
|
- jatzen@gmail.com
|
|
350
|
+
- jburkhart@engineyard.com
|
|
308
351
|
- jnylen@gmail.com
|
|
309
352
|
- jrafanie@users.noreply.github.com
|
|
310
353
|
- joep@travis-ci.org
|
|
311
354
|
- joepvd@users.noreply.github.com
|
|
312
355
|
- jon-erik.schneiderhan@meyouhealth.com
|
|
313
356
|
- Jonas.Chromik@student.hpi.uni-potsdam.de
|
|
357
|
+
- me@jhass.eu
|
|
314
358
|
- julia.simon@biicode.com
|
|
359
|
+
- jlambert@eml.cc
|
|
360
|
+
- laurent.petit@gmail.com
|
|
361
|
+
- maartenvanvliet@gmail.com
|
|
315
362
|
- marco.craveiro@gmail.com
|
|
363
|
+
- mario@mariovisic.com
|
|
316
364
|
- mtoothman@users.noreply.github.com
|
|
317
365
|
- gnappoms@gmail.com
|
|
318
366
|
- bussonniermatthias@gmail.com
|
|
319
367
|
- mmior@uwaterloo.ca
|
|
320
368
|
- mfischer@zendesk.com
|
|
369
|
+
- miro@hroncok.cz
|
|
370
|
+
- neamar@neamar.fr
|
|
321
371
|
- neroleung@gmail.com
|
|
372
|
+
- nbessi@users.noreply.github.com
|
|
322
373
|
- nowalekar@tigetext.com
|
|
323
374
|
- peterbe@mozilla.com
|
|
324
375
|
- peter.drake@acquia.com
|
|
376
|
+
- raphael.pinson@camptocamp.com
|
|
325
377
|
- rob@hoelz.ro
|
|
326
378
|
- robert.grider@northwestern.edu
|
|
327
379
|
- rcvanvo@gmail.com
|
|
328
380
|
- simon.cropp@gmail.com
|
|
329
381
|
- tituswormer@gmail.com
|
|
382
|
+
- tw@cloudcontrol.de
|
|
383
|
+
- pair+zg@pivotallabs.com
|
|
384
|
+
- e@zzak.io
|
|
330
385
|
- carla@travis-ci.org
|
|
331
386
|
- designerror@yandex.ru
|
|
332
387
|
- isaac.ardis@gmail.com
|
|
388
|
+
- jeffdh@gmail.com
|
|
389
|
+
- git@johnmuhl.com
|
|
333
390
|
- leland@lcweathers.net
|
|
334
391
|
executables:
|
|
335
392
|
- travis
|
|
@@ -538,12 +595,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
538
595
|
version: 2.3.0
|
|
539
596
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
540
597
|
requirements:
|
|
541
|
-
- - "
|
|
598
|
+
- - ">="
|
|
542
599
|
- !ruby/object:Gem::Version
|
|
543
|
-
version:
|
|
600
|
+
version: '0'
|
|
544
601
|
requirements: []
|
|
545
|
-
|
|
546
|
-
rubygems_version: 2.7.7
|
|
602
|
+
rubygems_version: 3.1.2
|
|
547
603
|
signing_key:
|
|
548
604
|
specification_version: 4
|
|
549
605
|
summary: Travis CI client
|