travis 1.10.1.travis.1311.9 → 1.10.1.travis.1312.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf07de268961f2fc5a04f64ca4d060de16c3854c4144f178d9d452341b4f8a0d
4
- data.tar.gz: d40f634af879d427e99f3d749fd201f7f999b5a62488d8523517d55da390b046
3
+ metadata.gz: a67d81f58b7783b2bfa658bf05f16819b67cc297bcecaab60f857f12650faae5
4
+ data.tar.gz: 654de8fc5caee36f04424f4d08077d7d382bd4f71a7ac1e70305e2f71a62e5d3
5
5
  SHA512:
6
- metadata.gz: 38799cdd393e5c84733c389c2748f347b5692f72512d12c8b466af74c25c8af1055cce545978f043f982abc6cffa011ccc268f08e66ea821162be4d601125a43
7
- data.tar.gz: b06eabf2b7f4efcdc557747a04d5f2d4cb9bc288f0c1e2456d44a93d95fede0ff2465145a713c8c738bd7ac9264ae9e1786352f95087bb481ea0ae4fe55f91c1
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)
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.10.1.travis.1311.9
4
+ version: 1.10.1.travis.1312.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiro Asari