naturecommits 0.0.4 → 0.0.5

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ 0.0.4 (29 May 2012)
2
+ * european bucket
1
3
  0.0.4 (24 May 2012)
2
4
  * added cache-aws-s3 to cache all amazon s3 requests
3
5
  0.0.3 (24 May 2012)
@@ -1,3 +1,3 @@
1
1
  module NATURECOMMITS
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/naturecommits.rb CHANGED
@@ -191,6 +191,8 @@ module NATURECOMMITS
191
191
  bucket = $BUCKET
192
192
  mime_type = 'image/jpeg'
193
193
 
194
+ AWS::S3::DEFAULT_HOST.replace "s3-eu-west-1.amazonaws.com"
195
+
194
196
  AWS::S3::Base.establish_connection!(
195
197
  :access_key_id => $ACCESS,
196
198
  :secret_access_key => $SECRET
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naturecommits
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Kilgour
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-24 00:00:00 Z
18
+ date: 2012-05-29 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake