travis 1.8.3.travis.724.4 → 1.8.3.travis.726.4.pre.debug
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 +8 -8
- data/lib/travis/client/session.rb +1 -1
- data/travis.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDgwNzQ1YjFhOTA0MTUyNjZjZmVlZDIyZjI0OGM1MTA3NDc2NzRjYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGY1MWE1NWQyYTMyZDMxZDQyODY3NzkxNmU2ZjQ0N2Q2OTkxZTdkZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZmM5OWI1MjZkZTU0NjAyZjIyYWEwMTdiMjM3MzE2MGJlZDA2OTE3ZGQwYWFk
|
|
10
|
+
ZDA2NDI3Zjc2YTljY2ZlMzU2MzM4YmJiYTc0MGU2M2QwNGFhMDY2ZDczN2Ix
|
|
11
|
+
Y2FjODNkNTViYzI0ODZhZTkxYTM4OTIxNmYwZTdjZjk0YTczMjA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTE4ZDljMjJkY2JiMmQ3ZDI2YzI0ZGJlMjdiMGRjY2Q5YjcxNmU1ZDJmOTY4
|
|
14
|
+
OWYyNWNhMjZjOGMzNTRmMmZmYzhhNjQyZTc4NzBiZmIwNGUxMzg3MWU1NjMy
|
|
15
|
+
MmQwYTRjYzE0OTAxMGJkN2RmNzcwMGI3ZGU5YTk0MTEwN2VkZDU=
|
data/travis.gemspec
CHANGED
|
@@ -318,6 +318,6 @@ Gem::Specification.new do |s|
|
|
|
318
318
|
if ENV['TRAVIS_JOB_NUMBER'] and ENV['TRAVIS_REPO_SLUG'] == 'travis-ci/travis.rb'
|
|
319
319
|
digits = s.version.to_s.split '.'
|
|
320
320
|
digits[-1] = digits[-1].to_s.succ
|
|
321
|
-
s.version = digits.join('.') + ".travis.#{ENV['TRAVIS_JOB_NUMBER']}"
|
|
321
|
+
s.version = digits.join('.') + ".travis.#{ENV['TRAVIS_JOB_NUMBER']}-debug"
|
|
322
322
|
end
|
|
323
323
|
end
|
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.3.travis.
|
|
4
|
+
version: 1.8.3.travis.726.4.pre.debug
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -56,7 +56,7 @@ authors:
|
|
|
56
56
|
autorequire:
|
|
57
57
|
bindir: bin
|
|
58
58
|
cert_chain: []
|
|
59
|
-
date: 2016-01-
|
|
59
|
+
date: 2016-01-13 00:00:00.000000000 Z
|
|
60
60
|
dependencies:
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: faraday
|