dpl 1.6.3.travis.456.1 → 1.6.3.travis.458.1
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/Gemfile +1 -1
- data/lib/dpl/provider/openshift.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWNkNjVjYTE2NGM1NzRkMTU3NmQxNjUyY2Y5ZDEyNTBhOGZjN2MyYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGY4NGM5YmRkNjExMmU3MjgwNjViNzllMWVkMTA3ODY2OGVhOGRlZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzY1MDlkNWY5OGRkNTBlZGRkMTk0ZDcwMDgwMzI3Yzk0NjYzZTI4ZjlkZTFm
|
10
|
+
YjdkNzYzZGM5MDZlNjE2MGNjZmFhYjI1MTkzOTY1OGMwOTI1YTU0M2ZlMjM3
|
11
|
+
NWZkMjEzMDNiZDM0YTVjMWM5YWFlMWQ2YTdhM2M4ZmVhOTA0NWM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGNkMWNmMzM2Mzc4NzY1MzJmMDNjMTBiMmZhNjBjY2ZhNDc5NTEwZmRjMDM0
|
14
|
+
MDUzNmNmZDJkMTY2Yzc1Y2JkNmI4MjIwNjBkMDNkYjFiMGYyNjI5NjQ1YzBl
|
15
|
+
YTlmMzMzN2VjZWMwOGExYmVlMzhkMDBiMDVkZGU5OWZkOTVlZTQ=
|
data/Gemfile
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
module DPL
|
2
2
|
class Provider
|
3
3
|
class Openshift < Provider
|
4
|
-
|
4
|
+
# rhc 1.25.3 and later are required for httpclient 2.4.0 and up
|
5
|
+
# See https://github.com/openshift/rhc/pull/600
|
6
|
+
requires 'httpclient', version: '~> 2.4.0'
|
7
|
+
requires 'rhc', version: '~> 1.25.3'
|
5
8
|
|
6
9
|
def initialize(context, options)
|
7
10
|
super
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.3.travis.
|
4
|
+
version: 1.6.3.travis.458.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|