travis 1.9.2.travis.1254.9 → 1.9.2.travis.1279.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: 1a1c3d1f26e2e3e092017af0494bf0952ca997b5bb32671bf1e29bf39f73d776
4
- data.tar.gz: fc700b08b9e735d0ecc8184693f824e0485dfb1b8749984b31560099a6b3537d
3
+ metadata.gz: f67be302cc35a6510bdedb68fe8cc20505a0c9232fa69c2e56c54206a74311ce
4
+ data.tar.gz: 852638d67ca71bd785d852d1537bfa1a0a587356ee8dc4d3aacb7d3749c8c163
5
5
  SHA512:
6
- metadata.gz: 14ea34b0c3b77fa44e7cb381973a17f9f4c94d248954be1e313bd9e4a6bffbc6a413441cbd195ae8bb7c273279e0c493e726402f343bf4a0f4208fd0e57aa759
7
- data.tar.gz: 535a4f1e5aeb17200345a28bcc72ad5faf52c015e3c829e8d395ab8f4fa9899b7261c77daf903cfb40ae9aae922bf84cebd08029ed40141756dc3efe8ce63a5b
6
+ metadata.gz: c018fad0449154af770638828bee35c7e2ca81c1c3cedf1fd484a8d2d8071408767741d2ed82a258b429835dc8ff7e08713388a19ec4cf6314bb5d35e030c065
7
+ data.tar.gz: e8eed30aa2d42b9def0753be44be328529e4fcfcb28ba53dcb936e011917d995d4d2b833ce37f8a14d828294bf74802877f60436d114807894db35cc6dc53fbb
@@ -76,7 +76,7 @@ module Travis
76
76
  def has?(command)
77
77
  return false unless unix?
78
78
  @has ||= {}
79
- @has.fetch(command) { @has[command] = system "which #{command} 2>/dev/null >/dev/null" }
79
+ @has.fetch(command) { @has[command] = system "command -v #{command} 2>/dev/null >/dev/null" }
80
80
  end
81
81
 
82
82
  def running?(app)
@@ -48,7 +48,7 @@ Gem::Specification.new do |s|
48
48
  "Christian H\xC3\xB6ltje",
49
49
  "Dani Hodovic",
50
50
  "Dominic Jodoin",
51
- "Eric Herot",
51
+ "Eli Schwartz",
52
52
  "Eugene K",
53
53
  "George Millo",
54
54
  "Gunter Grodotzki",
@@ -118,7 +118,7 @@ Gem::Specification.new do |s|
118
118
  "docwhat@gerf.org",
119
119
  "danihodovic@users.noreply.github.com",
120
120
  "dominic@travis-ci.com",
121
- "eric.github@herot.com",
121
+ "eschwartz@archlinux.org",
122
122
  "34233075+eugene-kulak@users.noreply.github.com",
123
123
  "georgejulianmillo@gmail.com",
124
124
  "gunter@grodotzki.co.za",
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.2.travis.1254.9
4
+ version: 1.9.2.travis.1279.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiro Asari
@@ -40,7 +40,7 @@ authors:
40
40
  - Christian Höltje
41
41
  - Dani Hodovic
42
42
  - Dominic Jodoin
43
- - Eric Herot
43
+ - Eli Schwartz
44
44
  - Eugene K
45
45
  - George Millo
46
46
  - Gunter Grodotzki
@@ -74,7 +74,7 @@ authors:
74
74
  autorequire:
75
75
  bindir: bin
76
76
  cert_chain: []
77
- date: 2020-06-15 00:00:00.000000000 Z
77
+ date: 2020-09-03 00:00:00.000000000 Z
78
78
  dependencies:
79
79
  - !ruby/object:Gem::Dependency
80
80
  name: faraday
@@ -293,7 +293,7 @@ email:
293
293
  - docwhat@gerf.org
294
294
  - danihodovic@users.noreply.github.com
295
295
  - dominic@travis-ci.com
296
- - eric.github@herot.com
296
+ - eschwartz@archlinux.org
297
297
  - 34233075+eugene-kulak@users.noreply.github.com
298
298
  - georgejulianmillo@gmail.com
299
299
  - gunter@grodotzki.co.za
@@ -536,8 +536,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
536
536
  - !ruby/object:Gem::Version
537
537
  version: 1.3.1
538
538
  requirements: []
539
- rubyforge_project:
540
- rubygems_version: 2.7.7
539
+ rubygems_version: 3.0.8
541
540
  signing_key:
542
541
  specification_version: 4
543
542
  summary: Travis CI client