automan 2.3.7 → 2.3.8

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: cfb2258dca674b5f5538a66cf62dfb5b85dba8fa
4
- data.tar.gz: 1eae94e8cacea86e1bec2ed10220a59e59d6b898
3
+ metadata.gz: cf346dc12fb2e3e0da31e57751b6158b64f58330
4
+ data.tar.gz: 9245efb48cab8a750fb4e2d44c8ede1d15652d45
5
5
  SHA512:
6
- metadata.gz: 365b6f670a7cffcc09f049132a7d41b123eeca5f0f1d81147dc39122a13566e3e8b0573f7dc20e24f4096a71c7f875d484347e6e2f8f8235091544e6d69bed67
7
- data.tar.gz: 7019345e8fbf59862b6dfeb8c7b805df644ed817dffd101fd360f17aab0a949142b3c11faa68b539377bf7dbb43fbeef14c2f09b7eae6df3dc8109a90f0c77b6
6
+ metadata.gz: f6604efc763560ca09bff13a965fe0c5a62000bde4f53af62c8ea17b2caf96ad693608fb843c258d8d74544d6e0601bdf4adec440b479ae7288fa5b6ba00b798
7
+ data.tar.gz: 34464ac37f622f24d4eb2f36c7b6af8a15610e08f85e07ccd5a9094de8f443162e0586f8a260d6d1da1a73e8900325213094c61b67e6f1317ee71be86262053b
@@ -217,11 +217,15 @@ module Automan::RDS
217
217
  end
218
218
 
219
219
  def get_all_snapshots
220
+ rds.snapshots
221
+ end
222
+
223
+ def get_all_env_snapshots
220
224
  rds.db_instances[find_db.id].snapshots
221
225
  end
222
226
 
223
227
  def prunable_snapshots
224
- snapshots = get_all_snapshots
228
+ snapshots = get_all_env_snapshots
225
229
  snapshots.select { |s| can_prune?(s) }
226
230
  end
227
231
 
@@ -1,3 +1,3 @@
1
1
  module Automan
2
- VERSION = "2.3.7"
2
+ VERSION = "2.3.8"
3
3
  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.3.7
4
+ version: 2.3.8
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-10-16 00:00:00.000000000 Z
12
+ date: 2015-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler