travis 1.5.8.travis.356.4 → 1.5.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
- ZDMzMDk5Y2I0YTRkYTRjOGU2NzhiNWJjMmRhYWM3ODViNWEzYjI2ZA==
5
- data.tar.gz: !binary |-
6
- NzMyZGIwOTA1MWMwZjBmZWZhYjMzYWExZDFkNThiNjM1ZGE2MWQxZA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZDYzOGEzZjMxOTU5ODAzZjU4YTdiZjRjZWFkZWNiYTk0ZWZiMjFmZTI4MDg4
10
- YjBkODUxYmQ2NWIwOWZlZGE4MGJlNWMxNmZlMDE4NTAxM2JlNjQzOGExMWRi
11
- MjgxZGZkZTA2ZTE2OTBiNTI5YTI4ZDVhMWNiMDc4MjAzYzUwZWI=
12
- data.tar.gz: !binary |-
13
- M2UzMjlmN2FmZTU1MWU4OTQ3Mzc1ZmJkZWY5ZTU0NjdkNDkzYmM3ZjUxOWM1
14
- ZDAwZjdhNTU5MGRlODE3NjBlNGMwNDMyNGJjYjIzNjFlNWZhMTIwZTJkNWFk
15
- ZWFkMjYzYmNiYjI1NzlhZGNmY2UxNmMyNzgyODk0ZWU1ODQzZjg=
2
+ SHA1:
3
+ metadata.gz: 966c527861cd29635e6284165d84af3e5a9bfc0a
4
+ data.tar.gz: 2392102a804ebbd87ac023c08de6ab26fa892ba6
5
+ SHA512:
6
+ metadata.gz: f9425301329605620f18330a7ed01b931af7ef26318862b7e7a4c22986c107500630a10c3610621eaccb1d878516abb1aadc3a83e177a500498c5e890a877256
7
+ data.tar.gz: 61d886f91b2f92ab63e69d7d2efdee2d9c20bad0eb2ddf25da89031b6cc173d75e254bb65fa4739f619b572aa9f4cce681c63b23a7d494d9df31a59f8cda2f22
data/README.md CHANGED
@@ -1256,12 +1256,12 @@ You can check your Ruby version by running `ruby -v`:
1256
1256
 
1257
1257
  Then run:
1258
1258
 
1259
- $ gem install travis -v 1.5.7 --no-rdoc --no-ri
1259
+ $ gem install travis -v 1.5.8 --no-rdoc --no-ri
1260
1260
 
1261
1261
  Now make sure everything is working:
1262
1262
 
1263
1263
  $ travis version
1264
- 1.5.7
1264
+ 1.5.8
1265
1265
 
1266
1266
  ### Development Version
1267
1267
 
@@ -1316,6 +1316,10 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
1316
1316
 
1317
1317
  ## Version History
1318
1318
 
1319
+ **1.5.8** (October 24, 2013)
1320
+
1321
+ * Fix bug in completion code that stopped command line client from running.
1322
+
1319
1323
  **1.5.7** (October 24, 2013)
1320
1324
 
1321
1325
  * Improve logic for automatically figuring out a repository slug based on the tracked git remote.
@@ -26,7 +26,7 @@ module Travis
26
26
  RCS.each do |file|
27
27
  next unless File.exist? file and File.writable? file
28
28
  next if File.read(file).include? source
29
- File.open(file, "a") { |f| f.puts("", "# added by travis gem", "[ -f #{CMP_FILE} ] && #{source}") }
29
+ File.open(file, "a") { |f| f.puts("", "# added by travis gem", "[ -f #{cmp_file} ] && #{source}") }
30
30
  end
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.5.7'
2
+ VERSION = '1.5.8'
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.7"
5
+ s.version = "1.5.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.5.8.travis.356.4
4
+ version: 1.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -28,7 +28,7 @@ authors:
28
28
  autorequire:
29
29
  bindir: bin
30
30
  cert_chain: []
31
- date: 2013-10-23 00:00:00.000000000 Z
31
+ date: 2013-10-24 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: faraday
@@ -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
@@ -404,18 +404,19 @@ require_paths:
404
404
  - lib
405
405
  required_ruby_version: !ruby/object:Gem::Requirement
406
406
  requirements:
407
- - - ! '>='
407
+ - - '>='
408
408
  - !ruby/object:Gem::Version
409
409
  version: '0'
410
410
  required_rubygems_version: !ruby/object:Gem::Requirement
411
411
  requirements:
412
- - - ! '>'
412
+ - - '>='
413
413
  - !ruby/object:Gem::Version
414
- version: 1.3.1
414
+ version: '0'
415
415
  requirements: []
416
416
  rubyforge_project:
417
- rubygems_version: 2.0.3
417
+ rubygems_version: 2.0.7
418
418
  signing_key:
419
419
  specification_version: 4
420
420
  summary: Travis CI client
421
421
  test_files: []
422
+ has_rdoc: