cfn-model 0.4.9 → 0.4.10
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c089863c5c9e11cb014b5c63d0b2679593caa25a2a60fc9419b5215356a0cb60
|
|
4
|
+
data.tar.gz: 65e910edbff02b96379561bd26c1b76828fe6873a62afba1f27d0d18e2889c7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ddf94a2fbfcf43a150147169098317e5543f2771db85650f15e9d1fd6d51dd547a677f2dfc0f91ca3a5896339753b577d968f63081b306cf2c197479b53c030
|
|
7
|
+
data.tar.gz: fa04319246c65e18e4ea40f55c9811d5b4f44df7fb46a476acc93f2c9777af0414f759a7688aa93fb7b7e8441f793023642a45176ea24ba63eb40f098b7c688f
|
|
@@ -12,7 +12,7 @@ class ToRubyWithLineNumbers < Psych::Visitors::ToRuby
|
|
|
12
12
|
# This is the important bit. If the value is a scalar,
|
|
13
13
|
# we replace it with the desired hash.
|
|
14
14
|
if v.is_a?(::Psych::Nodes::Scalar) && key == 'Type'
|
|
15
|
-
val = {
|
|
15
|
+
val = { 'value' => val, 'line' => line }
|
|
16
16
|
end
|
|
17
17
|
|
|
18
18
|
hash[key] = val
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfn-model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Kascic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
150
|
rubyforge_project:
|
|
151
|
-
rubygems_version: 2.7.6
|
|
151
|
+
rubygems_version: 2.7.6.2
|
|
152
152
|
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: cfn-model
|