travis 1.8.10.travis.997.9 → 1.8.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e3b33b3915e9e74136de9c6aa0268c27ea3d4cb4ae516cf8200a8c609670a2d
4
- data.tar.gz: 4b5ed8b39801b907f4dc45318482b063cad651b32b51a483d30c31bd1932554b
3
+ metadata.gz: d1d428fdf44d8ff4f8474f2a678180d9e1b45c8c9f3dcfe3bb96bfaff9125f5b
4
+ data.tar.gz: ae914504e1e9010bb6f23d8ed5ff299777ead9da7da68cfb6f756d2924a1f8ac
5
5
  SHA512:
6
- metadata.gz: 3abd6d96d224419fbe3390ba5f972616d68afec035864e826d5fa45ef3905ce011794f0dbdb5da23b0aba1f79a095aea2991b8f08b4503f0a2dca1df1a26faa1
7
- data.tar.gz: d990890d9581e171476f7b460e1aaa1f9f5f96735156f685129e7febc62bb17a1335cd7c2fa874064434e5150e4f3867f9efa2afc9be25611476dfcf1a65b57f
6
+ metadata.gz: 0d371bb8dc67df8cfe920f13fbb2f63ab02aeb0ad67f1099dfbc9147bcbb96ddd9af2b3bae026dc712dd3d9af291eb365daa6eee0a7ae5fa3549846b86130440
7
+ data.tar.gz: 37081886accff9af525a4605cb6fb8b86fbd59a6ade904dc013cda3e1beec47f58e4cc1137ade470746031fc0286d1c6c552bcd532ec07f683c10dd9443ecf54
data/README.md CHANGED
@@ -1967,12 +1967,12 @@ 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.9 --no-rdoc --no-ri
1970
+ $ gem install travis -v 1.8.10 --no-rdoc --no-ri
1971
1971
 
1972
1972
  Now make sure everything is working:
1973
1973
 
1974
1974
  $ travis version
1975
- 1.8.9
1975
+ 1.8.10
1976
1976
 
1977
1977
  See also [Note on Ubuntu](#ubuntu) below.
1978
1978
 
@@ -2074,6 +2074,8 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
2074
2074
 
2075
2075
  ## Version History
2076
2076
 
2077
+ **1.8.10** (May 5, 2019)
2078
+
2077
2079
  **1.8.8** (March 3, 2017)
2078
2080
 
2079
2081
  * Fix auto-login for when token is locally available
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.8.9'
2
+ VERSION = '1.8.10'
3
3
  end
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  # general infos
4
4
  s.name = "travis"
5
- s.version = "1.8.9"
5
+ s.version = "1.8.10"
6
6
  s.description = "CLI and Ruby client library for Travis CI"
7
7
  s.homepage = "https://github.com/travis-ci/travis.rb"
8
8
  s.summary = "Travis CI client"
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.10.travis.997.9
4
+ version: 1.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -522,11 +522,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
522
522
  version: '0'
523
523
  required_rubygems_version: !ruby/object:Gem::Requirement
524
524
  requirements:
525
- - - ">"
525
+ - - ">="
526
526
  - !ruby/object:Gem::Version
527
- version: 1.3.1
527
+ version: '0'
528
528
  requirements: []
529
- rubygems_version: 3.0.3
529
+ rubyforge_project:
530
+ rubygems_version: 2.7.6
530
531
  signing_key:
531
532
  specification_version: 4
532
533
  summary: Travis CI client