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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/travis/cli/report.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ab0240fc9e4a8c6849399162bbaf6836eb16ccc
4
- data.tar.gz: 63d94aec2cc2eb658cabb07b6e211ebf32fcaaad
3
+ metadata.gz: a54e0c072e2aa2258febea312a29caa21c7176d0
4
+ data.tar.gz: ef7aa4f2976bb190565ad5638d1a1dde4646e77f
5
5
  SHA512:
6
- metadata.gz: 4f50771f0a939b3d0b14d30c6bc33b65c2d832942f8bfcb98b03fb2eeff7f7d7efe863f747a345c5543c6b576e6bb0a95422e705ddf166f722ba741135b29282
7
- data.tar.gz: 8262199d95be4a31b442a067d61aea3ee0e10c5a28336c6ed97599807ad3642e7828640498a705dbf8cff6581df69f2a59c67269e7cf4826e464b18cd6931bc9
6
+ metadata.gz: 116cd1da1c532a1e752f31ed6d88865c58541cc497854da8076fb3c1e59a0bdb110ceddc46f0d7b930d7fba81641a2a3a14ca41d4fc58f4debb996c1b4363171
7
+ data.tar.gz: e93c25c2d4f5252b16697a75dbcb0b9fa67cf134eb595b1d286a46350bd5b9fb89cd2d037e1de02aeece0274a00d4ce5c410365d5c27887f24ef3daf8ed1a94c
@@ -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.796.4
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: 2016-12-08 00:00:00.000000000 Z
63
+ date: 2017-01-26 00:00:00.000000000 Z
64
64
  dependencies:
65
65
  - !ruby/object:Gem::Dependency
66
66
  name: faraday