humidifier 3.0.0 → 3.0.1

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
  SHA256:
3
- metadata.gz: ce8d5c225355e9053e00751fb233d055c100e176135d98cf3b479cf0ec29feb8
4
- data.tar.gz: 71821a5505c952a4e128df2848e316b28e817f56dd66f4fc2caaebe602d5e3ba
3
+ metadata.gz: 4981fed9d0ee50e48fb96d62dc82574b5f66c4a3c8f96eb45a7a36babde88900
4
+ data.tar.gz: 1106c9c7ed5b0ed6a6b3252bd6377d0b73bdaf848c23a9fa0115f03ceb79392e
5
5
  SHA512:
6
- metadata.gz: 904c2c31147fee52b9943c76dc699c38a34ddf3bbae4a3512964fa9daf32b5287dc30e8576219d2c2e363ab4512e1466cc82d42be6bcca1afcc736c51fbfcfc3
7
- data.tar.gz: 0b12494270a82b1d44bba24e4a4e749731c7690882578d05a9e6795857d6e77b82eeb3d34acdcbb192baa6f336b74ed2a5db9c5a437875193bb770d2f2a8e423
6
+ metadata.gz: 9b25d56506a612c4a1962def35bc044b09977258eb5ce64f4a998636b8877930d00c7e0d18151af072be8a2a1656e9883a7d6a809d235df9c36d637622fcba25
7
+ data.tar.gz: 555aec2670276edba2614dd9776a4eb7e265a772bb2a58a98beb1afc3ac301b266d922235b4d61339a84aa7bc7e68db0ba36cb95fd5524750fafa59dcc88ea82
data/README.md CHANGED
@@ -7,8 +7,6 @@ Humidifier allows you to build AWS CloudFormation (CFN) templates programmatical
7
7
 
8
8
  For the full docs, go to [https://localytics.github.io/humidifier/](http://localytics.github.io/humidifier/). For local development instructions, see the [Development](https://localytics.github.io/humidifier/#label-Development) section.
9
9
 
10
- This project follows semantic versioning linked to AWS' CloudFormation resource specification version since `1.2.1`.
11
-
12
10
  ## Installation
13
11
 
14
12
  Add this line to your application's Gemfile:
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Humidifier
4
4
  # Gem version
5
- VERSION = '3.0.0'
5
+ VERSION = '3.0.1'
6
6
  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.0.0
4
+ version: 3.0.1
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-07 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-cloudformation
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.19'
20
- type: :development
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.36'
34
- type: :development
34
+ type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -45,7 +45,7 @@ dependencies:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0.3'
48
- type: :development
48
+ type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements: