humidifier 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CloudFormationResourceSpecification.json +2988 -28
- data/LICENSE +1 -1
- data/README.md +3 -3
- data/lib/humidifier/version.rb +1 -1
- metadata +5 -5
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2016-2019
|
3
|
+
Copyright (c) 2016-2019 Kevin Deisz
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Humidifier
|
2
2
|
|
3
|
-
[![Build Status](https://travis-ci.
|
3
|
+
[![Build Status](https://travis-ci.com/kddeisz/humidifier.svg?branch=master)](https://travis-ci.com/kddeisz/humidifier)
|
4
4
|
[![Gem Version](https://img.shields.io/gem/v/humidifier.svg?maxAge=3600)](https://rubygems.org/gems/humidifier)
|
5
5
|
|
6
6
|
Humidifier is a ruby tool for managing [AWS CloudFormation](https://aws.amazon.com/cloudformation/) stacks. You can use it to build and manage stacks programmatically or you can use it as a command line tool to manage stacks through configuration files.
|
@@ -190,7 +190,7 @@ AdminUser:
|
|
190
190
|
- Administration
|
191
191
|
```
|
192
192
|
|
193
|
-
The top-level keys are the logical resource names that will be displayed in the CloudFormation screen. They point to a map of key/value pairs that will be passed on to `humidifier`. Any `humidifier` (and therefore any CloudFormation) attribute may be specified. For more information on CloudFormation templates and which attributes may be specified, see both the [`humidifier` docs](http://
|
193
|
+
The top-level keys are the logical resource names that will be displayed in the CloudFormation screen. They point to a map of key/value pairs that will be passed on to `humidifier`. Any `humidifier` (and therefore any CloudFormation) attribute may be specified. For more information on CloudFormation templates and which attributes may be specified, see both the [`humidifier` docs](http://kddeisz.github.io/humidifier) and the [CloudFormation docs](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-guide.html).
|
194
194
|
|
195
195
|
### Mappers
|
196
196
|
|
@@ -397,7 +397,7 @@ The specs pulled from the CFN docs is saved to `CloudFormationResourceSpecificat
|
|
397
397
|
|
398
398
|
### Contributing
|
399
399
|
|
400
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
400
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kddeisz/humidifier.
|
401
401
|
|
402
402
|
### License
|
403
403
|
|
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: 3.
|
4
|
+
version: 3.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Kevin Deisz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-cloudformation
|
@@ -195,7 +195,7 @@ dependencies:
|
|
195
195
|
description: Programmatically generate and manage AWS CloudFormation templates, stacks,
|
196
196
|
and change sets.
|
197
197
|
email:
|
198
|
-
-
|
198
|
+
- kevin.deisz@gmail.com
|
199
199
|
executables: []
|
200
200
|
extensions: []
|
201
201
|
extra_rdoc_files: []
|
@@ -221,7 +221,7 @@ files:
|
|
221
221
|
- lib/humidifier/serializer.rb
|
222
222
|
- lib/humidifier/stack.rb
|
223
223
|
- lib/humidifier/version.rb
|
224
|
-
homepage: https://github.com/
|
224
|
+
homepage: https://github.com/kddeisz/humidifier
|
225
225
|
licenses:
|
226
226
|
- MIT
|
227
227
|
metadata: {}
|