dpl 1.8.11.travis.1218.4 → 1.8.11.travis.1222.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 +8 -8
- data/lib/dpl/provider/cloud_files.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MmViMjk1MGVkNzliNzhjMTZiYTkwNDMzMjRiYjhkOTZhNGZhMmU4ZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDc3NzdlMGJjYjMxMDYwNTJkYzU0MmNjMDYwODI1ZTAzNjUwZTU3Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTNkMWUwOWY1OTg1NmUyYThkMzQyMmIwNTMxNzZmMGM5N2EwNTkyN2E3ZmE3
|
|
10
|
+
YzEwZGU3YWM1M2E1YmJkMWY1YzhkMjllZDQ1NGMwMTczNjFhZmM1ZDYzOTBl
|
|
11
|
+
MzdkMjNkMmNmNTkxYThhMjM2ZDhhYjJmMjM5YjkzYTI5OWRjNWE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2RhM2MzYmQwNjgxZTU2N2JhZTZmYTNiZGU1ODYyOGFlODNmNmYxOTNlMzEx
|
|
14
|
+
YTA3NmVkYTgzNjhhMGFlZTQzOGMzOTNhYmU4NDgzZGY1MDZmODliZjYzMWE4
|
|
15
|
+
MWE1YjI0ZTMxYzFkNjRiMWFlYzBlOGI4ZmRhYjlkNjhlY2UxNmM=
|
|
@@ -4,6 +4,7 @@ module DPL
|
|
|
4
4
|
class Provider
|
|
5
5
|
class CloudFiles < Provider
|
|
6
6
|
requires 'net-ssh', load: 'net/ssh', version: '~> 2.9.2' # Anything higher requires Ruby 2.x
|
|
7
|
+
requires 'mime-types', load: 'mime/types', version: '~> 2.6.2' # Anything higher requires Ruby 2.x
|
|
7
8
|
requires 'fog-google', load: 'fog/google', version: '< 0.1.1' # Anything higher requires Ruby 2.x
|
|
8
9
|
requires 'fog', version: '< 1.35.0' # Anything higher requires fog-google 0.1.1 and up, which, in turn, requires Ruby 2.x
|
|
9
10
|
experimental 'Rackspace Cloud Files'
|
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.8.11.travis.
|
|
4
|
+
version: 1.8.11.travis.1222.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|