automan 2.2.5 → 2.2.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8411a3a64a4e56aeae7ea789eaea603fbd86fbb
4
- data.tar.gz: 9469dc5625d8797365237d76b7c51f0d27481806
3
+ metadata.gz: 31338e1bb603317a14baafac5806d0b35c96d8f3
4
+ data.tar.gz: 8c607dd86439e82816f15cd796b40e30d98e7200
5
5
  SHA512:
6
- metadata.gz: 6adb83d71fce75656dc354b29c99ec1ce17095f766c351045533bdf9de97443949eec354ed62f9e6e19a110c6620d4c2981cd206d587c038b724f3e1a3e943f3
7
- data.tar.gz: 0fedb24f439723121426d73a56b2104a037ea6588b616474d0bbef9f108b4d9cd7b33f1bf5c100e0ae7ebcffeda4a977be6f13dfdcc32882ed8a452d584dbb96
6
+ metadata.gz: d8b7af2e22147d25b7949b4d2add78f20036d2934a6af988a49a620a22c8da09b01b981a943413e504abf68cff9524c65a181b0859ca17ed6bd045c95db772fd
7
+ data.tar.gz: b2fd5b1272d04be6f8715d4b3eed8d30620bc11a77a85a726bd2941d2668559f9a3d9223be6fb6d788f1f48c4705fcc525d77f86bc8c01a8ad6309b22bc78761
@@ -239,6 +239,7 @@ module Automan::RDS
239
239
  logger.info "Finding most recent snapshot for #{db.id}"
240
240
  s = db.snapshots.sort_by {|i| i.created_at }.last
241
241
  logger.info "Most recent snapshot is #{s.id}"
242
+ s.id
242
243
  end
243
244
  end
244
- end
245
+ end
@@ -1,3 +1,3 @@
1
1
  module Automan
2
- VERSION = "2.2.5"
2
+ VERSION = "2.2.6"
3
3
  end
@@ -24,9 +24,9 @@ describe Automan::RDS::Snapshot do
24
24
  s.default_snapshot_name('somedb').should_not be_nil
25
25
  end
26
26
 
27
- it "returns environment dash iso8601 string" do
27
+ it "returns environment dash time string" do
28
28
  name = s.default_snapshot_name('somedb')
29
- name.should match /^dev1-(\d{4})-(\d{2})-(\d{2})T(\d{2})-(\d{2})-(\d{2})[+-](\d{2})-(\d{2})/
29
+ name.should match /^dev1-(\d{4})-(\d{2})-(\d{2})T(\d{2})-(\d{2})/
30
30
  end
31
31
 
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Chalfant
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-28 00:00:00.000000000 Z
12
+ date: 2015-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler