humidifier 1.0.4 → 1.0.5

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: 36ed4a6fdf007d1c6ce0f0d97b1f3ef546172f7b
4
- data.tar.gz: 79e72d7f64e10c9555b9fcba32bc0cffe14a188b
3
+ metadata.gz: a87d6a8c680083d829f61fdbe36d81906621678b
4
+ data.tar.gz: 662a02218ada43bc9ea0df34d5e1f86970037e79
5
5
  SHA512:
6
- metadata.gz: fd226833c8efb7a79070687245d16257e6ed607407d7ecabe59b337bcedb246995a1b71bdb8c269b232c00923f837591191a259df93e54891246f2e7d5442f66
7
- data.tar.gz: 37168fff0c35a0bb22c31ee049e4dd7b957c0eb0b54d32cd61b3c15ac14a80554ec3e521c59512f78898177fa94c137b934cef0b6f612bc3e4c8de77c9127e11
6
+ metadata.gz: baf5e27e50335016952a6fe66be84d3fab9b3f8d0f50d916f74d971952042bda5ba23f2f6c86d2cf425aa485b1fa094c561a16c34598856abf6df462c213c8df
7
+ data.tar.gz: 53cf909473ebc4574b141837ad01ad843cd94bd4f6b9bbbd2b57f098919d6b3c547998edf5edcad04e0c17a97bb58b05e31a7d888ad1081a9941de5ba13af412
@@ -1891,7 +1891,8 @@
1891
1891
  },
1892
1892
  "AWS::EC2::Instance.NoDevice": {
1893
1893
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-nodevice.html",
1894
- "Properties": {}
1894
+ "Properties": {
1895
+ }
1895
1896
  },
1896
1897
  "AWS::EMR::Cluster.BootstrapActionConfig": {
1897
1898
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-bootstrapactionconfig.html",
@@ -9950,7 +9951,8 @@
9950
9951
  },
9951
9952
  "AWS::CloudFormation::WaitConditionHandle": {
9952
9953
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html",
9953
- "Properties": {}
9954
+ "Properties": {
9955
+ }
9954
9956
  },
9955
9957
  "AWS::Lambda::Version": {
9956
9958
  "Attributes": {
@@ -14071,14 +14073,6 @@
14071
14073
  "AWS::AutoScaling::AutoScalingGroup": {
14072
14074
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html",
14073
14075
  "Properties": {
14074
- "AsTags": {
14075
- "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-tags",
14076
- "DuplicatesAllowed": true,
14077
- "ItemType": "TagProperty",
14078
- "Required": false,
14079
- "Type": "List",
14080
- "UpdateType": "Mutable"
14081
- },
14082
14076
  "AvailabilityZones": {
14083
14077
  "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-availabilityzones",
14084
14078
  "DuplicatesAllowed": true,
@@ -14184,6 +14178,14 @@
14184
14178
  "Required": false,
14185
14179
  "Type": "List",
14186
14180
  "UpdateType": "Mutable"
14181
+ },
14182
+ "Tags": {
14183
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-tags",
14184
+ "DuplicatesAllowed": true,
14185
+ "ItemType": "TagProperty",
14186
+ "Required": false,
14187
+ "Type": "List",
14188
+ "UpdateType": "Mutable"
14187
14189
  }
14188
14190
  }
14189
14191
  },
@@ -1,4 +1,4 @@
1
1
  module Humidifier
2
2
  # Gem version
3
- VERSION = '1.0.4'.freeze
3
+ VERSION = '1.0.5'.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.4
4
+ version: 1.0.5
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-07 00:00:00.000000000 Z
11
+ date: 2016-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler