dpl 1.8.9.travis.1204.4 → 1.8.9.travis.1214.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzEzNDA4YjdiMjBkMGEzNDFkNjMxYmYzZWUxMzdlMThkODM4M2IxMw==
4
+ NzFlZjVhZGE4NDdjZGQ5NGZlMThiZjdiMDBkNWJjYzRkZjVkZjQ0MA==
5
5
  data.tar.gz: !binary |-
6
- NmNlZGQwMGE3OTY1OGIyODE1MWNkMDEwMjQ4MDEwYjdjYmU4ZDI3Mw==
6
+ MmI3ODBhN2FkOWUzMmExMTIyOGM2ODFkMjAwZTdlZWFhYWM3M2E3OQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDI0NzcxZDgzNjQyM2IzODg1ZTQzZGUyZjI0OTVlODhjZjM5ZWQwMTE4ZjU2
10
- YjJhMjVlYjZkYTIyNzhkYjljYmJlZGEyM2U3N2E2ZTYyNjA0N2Y5ZmI1NDQ0
11
- NWRhMWY0M2UyNTk3MDlhZjRlOWEzNjg1NzNlOWVhYjNiYjcxYmQ=
9
+ OTkwMjc2YzU3ZTRlODk1ZjQwYzNlOTFjZGUxYjhkZGY0NTk2ZTAzNGVhMjZh
10
+ Y2Y2NTBjZTRhYWVhMmZmNGNjMmZlZGM5M2U3MTRlZTlhNGNiZWQwYTRjMTAx
11
+ ZTE1ZjVlZTVlMzYyMzk1ZmFiMTc1YWQ1OWY4ZDQwMjA0NjNkZTc=
12
12
  data.tar.gz: !binary |-
13
- OTllN2EyNWZkYzc2NjQ0OTgwOWRlN2ZjOTI3NTg4ZDNlMDUzNmEyYmIzNmEz
14
- MDFhZTg3YWYxODVkNzgyMTY0MjA3ZmJmNWIyYzQyMWVhMjZhMjU5OTFiOTQ3
15
- YTNhMGFiNDk4N2EzMTlmOTEzNzMxMmExMWQ5ZDFhOGVkZTg4M2Y=
13
+ MWI3YmIyODFlYmU5NjA0NzllYjVkZTg4MzVlNjU1NGYzZDYyZTdkYmU2NmQ0
14
+ MTBhNjFlODE4N2EyZGI3ZGE1OTAwMDJhM2ZkMzc0MWU4MzMwMzQ2NjBlNjIy
15
+ M2E2NDNmMWI4ZjZlYjRkYjAwNzMwZGMxNzkzMGY1ZTI1OTNhMGY=
@@ -4,7 +4,7 @@ module DPL
4
4
  class Provider
5
5
  class GCS < Provider
6
6
  requires 'gstore'
7
- requires 'mime-types'
7
+ requires 'mime-types', version: '~> 2.0'
8
8
 
9
9
  def needs_key?
10
10
  false
@@ -4,7 +4,7 @@ module DPL
4
4
  class Provider
5
5
  class S3 < Provider
6
6
  requires 'aws-sdk', version: '>= 2.0.22'
7
- requires 'mime-types'
7
+ requires 'mime-types', version: '~> 2.0'
8
8
 
9
9
  def api
10
10
  @api ||= ::Aws::S3::Resource.new(s3_options)
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.9.travis.1204.4
4
+ version: 1.8.9.travis.1214.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-19 00:00:00.000000000 Z
11
+ date: 2015-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec