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 +6 -14
- data/README.md +6 -2
- data/lib/travis/tools/completion.rb +1 -1
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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.
|
|
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.
|
|
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 #{
|
|
29
|
+
File.open(file, "a") { |f| f.puts("", "# added by travis gem", "[ -f #{cmp_file} ] && #{source}") }
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
32
|
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
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
|
|
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-
|
|
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:
|
|
414
|
+
version: '0'
|
|
415
415
|
requirements: []
|
|
416
416
|
rubyforge_project:
|
|
417
|
-
rubygems_version: 2.0.
|
|
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:
|