humidifier 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/humidifier/sdk_payload.rb +1 -1
- data/lib/humidifier/version.rb +1 -1
- 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: d716040551e5dd98dd1657c49c871709abb6010f
|
|
4
|
+
data.tar.gz: 7eb4eb76f74e949faa9c2ce27bc09163a10ed6b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e66af527ba0c4944b3a87762f12bbf247bc669bba102bb5218df1dfd0252ab82b9aaa745dc086899b656af99c9a750fd9b54d3fd489f64233cef7558a461b58f
|
|
7
|
+
data.tar.gz: 2fe7e60900b53baa175f3299929035622416d267d39543d4fcf24285235c576cf1ce3f6be5ef430ee263c5194920bd01448b1895bebd609ed64ef423c692cbaa
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/localytics/humidifier)
|
|
4
4
|
[](https://coveralls.io/github/localytics/humidifier?branch=master)
|
|
5
|
-
[](https://rubygems.org/gems/humidifier)
|
|
6
6
|
|
|
7
7
|
Humidifier allows you to build AWS CloudFormation (CFN) templates programmatically. CFN stacks and resources are represented as Ruby objects with accessors for all their supported properties. Stacks and resources have `to_cf` methods that allow you to quickly inspect what will be uploaded.
|
|
8
8
|
|
data/lib/humidifier/version.rb
CHANGED
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: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Localytics
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|