travis 1.8.6.travis.796.4 → 1.8.6.travis.807.4
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 +4 -4
- data/lib/travis/cli/report.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a54e0c072e2aa2258febea312a29caa21c7176d0
|
|
4
|
+
data.tar.gz: ef7aa4f2976bb190565ad5638d1a1dde4646e77f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 116cd1da1c532a1e752f31ed6d88865c58541cc497854da8076fb3c1e59a0bdb110ceddc46f0d7b930d7fba81641a2a3a14ca41d4fc58f4debb996c1b4363171
|
|
7
|
+
data.tar.gz: e93c25c2d4f5252b16697a75dbcb0b9fa67cf134eb595b1d286a46350bd5b9fb89cd2d037e1de02aeece0274a00d4ce5c410365d5c27887f24ef3daf8ed1a94c
|
data/lib/travis/cli/report.rb
CHANGED
|
@@ -80,7 +80,7 @@ module Travis
|
|
|
80
80
|
when Travis::Client::PRO_URI then "#{prefix}pro"
|
|
81
81
|
when /api-staging\.travis-ci/ then endpoint_name(url.sub("api-staging.", "api."), "staging-")
|
|
82
82
|
else
|
|
83
|
-
key, _ = config['enterprise'].detect { |k,v| v.start_with? url }
|
|
83
|
+
key, _ = config['enterprise'].detect { |k,v| v.start_with? url } if config['enterprise'].respond_to?(:detect)
|
|
84
84
|
key ? "enterprise %p" % key : "???"
|
|
85
85
|
end
|
|
86
86
|
end
|
|
@@ -98,4 +98,4 @@ module Travis
|
|
|
98
98
|
end
|
|
99
99
|
end
|
|
100
100
|
end
|
|
101
|
-
end
|
|
101
|
+
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.6.travis.
|
|
4
|
+
version: 1.8.6.travis.807.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -60,7 +60,7 @@ authors:
|
|
|
60
60
|
autorequire:
|
|
61
61
|
bindir: bin
|
|
62
62
|
cert_chain: []
|
|
63
|
-
date:
|
|
63
|
+
date: 2017-01-26 00:00:00.000000000 Z
|
|
64
64
|
dependencies:
|
|
65
65
|
- !ruby/object:Gem::Dependency
|
|
66
66
|
name: faraday
|