asset_sync 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
data/asset_sync.gemspec CHANGED
@@ -6,7 +6,7 @@ require "asset_sync/version"
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "asset_sync"
8
8
  s.version = AssetSync::VERSION
9
- s.date = "2012-01-27"
9
+ s.date = "2012-01-30"
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = ["Simon Hamilton", "David Rice", "Phil McClure"]
12
12
  s.email = ["shamilton@rumblelabs.com", "me@davidjrice.co.uk", "pmcclure@rumblelabs.com"]
@@ -14,7 +14,7 @@ class Engine < Rails::Engine
14
14
  AssetSync.configure do |config|
15
15
  config.fog_provider = ENV['FOG_PROVIDER']
16
16
  config.fog_directory = ENV['FOG_DIRECTORY']
17
- config.fog_directory = ENV['FOG_REGION']
17
+ config.fog_region = ENV['FOG_REGION']
18
18
 
19
19
  config.aws_access_key_id = ENV['AWS_ACCESS_KEY_ID']
20
20
  config.aws_secret_access_key = ENV['AWS_SECRET_ACCESS_KEY']
@@ -1,3 +1,3 @@
1
1
  module AssetSync
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: asset_sync
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.8
5
+ version: 0.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Simon Hamilton
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2012-01-27 00:00:00 Z
15
+ date: 2012-01-30 00:00:00 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: fog