travis 1.8.11.travis.1081.9 → 1.8.11.travis.1098.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: 3bf052d776d2d197450b10382638876d231e88b60f9ebf108557e879b4550fa7
4
- data.tar.gz: 611150f467c20b5ef3409216f123dcc66c7f8a14416c8328cd7b0b81b7fac368
3
+ metadata.gz: 330c1937e9d9b99cc1dae0d4721a8b2281410b85af38ef521f8f70e39b7e0418
4
+ data.tar.gz: 02d9b46e017c9d4ea80706d62b4ee71a6614c278ef9e55a347d8bee4003073f4
5
5
  SHA512:
6
- metadata.gz: e672184c2d05b0a1c2d38753715da12c9d56cc7cead9633b864fd078245f04c0df2875be678f4ac669117c0c51d478f5472d8b189527f8f6af22a25a382d25ff
7
- data.tar.gz: 9b9442a6928177c5c73c9378c9857078173a3804c9acd66e69e767115c0599a01f202d2191bd54b88d5985edbbe962a397b22aade29253a2f06baf8350156b13
6
+ metadata.gz: 74d753a807416083644ffd4fee95817eb46cb160a39d0c973efce34826420a2d338e6325644c339d9eac5989c3d1b5a1de0cf2478f5a73a3deaa059b03870ba4
7
+ data.tar.gz: 34f55e7a42db304ddd1dc50e3a49fbf106c457c7cd25a68c7c08d6734ce4a1e92689975d96cc64ec77e7fe5cc8c3e7f1fe33cc513629bc268faa8248aa4a249d
@@ -18,7 +18,7 @@ module Travis
18
18
  end
19
19
 
20
20
  def has_passphrase?(key)
21
- OpenSSL::PKey::RSA.new(key, key)
21
+ OpenSSL::PKey::RSA.new(key, key[0..1023])
22
22
  false
23
23
  rescue OpenSSL::OpenSSLError
24
24
  true
data/travis.gemspec CHANGED
@@ -36,6 +36,8 @@ Gem::Specification.new do |s|
36
36
  "Tobias Bieniek",
37
37
  "Basarat Ali Syed",
38
38
  "Dominic Jodoin",
39
+ "Eugene",
40
+ "Eugene Shubin",
39
41
  "Harald Nordgren",
40
42
  "HaraldNordgren",
41
43
  "Igor",
@@ -76,6 +78,8 @@ Gem::Specification.new do |s|
76
78
  "tobias.bieniek@gmail.com",
77
79
  "basaratali@gmail.com",
78
80
  "dominic@travis-ci.com",
81
+ "eugene@travis-ci.org",
82
+ "51701929+eugene-travis@users.noreply.github.com",
79
83
  "haraldnordgren@gmail.com",
80
84
  "haraldnordgren@gmail.com",
81
85
  "igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.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.8.11.travis.1081.9
4
+ version: 1.8.11.travis.1098.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -29,6 +29,8 @@ authors:
29
29
  - Tobias Bieniek
30
30
  - Basarat Ali Syed
31
31
  - Dominic Jodoin
32
+ - Eugene
33
+ - Eugene Shubin
32
34
  - Harald Nordgren
33
35
  - HaraldNordgren
34
36
  - Igor
@@ -43,7 +45,7 @@ authors:
43
45
  autorequire:
44
46
  bindir: bin
45
47
  cert_chain: []
46
- date: 2019-12-23 00:00:00.000000000 Z
48
+ date: 2020-03-02 00:00:00.000000000 Z
47
49
  dependencies:
48
50
  - !ruby/object:Gem::Dependency
49
51
  name: faraday
@@ -252,6 +254,8 @@ email:
252
254
  - tobias.bieniek@gmail.com
253
255
  - basaratali@gmail.com
254
256
  - dominic@travis-ci.com
257
+ - eugene@travis-ci.org
258
+ - 51701929+eugene-travis@users.noreply.github.com
255
259
  - haraldnordgren@gmail.com
256
260
  - haraldnordgren@gmail.com
257
261
  - igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com