travis 1.9.1.travis.1208.9 → 1.9.1.travis.1216.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: 03a386fa841e645d7a0ed07bcddbe52afdd253d749f5ccacb5de1aabaf857e6d
4
- data.tar.gz: 7ab75cf994bae93a314c26c3e88abbd41df5ad046d13dea53d01f2be1d988519
3
+ metadata.gz: 0b7823d2e5c0d6f5362317e7b60d7609c3ee007f569472ea65160e8b69a5194b
4
+ data.tar.gz: 2554b2e14465a81ba1cd2b1d1772bacd1ae47a2957c3d2c48c1f6b0afd2c20c9
5
5
  SHA512:
6
- metadata.gz: 121f2c400dde121ec0ce22148e1057588c7e44055b504a0e8a26145ca3219fdee5f064ddcf12dcb1edded673b2fee835c58db48e66f6d09b9da51864e81b9612
7
- data.tar.gz: 12a03fdff86b5883c0e43c8219aa0f8ebaf5d5e82415b33c338812e2a57500aaf35813e3ee0a3252e0213693d181bf697c05a9854a0e2b5dc39491d3f4da6152
6
+ metadata.gz: aa5b821c8f2258d39cca7b57c7489a688f2ccc5181371ff033399a18a8e42262360b28dd4d7db603848b678971c56ac67a883c401a31e6c8024bbfac4717c17c
7
+ data.tar.gz: 72b12ef7bde0f268698fcad91e13a1f35b16f59088d082e3603623354a9b949a80e75a6fb81ba671c019c46630755bffa4db28531bd76e7c2d4cd6a666746630
data/README.md CHANGED
@@ -2013,6 +2013,8 @@ On Windows:
2013
2013
 
2014
2014
  $ gem install travis
2015
2015
 
2016
+ If you do not have write access to the system gem directory, you'll need to perform a local install by adding ```--user-install```. You also need to ensure the local gem directory is on your PATH.
2017
+
2016
2018
  Now make sure everything is working:
2017
2019
 
2018
2020
  $ travis version
@@ -13,6 +13,7 @@ module Travis
13
13
  config['region'] = ask("Elastic Beanstalk region: ") {|q| q.default = 'us-east-1'}.to_s
14
14
  config['app'] = ask("Elastic Beanstalk application name: ").to_s
15
15
  config['env'] = ask("Elastic Beanstalk environment to update: ").to_s
16
+ config['bucket_name'] = ask("Bucket name to upload app to: ").to_s
16
17
 
17
18
  encrypt(config, 'secret_access_key') if agree("Encrypt secret access key? ") { |q| q.default = 'yes' }
18
19
  end
@@ -20,4 +21,4 @@ module Travis
20
21
  end
21
22
  end
22
23
  end
23
- end
24
+ end
@@ -44,9 +44,9 @@ Gem::Specification.new do |s|
44
44
  "joshua-anderson",
45
45
  "Adam Baxter",
46
46
  "Alfie John",
47
+ "Alo\xC3\xAFs Th\xC3\xA9venot",
47
48
  "Basarat Ali Syed",
48
49
  "Christian H\xC3\xB6ltje",
49
- "Dan Buch",
50
50
  "Dani Hodovic",
51
51
  "Dominic Jodoin",
52
52
  "Eric Herot",
@@ -62,6 +62,7 @@ Gem::Specification.new do |s|
62
62
  "Jon-Erik Schneiderhan",
63
63
  "Jonas Chromik",
64
64
  "Julia S.Simon",
65
+ "Marco Craveiro",
65
66
  "Matt",
66
67
  "Matteo Sumberaz",
67
68
  "Matthias Bussonnier",
@@ -116,9 +117,9 @@ Gem::Specification.new do |s|
116
117
  "j@zatigo.com",
117
118
  "github@voltagex.org",
118
119
  "33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf",
120
+ "aloisthevenot@srxp.com",
119
121
  "basaratali@gmail.com",
120
122
  "docwhat@gerf.org",
121
- "dan@meatballhat.com",
122
123
  "danihodovic@users.noreply.github.com",
123
124
  "dominic@travis-ci.com",
124
125
  "eric.github@herot.com",
@@ -135,6 +136,7 @@ Gem::Specification.new do |s|
135
136
  "jon-erik.schneiderhan@meyouhealth.com",
136
137
  "Jonas.Chromik@student.hpi.uni-potsdam.de",
137
138
  "julia.simon@biicode.com",
139
+ "marco.craveiro@gmail.com",
138
140
  "mtoothman@users.noreply.github.com",
139
141
  "gnappoms@gmail.com",
140
142
  "bussonniermatthias@gmail.com",
@@ -352,7 +354,7 @@ Gem::Specification.new do |s|
352
354
  s.add_dependency "faraday_middleware", "~> 1.0"
353
355
  s.add_dependency "highline", "~> 2.0"
354
356
  s.add_dependency "gh", "~> 0.13"
355
- s.add_dependency "launchy", "~> 2.1"
357
+ s.add_dependency "launchy", "~> 2.1", "< 2.5.0"
356
358
  s.add_dependency "typhoeus", "~> 0.6", ">= 0.6.8"
357
359
  s.add_dependency "json", "~> 2.3"
358
360
  s.add_dependency "pusher-client", "~> 0.4"
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.9.1.travis.1208.9
4
+ version: 1.9.1.travis.1216.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiro Asari
@@ -36,9 +36,9 @@ authors:
36
36
  - joshua-anderson
37
37
  - Adam Baxter
38
38
  - Alfie John
39
+ - Aloïs Thévenot
39
40
  - Basarat Ali Syed
40
41
  - Christian Höltje
41
- - Dan Buch
42
42
  - Dani Hodovic
43
43
  - Dominic Jodoin
44
44
  - Eric Herot
@@ -54,6 +54,7 @@ authors:
54
54
  - Jon-Erik Schneiderhan
55
55
  - Jonas Chromik
56
56
  - Julia S.Simon
57
+ - Marco Craveiro
57
58
  - Matt
58
59
  - Matteo Sumberaz
59
60
  - Matthias Bussonnier
@@ -76,7 +77,7 @@ authors:
76
77
  autorequire:
77
78
  bindir: bin
78
79
  cert_chain: []
79
- date: 2020-04-28 00:00:00.000000000 Z
80
+ date: 2020-05-07 00:00:00.000000000 Z
80
81
  dependencies:
81
82
  - !ruby/object:Gem::Dependency
82
83
  name: faraday
@@ -141,6 +142,9 @@ dependencies:
141
142
  - - "~>"
142
143
  - !ruby/object:Gem::Version
143
144
  version: '2.1'
145
+ - - "<"
146
+ - !ruby/object:Gem::Version
147
+ version: 2.5.0
144
148
  type: :runtime
145
149
  prerelease: false
146
150
  version_requirements: !ruby/object:Gem::Requirement
@@ -148,6 +152,9 @@ dependencies:
148
152
  - - "~>"
149
153
  - !ruby/object:Gem::Version
150
154
  version: '2.1'
155
+ - - "<"
156
+ - !ruby/object:Gem::Version
157
+ version: 2.5.0
151
158
  - !ruby/object:Gem::Dependency
152
159
  name: typhoeus
153
160
  requirement: !ruby/object:Gem::Requirement
@@ -285,9 +292,9 @@ email:
285
292
  - j@zatigo.com
286
293
  - github@voltagex.org
287
294
  - 33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf
295
+ - aloisthevenot@srxp.com
288
296
  - basaratali@gmail.com
289
297
  - docwhat@gerf.org
290
- - dan@meatballhat.com
291
298
  - danihodovic@users.noreply.github.com
292
299
  - dominic@travis-ci.com
293
300
  - eric.github@herot.com
@@ -304,6 +311,7 @@ email:
304
311
  - jon-erik.schneiderhan@meyouhealth.com
305
312
  - Jonas.Chromik@student.hpi.uni-potsdam.de
306
313
  - julia.simon@biicode.com
314
+ - marco.craveiro@gmail.com
307
315
  - mtoothman@users.noreply.github.com
308
316
  - gnappoms@gmail.com
309
317
  - bussonniermatthias@gmail.com