travis 1.8.9.travis.867.4 → 1.8.9.travis.874.3
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 +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b6e1d8bb51bfc4e5493b0dfd721d179527737fabf8510c54c5cf2a0fec4ec97
|
|
4
|
+
data.tar.gz: b42ba2e4ecdc977094ece35e3e3469637a74b0bfe24f420e190da15f112f8f82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d911470dbe29d11615d6605d40d1b9438e5a0ed7b308cf54b0c84e3a2b8815a680ea8866a8ce7f37efe8d1d6cece3f30de36bc5989de78e4e4116fefb6e64f85
|
|
7
|
+
data.tar.gz: 5f264ac5c1d5242b2062948d61d5dee3f7a457c9f903d3388fa993f96ac6475ec0d790edfc61fc845c5ed7956e49514215eb8128786648ad7f4a34ea032f5a61
|
data/README.md
CHANGED
|
@@ -2044,6 +2044,10 @@ If you updated to Ruby 2.1 as shown above:
|
|
|
2044
2044
|
|
|
2045
2045
|
$ sudo apt-get install ruby2.1-dev
|
|
2046
2046
|
|
|
2047
|
+
For newer versions of Ubuntu (16.04 and above), it should be enough to run:
|
|
2048
|
+
|
|
2049
|
+
$ sudo apt-get install ruby-dev
|
|
2050
|
+
|
|
2047
2051
|
#### Mac OS X
|
|
2048
2052
|
|
|
2049
2053
|
If you start with a clean Mac OS X, you will have to install the XCode Command Line Tools, which are necessary for installing native extensions. You can do so via `xcode-select`:
|
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.9.travis.
|
|
4
|
+
version: 1.8.9.travis.874.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -61,7 +61,7 @@ authors:
|
|
|
61
61
|
autorequire:
|
|
62
62
|
bindir: bin
|
|
63
63
|
cert_chain: []
|
|
64
|
-
date:
|
|
64
|
+
date: 2018-02-12 00:00:00.000000000 Z
|
|
65
65
|
dependencies:
|
|
66
66
|
- !ruby/object:Gem::Dependency
|
|
67
67
|
name: faraday
|
|
@@ -493,7 +493,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
493
493
|
version: 1.3.1
|
|
494
494
|
requirements: []
|
|
495
495
|
rubyforge_project:
|
|
496
|
-
rubygems_version: 2.7.
|
|
496
|
+
rubygems_version: 2.7.5
|
|
497
497
|
signing_key:
|
|
498
498
|
specification_version: 4
|
|
499
499
|
summary: Travis CI client
|