humidifier 1.0.4 → 1.0.5
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/CloudFormationResourceSpecification.json +12 -10
- 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: a87d6a8c680083d829f61fdbe36d81906621678b
|
|
4
|
+
data.tar.gz: 662a02218ada43bc9ea0df34d5e1f86970037e79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
},
|
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.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-
|
|
11
|
+
date: 2016-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|