s3snapshot 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/.loadpath CHANGED
@@ -2,4 +2,5 @@
2
2
  <loadpath>
3
3
  <pathentry path="" type="src"/>
4
4
  <pathentry path="org.rubypeople.rdt.launching.RUBY_CONTAINER" type="con"/>
5
+ <pathentry path="GEM_LIB/rdoc-3.6.1/lib" type="var"/>
5
6
  </loadpath>
@@ -28,7 +28,7 @@ module S3snapshot
28
28
  # Return the cached aws connection or create a new one
29
29
  ##
30
30
  def aws
31
- @aws ||= Fog::Storage.new(:provider => 'AWS', :aws_access_key_id => @aws_id, :aws_secret_access_key => @aws_key)
31
+ @aws ||= Fog::Storage.new(:provider => 'AWS', :persistent => false, :aws_access_key_id => @aws_id, :aws_secret_access_key => @aws_key)
32
32
  end
33
33
 
34
34
  ##
@@ -1,3 +1,3 @@
1
1
  module S3snapshot
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3snapshot
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Todd
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-23 00:00:00 Z
18
+ date: 2011-06-21 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: fog