travis 1.8.12.travis.1116.9 → 1.8.12.travis.1125.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 +7 -1
- data/travis.gemspec +3 -1
- 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: 46da2f47073efe7f97baa622a6f49f1cf18ae1c325e5433cedd23bc91a0dbd0f
|
|
4
|
+
data.tar.gz: e1cc53b23012e2cf3a25b0800bab224a6e18590f814aa079a2868429c7fef5ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3080b3e12226a25c2accffd27f7cad781a3a2389c4eb9ba3d743c20445ce4656d6cfc89e77c639c348f548b040fb304534cee3b374d064e5517e06ccb74ae058
|
|
7
|
+
data.tar.gz: 27775514be80ff713dc056468853923aaf98d23edc53d8d82b10c5912f72595c77715cff82df6f02823bd6da390fa82c963f4bb4e684db88fe9227442b5f3708
|
data/README.md
CHANGED
|
@@ -1967,10 +1967,16 @@ You can check your Ruby version by running `ruby -v`:
|
|
|
1967
1967
|
|
|
1968
1968
|
Then run:
|
|
1969
1969
|
|
|
1970
|
-
|
|
1970
|
+
On OSX and Linux:
|
|
1971
|
+
|
|
1972
|
+
$ gem install travis --no-rdoc --no-ri
|
|
1971
1973
|
|
|
1972
1974
|
(For older versions of `gem`, replace `--no-document` with `--no-rdoc --no-ri`.)
|
|
1973
1975
|
|
|
1976
|
+
On Windows:
|
|
1977
|
+
|
|
1978
|
+
$ gem install travis
|
|
1979
|
+
|
|
1974
1980
|
Now make sure everything is working:
|
|
1975
1981
|
|
|
1976
1982
|
$ travis version
|
data/travis.gemspec
CHANGED
|
@@ -49,7 +49,8 @@ Gem::Specification.new do |s|
|
|
|
49
49
|
"Michael S. Fischer",
|
|
50
50
|
"Nero Leung",
|
|
51
51
|
"Peter Bengtsson",
|
|
52
|
-
"Robert Van Voorhees"
|
|
52
|
+
"Robert Van Voorhees",
|
|
53
|
+
"Simon Cropp"
|
|
53
54
|
]
|
|
54
55
|
|
|
55
56
|
# generated from git shortlog -sne
|
|
@@ -95,6 +96,7 @@ Gem::Specification.new do |s|
|
|
|
95
96
|
"neroleung@gmail.com",
|
|
96
97
|
"peterbe@mozilla.com",
|
|
97
98
|
"rcvanvo@gmail.com",
|
|
99
|
+
"simon.cropp@gmail.com",
|
|
98
100
|
"carla@travis-ci.org"
|
|
99
101
|
]
|
|
100
102
|
|
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.1125.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiro Asari
|
|
@@ -43,10 +43,11 @@ authors:
|
|
|
43
43
|
- Nero Leung
|
|
44
44
|
- Peter Bengtsson
|
|
45
45
|
- Robert Van Voorhees
|
|
46
|
+
- Simon Cropp
|
|
46
47
|
autorequire:
|
|
47
48
|
bindir: bin
|
|
48
49
|
cert_chain: []
|
|
49
|
-
date: 2020-03-
|
|
50
|
+
date: 2020-03-20 00:00:00.000000000 Z
|
|
50
51
|
dependencies:
|
|
51
52
|
- !ruby/object:Gem::Dependency
|
|
52
53
|
name: faraday
|
|
@@ -271,6 +272,7 @@ email:
|
|
|
271
272
|
- neroleung@gmail.com
|
|
272
273
|
- peterbe@mozilla.com
|
|
273
274
|
- rcvanvo@gmail.com
|
|
275
|
+
- simon.cropp@gmail.com
|
|
274
276
|
- carla@travis-ci.org
|
|
275
277
|
executables:
|
|
276
278
|
- travis
|