automan 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc78fb2a5418be62e64d661b9c1f65704b069277
4
- data.tar.gz: 5e13ddb9c298a1968b9398199e35a2ff4190800c
3
+ metadata.gz: fcc2af1e16bc943f81b35e5e6b6c0a6ff0732e46
4
+ data.tar.gz: ce9be3ed335b543a576b2acd20c282e5e6c36ec2
5
5
  SHA512:
6
- metadata.gz: 87496bd4374b42164b02c3da1d2fb2dde94ec72af45c7d4b705cb3cf51f31f65aa7272b2228c29288947ff7e3b33085d5c5215ed74bf200b2f436752140d9bfb
7
- data.tar.gz: 14cdfb13a45f54d5de9f43278e140faaf60e11716fd8d839b6c2328839666d1c852e2a94756f76c4986abe81abacff4e70e164b02aa481d668283e3b6d0a95e4
6
+ metadata.gz: 992b8ce5962fff108441f803d171673d6f343bfd8770652c44fb3c627d9fbf499ede38d16fc1a62a5418a1474cf20daece2135d486dd3d88ae5ac93a133ac1af
7
+ data.tar.gz: 94da51804f52f6b7674f3f0e5b4bf61852f048178ff01caf999f944b0cc6329d3053e9c96b89fad777be134a2922dbdaa3ec4a43282f26372480332a03946eca
@@ -37,8 +37,9 @@ module Automan::Cli
37
37
  exit 1
38
38
  end
39
39
 
40
- options[:log_aws] = true
41
- s = Automan::RDS::Snapshot.new(options)
40
+ aws_opts = options.dup
41
+ aws_opts[:log_aws] = true
42
+ s = Automan::RDS::Snapshot.new(aws_opts)
42
43
  s.prune_snapshots if options[:prune]
43
44
  s.create
44
45
  end
@@ -1,3 +1,3 @@
1
1
  module Automan
2
- VERSION = "2.2.2"
2
+ VERSION = "2.2.3"
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.2.2
4
+ version: 2.2.3
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-01-26 00:00:00.000000000 Z
12
+ date: 2015-02-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler