automan 2.3.0 → 2.3.1

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: 0d4dcc2feb4456cd052a27b0e752b0685060007a
4
- data.tar.gz: 699a105a10d6acb7d4bf43e5c10fa97488bc7aad
3
+ metadata.gz: e7edc999dc7f9d16861752be4e638d3a38d83a0b
4
+ data.tar.gz: 41de5287e9f7400481c7448316db256612460c60
5
5
  SHA512:
6
- metadata.gz: eca81bf1d7cd56c6f83143abc1e436ec19cbe9f06861794c39da1bdbc0784da456ae0f37d68a4574f3158adb0c2a1b9cddddc35eee50173d572493c0b30da1c3
7
- data.tar.gz: a2a9c02a97984cd3e62710c4be6a6f5b68105bbf8af9aefa43fdf4ee803f9569d0566732ab289260936509e94db748ea10ccda6a095bb67e5318746e320a759d
6
+ metadata.gz: 41686b788d734907ead2919efec9c69fbe3e062fddf8a5ce2efab1fcaac92341450e9179bc3f405fbcfdea868df6362c930acb0ee4645c87c93d6c1a969b7ed2
7
+ data.tar.gz: 82ff62c8fc0f0ce9415b8a9f05ff6f8e749bb1b2833de5527dff1499b41d0cd0427af085a0cacbfba34a2868a5d8b574b15badbff93e869c913b5f8383437cd2
@@ -45,7 +45,7 @@ module Automan::Ec2
45
45
  end
46
46
 
47
47
  def default_image_name
48
- stime = Time.new.iso8601.gsub(/:/, '-')
48
+ stime = Time.now.utc.iso8601.gsub(/:/, '')
49
49
  return name + "-" + stime
50
50
  end
51
51
 
@@ -33,6 +33,8 @@ module Automan::RDS
33
33
 
34
34
  include Automan::Mixins::Utils
35
35
 
36
+ # TODO move this and dependecies to an RDS utils class
37
+ # so we can re-use it
36
38
  def find_db
37
39
  db = nil
38
40
  if !database.nil?
@@ -1,3 +1,3 @@
1
1
  module Automan
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
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.0
4
+ version: 2.3.1
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-05-28 00:00:00.000000000 Z
12
+ date: 2015-06-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler