humidifier 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8a64c55e4e9c9fdc076bb2ec71dad4bf7f60241
4
- data.tar.gz: 42cfd5bcf641945161e1a16a5bf96690b8c688a9
3
+ metadata.gz: fc024d416fc66a08a5be7bb17a94aa48f5a471ec
4
+ data.tar.gz: 5ec4b0079e44ce9e150271b260a18737c948f779
5
5
  SHA512:
6
- metadata.gz: 11498817bb831f1b46051070d61d7e490a6a6b740056cf5f9d30e6afdad60074293e7edc0f087fa33b0f0d1374bc859354fa4087d91ba2b94a6e56078fa28404
7
- data.tar.gz: 569720f962ac403ba3608fd6f360dbcdcce04e2c837af528f9ef745fee19581d7c440948aba8c9b87a0914f28826a9acb6419c274818a2202ed4ce592806cb3f
6
+ metadata.gz: 0485b689d81522537469dbd86e0f4365f140d252f5d93b8d8ee154d2d676eb4abc0e60e5b2707ce9cb90b55386c75fbbdddb878b0cba81e1a661a514abeb2d9d
7
+ data.tar.gz: 9555a089f69cf7933bad2428b850488775962674fc7f94e30244f0c4e1e5dd5d687a781f71ea79c64028db5c3add77c4f03857702189c605a7dfb6e5fd36ee20
@@ -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
@@ -1,4 +1,4 @@
1
1
  module Humidifier
2
2
  # Gem version
3
- VERSION = '1.0.1'.freeze
3
+ VERSION = '1.0.2'.freeze
4
4
  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: 1.0.1
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-05 00:00:00.000000000 Z
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