travis 1.5.9.travis.362.4 → 1.6.0

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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGRlZmY3OWEwNGNjODg0ZTA4Y2U2ZDk1YTZjYTgyZWM3N2NmNWE5OQ==
5
- data.tar.gz: !binary |-
6
- OGVkNzMzMzM4YWEzOGNiYjI0MmJmNWRmZDcxNTZiM2E1NDgwNWY4Yg==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- OGM4M2IxZjZlNGIwNjYzNmRiYmVlOGUyODNjMzEwMDJlNmEzN2RkNjQ5NzQ4
10
- N2U2MTk2YjdkZmI4Mjk3YjYwNWE1ZDNhZGM3NjU4NTdhNDkwNWExNWJhOGNm
11
- NTkxNTkxYWI4NTNiMTAyYmYxODExY2E2ODEwNDljYmMwMjhiM2E=
12
- data.tar.gz: !binary |-
13
- NjNmNTU2YzQ3YTZkYTRlMzZjNWE5Mjg1MDZlMmM4NjE5NWVlYjZjNWI5Nzdh
14
- MmI2MWJlMzQzYWI1MmNmZDE5NGMwYzE2NzI3ODQ2M2RiNTgzMzJkNjc3ZWI0
15
- Y2VmMmFhNWY0MDczODE4Yzk3N2EzODJmZTFlZTk0NDVjZGM4ZWE=
2
+ SHA1:
3
+ metadata.gz: 58188d8424cc008e93faf390b741f5bdc68a0955
4
+ data.tar.gz: 7931a2be425fd49ebbfe4cdf1b6be7cc772f8293
5
+ SHA512:
6
+ metadata.gz: a4debcf72c1c059852bbbc9c9d138976cf52bc511e5472376a3dc28bfb6d6df7758b2da97e3a895f18316ab363b02f1c78146b543e2b1dbc1952d8c475f47236
7
+ data.tar.gz: 0ef6dd4e5bdbaf893abe43e5bf69c79c984e07034cacb2051348b113677f4329284992c493784e2cc91ea53f5d36de9d6ad6794c718c524de86e7e4f1b30b99f
data/README.md CHANGED
@@ -1383,12 +1383,12 @@ You can check your Ruby version by running `ruby -v`:
1383
1383
 
1384
1384
  Then run:
1385
1385
 
1386
- $ gem install travis -v 1.5.8 --no-rdoc --no-ri
1386
+ $ gem install travis -v 1.6.0 --no-rdoc --no-ri
1387
1387
 
1388
1388
  Now make sure everything is working:
1389
1389
 
1390
1390
  $ travis version
1391
- 1.5.8
1391
+ 1.6.0
1392
1392
 
1393
1393
  ### Development Version
1394
1394
 
@@ -1443,7 +1443,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1443
1443
 
1444
1444
  ## Version History
1445
1445
 
1446
- **1.5.9** (not yet released)
1446
+ **1.6.0** (November 4, 2013)
1447
1447
 
1448
1448
  * Add `travis cache` to list and delete directory caches.
1449
1449
  * Add `travis report` to give a report of the system, endpoint, configuration and last exception.
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.5.8'
2
+ VERSION = '1.6.0'
3
3
  end
data/travis.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  # general infos
4
4
  s.name = "travis"
5
- s.version = "1.5.8"
5
+ s.version = "1.6.0"
6
6
  s.description = "CLI and Ruby client library for Travis CI"
7
7
  s.homepage = "https://github.com/travis-ci/travis"
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.5.9.travis.362.4
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -90,14 +90,14 @@ dependencies:
90
90
  name: backports
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ! '>='
93
+ - - '>='
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ! '>='
100
+ - - '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  - !ruby/object:Gem::Dependency
@@ -408,18 +408,19 @@ require_paths:
408
408
  - lib
409
409
  required_ruby_version: !ruby/object:Gem::Requirement
410
410
  requirements:
411
- - - ! '>='
411
+ - - '>='
412
412
  - !ruby/object:Gem::Version
413
413
  version: '0'
414
414
  required_rubygems_version: !ruby/object:Gem::Requirement
415
415
  requirements:
416
- - - ! '>'
416
+ - - '>='
417
417
  - !ruby/object:Gem::Version
418
- version: 1.3.1
418
+ version: '0'
419
419
  requirements: []
420
420
  rubyforge_project:
421
- rubygems_version: 2.0.3
421
+ rubygems_version: 2.0.7
422
422
  signing_key:
423
423
  specification_version: 4
424
424
  summary: Travis CI client
425
425
  test_files: []
426
+ has_rdoc: