travis 1.8.12.travis.1111.9 → 1.8.12.travis.1116.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/README.md +3 -1
- data/travis.gemspec +2 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a42b50c0cfeb5e3d2868d5e588ec5f035e4b0a4c82fcc6ed4238c3b0ef9a237
|
|
4
|
+
data.tar.gz: a3b57467455443765d6cc798e4c57494d4ee1ee954352720edb71b499f117dd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6f098f5198e3e45e0cfafc9d6f519eab6a592e99b96808fde8506f239aedae740d239c6debc5ab46287dcfa395d8618a7b534e7323c15012bcb33c8b5514e46
|
|
7
|
+
data.tar.gz: 4c7badeadb950fa747dc4af74452dae3263937e32b951721bc77b5462a2c9fa429ec0267b99c95ea96f41d52831f0c3a33edbf14c28b65f4f728e68f1ba1199e
|
data/README.md
CHANGED
|
@@ -1967,7 +1967,9 @@ You can check your Ruby version by running `ruby -v`:
|
|
|
1967
1967
|
|
|
1968
1968
|
Then run:
|
|
1969
1969
|
|
|
1970
|
-
$ gem install travis -v 1.8.11 --no-
|
|
1970
|
+
$ gem install travis -v 1.8.11 --no-document
|
|
1971
|
+
|
|
1972
|
+
(For older versions of `gem`, replace `--no-document` with `--no-rdoc --no-ri`.)
|
|
1971
1973
|
|
|
1972
1974
|
Now make sure everything is working:
|
|
1973
1975
|
|
data/travis.gemspec
CHANGED
|
@@ -42,6 +42,7 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
"HaraldNordgren",
|
|
43
43
|
"Igor",
|
|
44
44
|
"Jacob Atzen",
|
|
45
|
+
"James Nylen",
|
|
45
46
|
"Joe Rafaniello",
|
|
46
47
|
"Jonas Chromik",
|
|
47
48
|
"Matteo Sumberaz",
|
|
@@ -84,6 +85,7 @@ Gem::Specification.new do |s|
|
|
|
84
85
|
"haraldnordgren@gmail.com",
|
|
85
86
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
|
86
87
|
"jatzen@gmail.com",
|
|
88
|
+
"jnylen@gmail.com",
|
|
87
89
|
"jrafanie@users.noreply.github.com",
|
|
88
90
|
"joep@travis-ci.org",
|
|
89
91
|
"joepvd@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.12.travis.
|
|
4
|
+
version: 1.8.12.travis.1116.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiro Asari
|
|
@@ -35,6 +35,7 @@ authors:
|
|
|
35
35
|
- HaraldNordgren
|
|
36
36
|
- Igor
|
|
37
37
|
- Jacob Atzen
|
|
38
|
+
- James Nylen
|
|
38
39
|
- Joe Rafaniello
|
|
39
40
|
- Jonas Chromik
|
|
40
41
|
- Matteo Sumberaz
|
|
@@ -45,7 +46,7 @@ authors:
|
|
|
45
46
|
autorequire:
|
|
46
47
|
bindir: bin
|
|
47
48
|
cert_chain: []
|
|
48
|
-
date: 2020-03-
|
|
49
|
+
date: 2020-03-05 00:00:00.000000000 Z
|
|
49
50
|
dependencies:
|
|
50
51
|
- !ruby/object:Gem::Dependency
|
|
51
52
|
name: faraday
|
|
@@ -260,6 +261,7 @@ email:
|
|
|
260
261
|
- haraldnordgren@gmail.com
|
|
261
262
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|
|
262
263
|
- jatzen@gmail.com
|
|
264
|
+
- jnylen@gmail.com
|
|
263
265
|
- jrafanie@users.noreply.github.com
|
|
264
266
|
- joep@travis-ci.org
|
|
265
267
|
- joepvd@users.noreply.github.com
|