travis 1.10.1.travis.1312.9 → 1.10.1.travis.1321.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: a67d81f58b7783b2bfa658bf05f16819b67cc297bcecaab60f857f12650faae5
4
- data.tar.gz: 654de8fc5caee36f04424f4d08077d7d382bd4f71a7ac1e70305e2f71a62e5d3
3
+ metadata.gz: 7c1a4bbe25f4dba3828b5e05847d08bbccd8f078f3652cbd036984684302ad3c
4
+ data.tar.gz: 65a0422d65649bf674d116f03b159f476d0e1aad2cacf0ccbb7d5c56a6063716
5
5
  SHA512:
6
- metadata.gz: 4a93c7f0f3b1f5eabc81d4ba1dd916ff1513ab748464aded709a2ba9757eb6272ed31e6431034744f48673b0b4ca11337386d71624d00c04e3af9edffcc7d8f9
7
- data.tar.gz: 82d06cdcd30d497fb8b75408c7a6c460e0fe833cd8f7b08acf3f90518ce0dfc5f6a07d9a78d4090551c2435b48c8625411455d99c10db2667f6baa8e89ce4cc8
6
+ metadata.gz: dfc02b19614f8a8a7cc9d21cd1cb1556f0b413d55bf41b26b3081705cc7752f8e62f9cb0a6d95e545ec2f702ee48c09f4d74b31d4753dbcf1ca82cf218512113
7
+ data.tar.gz: a7cf963704e192bea54431432f4b4497ada98fdee74de4f65fff740e54dff9970e472e288c2190e408a64e5332870dcc31aaa9eec6ad6b004454a9c75d313816
data/README.md CHANGED
@@ -2022,6 +2022,12 @@ Now make sure everything is working:
2022
2022
 
2023
2023
  See also [Note on Ubuntu](#ubuntu) below.
2024
2024
 
2025
+ ### Note on Ruby 2.3
2026
+
2027
+ For Ruby 2.3.x, be sure to have a compatible version of `faraday` installed; e.g.,
2028
+
2029
+ $ gem install faraday -v 1.0.1
2030
+
2025
2031
  ### Development Version
2026
2032
 
2027
2033
  You can also install the development version via RubyGems:
@@ -15,7 +15,7 @@ module Travis
15
15
  def setup
16
16
  super
17
17
  authenticate
18
- error "not allowed to access environment variables for #{color(repository.slug, :bold)}" unless repository.admin?
18
+ error "not allowed to access environment variables for #{color(repository.slug, :bold)}" unless repository.push?
19
19
  end
20
20
 
21
21
  def set(name, value)
@@ -63,4 +63,4 @@ module Travis
63
63
  end
64
64
  end
65
65
  end
66
- end
66
+ end
@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
30
30
  "mariadeanton",
31
31
  "techgaun",
32
32
  "Alpha",
33
+ "Andreas Tiefenthaler",
33
34
  "Beau Bouchard",
34
35
  "Corinna Wiesner",
35
36
  "David Rodr\xC3\xADguez",
@@ -49,6 +50,8 @@ Gem::Specification.new do |s|
49
50
  "Dominic Jodoin",
50
51
  "Eli Schwartz",
51
52
  "Eugene K",
53
+ "George Millo",
54
+ "Greg Jones",
52
55
  "Gunter Grodotzki",
53
56
  "Harald Nordgren",
54
57
  "HaraldNordgren",
@@ -57,16 +60,19 @@ Gem::Specification.new do |s|
57
60
  "Jacob Atzen",
58
61
  "James Nylen",
59
62
  "Joe Rafaniello",
63
+ "Jon-Erik Schneiderhan",
60
64
  "Jonas Chromik",
61
65
  "Marco Craveiro",
62
66
  "Marek Marczykowski-G\xC3\xB3recki",
63
67
  "Matt",
64
68
  "Matteo Sumberaz",
69
+ "Matthias Bussonnier",
65
70
  "Michael S. Fischer",
66
71
  "Nero Leung",
67
72
  "Nikhil Owalekar",
68
73
  "Peter Bengtsson",
69
74
  "Peter Drake",
75
+ "Rob Hoelz",
70
76
  "Robert Grider",
71
77
  "Robert Van Voorhees",
72
78
  "Simon Cropp",
@@ -98,6 +104,7 @@ Gem::Specification.new do |s|
98
104
  "coolsamar207@gmail.com",
99
105
  "aakriti@travis-ci.org",
100
106
  "AlphaWong@users.noreply.github.com",
107
+ "at@an-ti.eu",
101
108
  "127320+BeauBouchard@users.noreply.github.com",
102
109
  "wiesner@avarteq.de",
103
110
  "deivid.rodriguez@gmail.com",
@@ -116,6 +123,8 @@ Gem::Specification.new do |s|
116
123
  "dominic@travis-ci.com",
117
124
  "eschwartz@archlinux.org",
118
125
  "34233075+eugene-kulak@users.noreply.github.com",
126
+ "georgejulianmillo@gmail.com",
127
+ "greg.jones@gmail.com",
119
128
  "gunter@grodotzki.co.za",
120
129
  "haraldnordgren@gmail.com",
121
130
  "igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
@@ -125,16 +134,19 @@ Gem::Specification.new do |s|
125
134
  "jrafanie@users.noreply.github.com",
126
135
  "joep@travis-ci.org",
127
136
  "joepvd@users.noreply.github.com",
137
+ "jon-erik.schneiderhan@meyouhealth.com",
128
138
  "Jonas.Chromik@student.hpi.uni-potsdam.de",
129
139
  "marco.craveiro@gmail.com",
130
140
  "marmarek@invisiblethingslab.com",
131
141
  "mtoothman@users.noreply.github.com",
132
142
  "gnappoms@gmail.com",
143
+ "bussonniermatthias@gmail.com",
133
144
  "mfischer@zendesk.com",
134
145
  "neroleung@gmail.com",
135
146
  "nowalekar@tigetext.com",
136
147
  "peterbe@mozilla.com",
137
148
  "peter.drake@acquia.com",
149
+ "rob@hoelz.ro",
138
150
  "robert.grider@northwestern.edu",
139
151
  "rcvanvo@gmail.com",
140
152
  "simon.cropp@gmail.com",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1.travis.1312.9
4
+ version: 1.10.1.travis.1321.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiro Asari
@@ -22,6 +22,7 @@ authors:
22
22
  - mariadeanton
23
23
  - techgaun
24
24
  - Alpha
25
+ - Andreas Tiefenthaler
25
26
  - Beau Bouchard
26
27
  - Corinna Wiesner
27
28
  - David Rodríguez
@@ -41,6 +42,8 @@ authors:
41
42
  - Dominic Jodoin
42
43
  - Eli Schwartz
43
44
  - Eugene K
45
+ - George Millo
46
+ - Greg Jones
44
47
  - Gunter Grodotzki
45
48
  - Harald Nordgren
46
49
  - HaraldNordgren
@@ -49,16 +52,19 @@ authors:
49
52
  - Jacob Atzen
50
53
  - James Nylen
51
54
  - Joe Rafaniello
55
+ - Jon-Erik Schneiderhan
52
56
  - Jonas Chromik
53
57
  - Marco Craveiro
54
58
  - Marek Marczykowski-Górecki
55
59
  - Matt
56
60
  - Matteo Sumberaz
61
+ - Matthias Bussonnier
57
62
  - Michael S. Fischer
58
63
  - Nero Leung
59
64
  - Nikhil Owalekar
60
65
  - Peter Bengtsson
61
66
  - Peter Drake
67
+ - Rob Hoelz
62
68
  - Robert Grider
63
69
  - Robert Van Voorhees
64
70
  - Simon Cropp
@@ -71,7 +77,7 @@ authors:
71
77
  autorequire:
72
78
  bindir: bin
73
79
  cert_chain: []
74
- date: 2020-10-08 00:00:00.000000000 Z
80
+ date: 2020-10-22 00:00:00.000000000 Z
75
81
  dependencies:
76
82
  - !ruby/object:Gem::Dependency
77
83
  name: faraday
@@ -253,6 +259,7 @@ email:
253
259
  - coolsamar207@gmail.com
254
260
  - aakriti@travis-ci.org
255
261
  - AlphaWong@users.noreply.github.com
262
+ - at@an-ti.eu
256
263
  - 127320+BeauBouchard@users.noreply.github.com
257
264
  - wiesner@avarteq.de
258
265
  - deivid.rodriguez@gmail.com
@@ -271,6 +278,8 @@ email:
271
278
  - dominic@travis-ci.com
272
279
  - eschwartz@archlinux.org
273
280
  - 34233075+eugene-kulak@users.noreply.github.com
281
+ - georgejulianmillo@gmail.com
282
+ - greg.jones@gmail.com
274
283
  - gunter@grodotzki.co.za
275
284
  - haraldnordgren@gmail.com
276
285
  - igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
@@ -280,16 +289,19 @@ email:
280
289
  - jrafanie@users.noreply.github.com
281
290
  - joep@travis-ci.org
282
291
  - joepvd@users.noreply.github.com
292
+ - jon-erik.schneiderhan@meyouhealth.com
283
293
  - Jonas.Chromik@student.hpi.uni-potsdam.de
284
294
  - marco.craveiro@gmail.com
285
295
  - marmarek@invisiblethingslab.com
286
296
  - mtoothman@users.noreply.github.com
287
297
  - gnappoms@gmail.com
298
+ - bussonniermatthias@gmail.com
288
299
  - mfischer@zendesk.com
289
300
  - neroleung@gmail.com
290
301
  - nowalekar@tigetext.com
291
302
  - peterbe@mozilla.com
292
303
  - peter.drake@acquia.com
304
+ - rob@hoelz.ro
293
305
  - robert.grider@northwestern.edu
294
306
  - rcvanvo@gmail.com
295
307
  - simon.cropp@gmail.com