dpl 1.8.19.travis.1619.3 → 1.8.19.travis.1646.3
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 -0
- data/lib/dpl/provider/cloud_files.rb +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDY0YmVkNGI2OGE5ZDlkMGFlNGJjZWFhZjVhMjQ3NDU2ZmVhZWZkMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YWJkMzRmM2Y5NDBkN2YxOGVjNWRmZDY2ZGJhOWU5ODg3YTY4OTljOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWI5MTEzZDEwNDMyYjYxZjgxOWZjYjAzYzViNGQyZjNkMjNkNTM0MmRiYWE1
|
|
10
|
+
NTE2ODNkYmNmM2E0NDAzYzRhODkzNDRhYmY5YWYxMmJhZDMyZjNlNTE4Mzkz
|
|
11
|
+
NzY3NTNjMDAxNDM1ZGY1ODY4NzQ3ZTEwNWVmOTI4Y2E2YmU3ZDQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzZhNWIxYWFlNzNjZWVmYzU0YWY4N2QyYzVkOWFmNGJmM2QyMzBiZmJiZGFh
|
|
14
|
+
YWFkNjM0NWRjYWRiODY5MDFmZGQ0YmFiNjU1N2VkNzNhNWZkNzE0NGQ3MTM3
|
|
15
|
+
Y2NjMWM0ZjcwN2M1MjEzMTBmNmYxZGE4NDM2MzY5ZGYxNThhM2Q=
|
data/Gemfile
CHANGED
|
@@ -5,8 +5,7 @@ module DPL
|
|
|
5
5
|
class CloudFiles < Provider
|
|
6
6
|
requires 'net-ssh', load: 'net/ssh', version: '~> 2.9.2' # Anything higher requires Ruby 2.x
|
|
7
7
|
requires 'mime-types', load: 'mime/types', version: '~> 2.6.2' # Anything higher requires Ruby 2.x
|
|
8
|
-
requires 'fog-
|
|
9
|
-
requires 'fog', version: '< 1.35.0' # Anything higher requires fog-google 0.1.1 and up, which, in turn, requires Ruby 2.x
|
|
8
|
+
requires 'fog-rackspace', load: 'fog/rackspace'
|
|
10
9
|
experimental 'Rackspace Cloud Files'
|
|
11
10
|
|
|
12
11
|
def needs_key?
|
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.19.travis.
|
|
4
|
+
version: 1.8.19.travis.1646.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|