automan 2.3.3 → 2.3.4
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 +4 -4
- data/lib/automan/version.rb +1 -1
- data/spec/elasticache/router_spec.rb +2 -2
- data/templates/stacker/bin/%app_name%.tt +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2e602eb32d5968509883eb255f26fd718fc293d
|
4
|
+
data.tar.gz: 2dad8c84312ba1839e51f2da36d15fe210cded57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 836d0f0a93445ec7918001bc5cb1107389329cc0a4b2fe6cb3eeccf70d2641b9e69bf9866b965217bfb3dc5cbabec9055e3044658418d383287f190c1e0ffc22
|
7
|
+
data.tar.gz: df16ad98c82dcdd1094ca5fa18329c1eb5d94aed6a8516f39077c15c02161a74870061a28fe12c1a47d4bb4eff392c62142fa00a9e25eb66d50c5b8483320f5e
|
data/lib/automan/version.rb
CHANGED
@@ -2,7 +2,7 @@ require 'automan'
|
|
2
2
|
|
3
3
|
describe Automan::ElastiCache::Router do
|
4
4
|
it { is_expected.to respond_to :run }
|
5
|
-
it { is_expected.to respond_to :
|
5
|
+
it { is_expected.to respond_to :environment }
|
6
6
|
it { is_expected.to respond_to :hosted_zone_name }
|
7
7
|
it { is_expected.to respond_to :redis_host }
|
8
8
|
|
@@ -11,7 +11,7 @@ describe Automan::ElastiCache::Router do
|
|
11
11
|
AWS.stub!
|
12
12
|
r = Automan::ElastiCache::Router.new
|
13
13
|
r.ec = AWS::ElastiCache::Client.new
|
14
|
-
r.
|
14
|
+
r.environment = 'foo'
|
15
15
|
r.hosted_zone_name = 'foo.com'
|
16
16
|
r.redis_host = 'redis.foo.com'
|
17
17
|
r.logger = Logger.new('/dev/null')
|
@@ -9,6 +9,11 @@ t = template do
|
|
9
9
|
##
|
10
10
|
## Here's an example.
|
11
11
|
##
|
12
|
+
|
13
|
+
# value AWSTemplateFormatVersion: '2010-09-09'
|
14
|
+
|
15
|
+
# value Description: 'Creates resources for my stack'
|
16
|
+
|
12
17
|
# parameter 'VpcId',
|
13
18
|
# Description: 'The VPC in which to launch',
|
14
19
|
# Type: 'String'
|
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.
|
4
|
+
version: 2.3.4
|
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-07-
|
12
|
+
date: 2015-07-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|