dragonfly-s3_data_store 1.0.1 → 1.0.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d0b5dfd4515b32b598c7638932ac8f39f4b47c8
4
- data.tar.gz: ca1cabb75ddd830e74b1486bff88d88cc405ef4b
3
+ metadata.gz: 8db0a53665e761115c7791d464ec6f88c8d19e64
4
+ data.tar.gz: a8cbd2bbc9fa864f7c88fc1329f94f9d46c57816
5
5
  SHA512:
6
- metadata.gz: 00c60f985a4fa8bff4b15b89446a86cf8770395724345cccc07f947e752339a03fe87d662f69f4cdf6777fa1dc565246ab52a17d185a9b0135d95633d62be05c
7
- data.tar.gz: 876ba3537e4ba0a6e0f7cfc4bdcbbc8c241f338c5e9b141e8f70f10f217112dfcefa26e14e1b2480b8d0f4cfa93620fbac90ce53b0b44b8da530d9484e8cbdba
6
+ metadata.gz: b195b31ba392d8cd217333e0428211bbcc6c96910564c92650ca0bdf67f4363e31513d4fdb17d9378bb4dffaf307322667b0f2010c7b3dd3827b1019e8d5dc4c
7
+ data.tar.gz: e2f60e2b217bc400b901c95cee0234b6ac20ce8619877f29cc7c8029b85ed98d632f34a507023760240dc1b2e607b9a0756c6dcef938cf6f5039f4f654f78c94
@@ -15,8 +15,8 @@ module Dragonfly
15
15
  'us-west-2' => 's3-us-west-2.amazonaws.com',
16
16
  'ap-northeast-1' => 's3-ap-northeast-1.amazonaws.com',
17
17
  'ap-southeast-1' => 's3-ap-southeast-1.amazonaws.com',
18
+ 'ap-southeast-2' => 's3-ap-southeast-2.amazonaws.com',
18
19
  'eu-west-1' => 's3-eu-west-1.amazonaws.com',
19
- 'sa-east-1' => 's3-sa-east-1.amazonaws.com',
20
20
  'sa-east-1' => 's3-sa-east-1.amazonaws.com'
21
21
  }
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Dragonfly
2
2
  class S3DataStore
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragonfly-s3_data_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-27 00:00:00.000000000 Z
11
+ date: 2013-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dragonfly