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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cc679a1295d1bf93f8b99c868fce7dedc384b22
4
- data.tar.gz: e611419e1736b5e2b648c0d4bfef2214cddaf1c1
3
+ metadata.gz: f7a13ab0ad288c702f2f5a1c24f686c0bcea8ce6
4
+ data.tar.gz: cc8762cd9d9701340ae1c1f59e2d7250464d162f
5
5
  SHA512:
6
- metadata.gz: 6b019b7a8acc18c742719c1c1804b45a5f207a939d33f7d94616f5d9aafdd30bf5a2a9d3987746a91373432fb5edbf944b3e7775c8250d6647ffe05456463494
7
- data.tar.gz: 8d4281c2386d63aecc1857bf71c94826814ee9b3e9ca882d372d4ba157517f446add48f19177c0f2169aecf4c640988ed62ccb05be65fd7e8734a2f539fc7547
6
+ metadata.gz: 746952640cfc38ffa597c75227f9233d36cce8782a41ecf8f82d726896fe6e95c18692d2ef5091f246d6a5294eea65e2a047b633cb3feb128bf2f32c37a1c15a
7
+ data.tar.gz: 673e591e2cf98021ff8eae91e9675a20a200d0845e6c2589b904e9d4278fc309c4c8e92220d11591026e6354ba0e774c27b0183fe658846865e2f8b034069346
@@ -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 each while until).include? node[@type]
113
+ if %i(if unless case).include? node[@type]
114
114
  node[@children].each do |array|
115
115
  process_definitions[array]
116
116
  end
@@ -1,4 +1,4 @@
1
1
  # @Opulent
2
2
  module Opulent
3
- VERSION = '1.6.6'
3
+ VERSION = '1.6.7'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opulent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Grozav