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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 118de08fcf9ce73a9ea6e2b54b288637f564cc7e
4
- data.tar.gz: d0166e7b15c3cf92e286508a71661441f0f1fa6e
3
+ metadata.gz: f2e602eb32d5968509883eb255f26fd718fc293d
4
+ data.tar.gz: 2dad8c84312ba1839e51f2da36d15fe210cded57
5
5
  SHA512:
6
- metadata.gz: 527cf0bc65acc51f1859c860a66e9995bb30e0e1c5dc2e586ae277036af610df6a02bddd0a4b338df56cc29869119b0c755bcf797fdef5128af8004b03168ab8
7
- data.tar.gz: 7340e6559f341bc1caeca419a6d6d6d245bf1971e62dc6bad44443991cec6cd0a92ab939b179bac842b4b44677cd963dab69a036ff09c6a66e6d359880d12a1b
6
+ metadata.gz: 836d0f0a93445ec7918001bc5cb1107389329cc0a4b2fe6cb3eeccf70d2641b9e69bf9866b965217bfb3dc5cbabec9055e3044658418d383287f190c1e0ffc22
7
+ data.tar.gz: df16ad98c82dcdd1094ca5fa18329c1eb5d94aed6a8516f39077c15c02161a74870061a28fe12c1a47d4bb4eff392c62142fa00a9e25eb66d50c5b8483320f5e
@@ -1,3 +1,3 @@
1
1
  module Automan
2
- VERSION = "2.3.3"
2
+ VERSION = "2.3.4"
3
3
  end
@@ -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 :environment_name }
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.environment_name = 'foo'
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.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-06 00:00:00.000000000 Z
12
+ date: 2015-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler