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 +4 -4
- data/lib/travis/tools/ssl_key.rb +1 -1
- data/travis.gemspec +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 330c1937e9d9b99cc1dae0d4721a8b2281410b85af38ef521f8f70e39b7e0418
|
|
4
|
+
data.tar.gz: 02d9b46e017c9d4ea80706d62b4ee71a6614c278ef9e55a347d8bee4003073f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74d753a807416083644ffd4fee95817eb46cb160a39d0c973efce34826420a2d338e6325644c339d9eac5989c3d1b5a1de0cf2478f5a73a3deaa059b03870ba4
|
|
7
|
+
data.tar.gz: 34f55e7a42db304ddd1dc50e3a49fbf106c457c7cd25a68c7c08d6734ce4a1e92689975d96cc64ec77e7fe5cc8c3e7f1fe33cc513629bc268faa8248aa4a249d
|
data/lib/travis/tools/ssl_key.rb
CHANGED
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.
|
|
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:
|
|
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
|