humidifier 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -144,7 +144,9 @@ end
144
144
 
145
145
  ## CLI
146
146
 
147
- `Humidifier` can also be used as a CLI for managing resources through configuration files. To get started, build a ruby script (for example `bin/humidifier`) that executes the `Humidifier::CLI` class, like so:
147
+ `Humidifier` can also be used as a CLI for managing resources through configuration files. For a step-by-step guide, read on, but if you'd like to see a working example, check out the [example directory](example).
148
+
149
+ To get started, build a ruby script (for example `humidifier`) that executes the `Humidifier::CLI` class, like so:
148
150
 
149
151
  ```ruby
150
152
  #!/usr/bin/env ruby
@@ -271,8 +273,8 @@ CloudFormation template parameters can be specified by having a special `paramet
271
273
 
272
274
  You can pass values to the CLI deploy command after the stack name on the command line as in:
273
275
 
274
- ```sh
275
- bin/humidifier deploy foobar Param1=Foo Param2=Bar
276
+ ```bash
277
+ humidifier deploy foobar Param1=Foo Param2=Bar
276
278
  ```
277
279
 
278
280
  Those parameters will get passed in as values when the stack is deployed.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Humidifier
4
- VERSION = '3.2.0'
4
+ VERSION = '3.3.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humidifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Localytics
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-08 00:00:00.000000000 Z
11
+ date: 2019-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-cloudformation
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '0.68'
145
+ version: '0.70'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: '0.68'
152
+ version: '0.70'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rubocop-performance
155
155
  requirement: !ruby/object:Gem::Requirement