asset_sync 0.1.1 → 0.1.2

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 = "2011-08-24"
9
+ s.date = "2011-08-25"
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = ["Simon Hamilton", "David Rice"]
12
12
  s.email = ["shamilton@rumblelabs.com", "me@davidjrice.co.uk"]
@@ -56,7 +56,7 @@ module AssetSync
56
56
  :key => "#{f}",
57
57
  :body => File.open("#{path}/#{f}"),
58
58
  :public => true,
59
- 'Cache-Control' => 'max-age=29030400, public'
59
+ 'Cache-Control' => 'max-age=31557600'
60
60
  )
61
61
  end
62
62
 
@@ -1,3 +1,3 @@
1
1
  module AssetSync
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Simon Hamilton
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-08-24 00:00:00 Z
14
+ date: 2011-08-25 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: fog