travis 1.10.1.travis.1311.9 → 1.10.1.travis.1312.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a67d81f58b7783b2bfa658bf05f16819b67cc297bcecaab60f857f12650faae5
|
4
|
+
data.tar.gz: 654de8fc5caee36f04424f4d08077d7d382bd4f71a7ac1e70305e2f71a62e5d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a93c7f0f3b1f5eabc81d4ba1dd916ff1513ab748464aded709a2ba9757eb6272ed31e6431034744f48673b0b4ca11337386d71624d00c04e3af9edffcc7d8f9
|
7
|
+
data.tar.gz: 82d06cdcd30d497fb8b75408c7a6c460e0fe833cd8f7b08acf3f90518ce0dfc5f6a07d9a78d4090551c2435b48c8625411455d99c10db2667f6baa8e89ce4cc8
|
data/README.md
CHANGED
@@ -2078,8 +2078,23 @@ You can of course always compile Ruby from source, though then you are left with
|
|
2078
2078
|
|
2079
2079
|
If you have the old `travis-cli` gem installed, you should `gem uninstall travis-cli`, just to be sure, as it ships with an executable that is also named `travis`.
|
2080
2080
|
|
2081
|
+
#### `uninitialized constant Faraday::Error::ConnectionFailed`
|
2082
|
+
|
2083
|
+
You might see this error message if you have Typhoeus version prior to version 1.4.0
|
2084
|
+
and Faraday 1.0 and up.
|
2085
|
+
You can eradicate this problem by either:
|
2086
|
+
|
2087
|
+
1. Update Typhoeus to version 1.4.0 or later
|
2088
|
+
1. Remove typhoeus entirely
|
2089
|
+
|
2090
|
+
See https://github.com/travis-ci/travis.rb/issues/768#issuecomment-700220351 for more details.
|
2091
|
+
|
2081
2092
|
## Version History
|
2082
2093
|
|
2094
|
+
### 1.10.1
|
2095
|
+
|
2096
|
+
* Fix `travis monitor` command https://github.com/travis-ci/travis.rb/pull/770
|
2097
|
+
|
2083
2098
|
### 1.10.0 (September 22, 2020)
|
2084
2099
|
|
2085
2100
|
* Requires Ruby 2.3.0 or later (2.6.0 or later is recommended)
|