humidifier 1.0.1 → 1.0.2
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/lib/humidifier/loader.rb +1 -4
- data/lib/humidifier/version.rb +1 -1
- metadata +2 -4
- data/specs/CloudFormationResourceSpecification.json +0 -14794
- data/specs/fixer.rb +0 -53
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc024d416fc66a08a5be7bb17a94aa48f5a471ec
|
|
4
|
+
data.tar.gz: 5ec4b0079e44ce9e150271b260a18737c948f779
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0485b689d81522537469dbd86e0f4365f140d252f5d93b8d8ee154d2d676eb4abc0e60e5b2707ce9cb90b55386c75fbbdddb878b0cba81e1a661a514abeb2d9d
|
|
7
|
+
data.tar.gz: 9555a089f69cf7933bad2428b850488775962674fc7f94e30244f0c4e1e5dd5d687a781f71ea79c64028db5c3add77c4f03857702189c605a7dfb6e5fd36ee20
|
data/lib/humidifier/loader.rb
CHANGED
|
@@ -9,10 +9,7 @@ module Humidifier
|
|
|
9
9
|
# Reads the specs/CloudFormationResourceSpecification.json file and load each resource as a class
|
|
10
10
|
class Loader
|
|
11
11
|
# The path to the specification file
|
|
12
|
-
SPECPATH = File.expand_path(
|
|
13
|
-
File.join('..', '..', '..', 'specs', 'CloudFormationResourceSpecification.json'),
|
|
14
|
-
__FILE__
|
|
15
|
-
)
|
|
12
|
+
SPECPATH = File.expand_path(File.join('..', '..', '..', 'CloudFormationResourceSpecification.json'), __FILE__)
|
|
16
13
|
|
|
17
14
|
# Handles searching the PropertyTypes specifications for a specific resource type
|
|
18
15
|
class StructureContainer
|
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: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Localytics
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -183,8 +183,6 @@ files:
|
|
|
183
183
|
- lib/humidifier/stack.rb
|
|
184
184
|
- lib/humidifier/utils.rb
|
|
185
185
|
- lib/humidifier/version.rb
|
|
186
|
-
- specs/CloudFormationResourceSpecification.json
|
|
187
|
-
- specs/fixer.rb
|
|
188
186
|
homepage: https://github.com/localytics/humidifier
|
|
189
187
|
licenses:
|
|
190
188
|
- MIT
|