s3snapshot 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc ADDED
File without changes
@@ -58,7 +58,7 @@ module S3snapshot
58
58
  #Get the latest completed backup for the given prefix. Will return nil if one isn't available
59
59
  ##
60
60
  def latest(prefix)
61
- snapshots(prefix).each do |time, complete|
61
+ snapshots(prefix).reverse.each do |time, complete|
62
62
  if complete
63
63
  return time
64
64
  end
@@ -1,3 +1,3 @@
1
1
  module S3snapshot
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Todd
@@ -80,6 +80,7 @@ files:
80
80
  - .project
81
81
  - Gemfile
82
82
  - Gemfile.lock.bak
83
+ - README.rdoc
83
84
  - Rakefile
84
85
  - Readme.markdown
85
86
  - bin/s3snapshot