travis 1.6.8.travis.457.6 → 1.6.8

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
- NzYzOGQzN2ViYzBlNmM1MWE3NGM1Zjc2YTIyNzBhNzkwMDhiZWNkMg==
5
- data.tar.gz: !binary |-
6
- MjM5YTdmY2Q1YTY1ZDJkZWZjMTRlOWFiMWZjY2NmYWMxOTViMDAzZA==
2
+ SHA1:
3
+ metadata.gz: f9ab1617bd64911bd35e1edd784a57578b391f4b
4
+ data.tar.gz: 8f99914f8905b8de3d22c0aa5d90d5c1b367a1b8
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- Y2EyODU3YWE5MTAxYjcwMTdlOTVkZjI0ZDdmNjFiMWViMjA0YzRiNDY0YWE2
10
- ZjBjMzEwMTUwYWViMDI1YmVjZjNjZDI0MTdmZjEwMDg0NzQyNWVkYjIwZjM1
11
- NTEwYTMyZTlkZTlhZGNjODUyYTdhYjQ3MjQxMDY0YjhiNzQ3MTQ=
12
- data.tar.gz: !binary |-
13
- ODdjYmVjNjcyMmRlMTJlODRmMmM3MjEwYjExMzEyYzVmOGVmMzM0NTU5NWU4
14
- N2I0NGFjYzJmN2ZmYjhlMmM0NGNiMzQyNzRkMTEyMjI4MTkyZGI2MDU0NmEx
15
- OTFlZjEwZDA3MGM3ZGUyODMxNzAzYTE0NTM4MmFiMjc1OGU1OWE=
6
+ metadata.gz: 916b8d92dd6452a75df1c0f1172e93d93399cd9aa67580fbd282127255319a94ebdbc11226386cb23a07ae474dc14ac63663602e399afcbb5fb81c35804b8718
7
+ data.tar.gz: 65868a2ed5c404d275f771825b4b1f725913df46732826b5fdabff2ff42299058789f9b0559784588f02afbdc50a59eeee8b93e1d7dd1a12f83392524efb0692
data/README.md CHANGED
@@ -1521,12 +1521,12 @@ You can check your Ruby version by running `ruby -v`:
1521
1521
 
1522
1522
  Then run:
1523
1523
 
1524
- $ gem install travis -v 1.6.7 --no-rdoc --no-ri
1524
+ $ gem install travis -v 1.6.8 --no-rdoc --no-ri
1525
1525
 
1526
1526
  Now make sure everything is working:
1527
1527
 
1528
1528
  $ travis version
1529
- 1.6.7
1529
+ 1.6.8
1530
1530
 
1531
1531
  ### Development Version
1532
1532
 
@@ -1581,7 +1581,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1581
1581
 
1582
1582
  ## Version History
1583
1583
 
1584
- **1.6.8** (not yet released)
1584
+ **1.6.8** (March 12, 2014)
1585
1585
 
1586
1586
  * Display annotations in `travis show`.
1587
1587
  * Add `travis requests` to see build requests Travis CI has received.
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.6.7'
2
+ VERSION = '1.6.8'
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.6.7"
5
+ s.version = "1.6.8"
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.6.8.travis.457.6
4
+ version: 1.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -32,7 +32,7 @@ authors:
32
32
  autorequire:
33
33
  bindir: bin
34
34
  cert_chain: []
35
- date: 2014-03-11 00:00:00.000000000 Z
35
+ date: 2014-03-12 00:00:00.000000000 Z
36
36
  dependencies:
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: faraday
@@ -80,14 +80,14 @@ dependencies:
80
80
  name: backports
81
81
  requirement: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ! '>='
83
+ - - '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ! '>='
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  - !ruby/object:Gem::Dependency
@@ -416,18 +416,19 @@ require_paths:
416
416
  - lib
417
417
  required_ruby_version: !ruby/object:Gem::Requirement
418
418
  requirements:
419
- - - ! '>='
419
+ - - '>='
420
420
  - !ruby/object:Gem::Version
421
421
  version: '0'
422
422
  required_rubygems_version: !ruby/object:Gem::Requirement
423
423
  requirements:
424
- - - ! '>'
424
+ - - '>='
425
425
  - !ruby/object:Gem::Version
426
- version: 1.3.1
426
+ version: '0'
427
427
  requirements: []
428
428
  rubyforge_project:
429
- rubygems_version: 2.1.11
429
+ rubygems_version: 2.0.14
430
430
  signing_key:
431
431
  specification_version: 4
432
432
  summary: Travis CI client
433
433
  test_files: []
434
+ has_rdoc: