opulent 1.6.6 → 1.6.7
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/opulent/parser.rb +1 -1
- data/lib/opulent/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7a13ab0ad288c702f2f5a1c24f686c0bcea8ce6
|
|
4
|
+
data.tar.gz: cc8762cd9d9701340ae1c1f59e2d7250464d162f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 746952640cfc38ffa597c75227f9233d36cce8782a41ecf8f82d726896fe6e95c18692d2ef5091f246d6a5294eea65e2a047b633cb3feb128bf2f32c37a1c15a
|
|
7
|
+
data.tar.gz: 673e591e2cf98021ff8eae91e9675a20a200d0845e6c2589b904e9d4278fc309c4c8e92220d11591026e6354ba0e774c27b0183fe658846865e2f8b034069346
|
data/lib/opulent/parser.rb
CHANGED
|
@@ -110,7 +110,7 @@ module Opulent
|
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
# Apply definitions to each case of the control node
|
|
113
|
-
if %i(if unless case
|
|
113
|
+
if %i(if unless case).include? node[@type]
|
|
114
114
|
node[@children].each do |array|
|
|
115
115
|
process_definitions[array]
|
|
116
116
|
end
|
data/lib/opulent/version.rb
CHANGED