rexle-builder 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
- checksums.yaml.gz.sig +0 -0
- data/lib/rexle-builder.rb +9 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff62c53e5a7dd2775aa78650ebdc6bafeec01f666af4c0f88cd4ea85ddc407d2
|
|
4
|
+
data.tar.gz: b2b64bb339c75f2082d3be69675c4e9bf871df5a4b2d0aaf1dca4c2a1fe1c9c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd689817a5975e66798398cfb361dba7d25cef704c97078c4a23f00b8cfb1fd6915172a809cc692bf7b3983372bbb9c722bb870bc2d2e6382f35736cb1ade03b
|
|
7
|
+
data.tar.gz: 47707186dbe3b2bf49b26418f2c44a0ad30dfd3bee5c5814a36e21d2956355b7e18016330ce77b80271f10efeb608153f67b7bf4339cd64ba33a99d8f356e061
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rexle-builder.rb
CHANGED
|
@@ -103,7 +103,15 @@ class RexleBuilder
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
return r if r == @a.first
|
|
106
|
-
|
|
106
|
+
|
|
107
|
+
if r.is_a? Array then
|
|
108
|
+
|
|
109
|
+
# only concat if r contains raw Rexle elements.
|
|
110
|
+
if r.all? {|field, attributes, value| attributes.is_a? Hash} then
|
|
111
|
+
@current_a.concat r
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
end
|
|
107
115
|
puts '@current_a ' + @current_a.inspect if @debug
|
|
108
116
|
@current_a = prev_a
|
|
109
117
|
return @a.first
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rexle-builder
|
|
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
|
- James Robertson
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
w7Z+7EzJFzhHpXYm4QBYR+qb81pB/ZX0LWtVs/2jjCWoCOOdIuH/jh+DzQk4Qhby
|
|
37
37
|
R02xW5SGXEOiylE3Q9SDqGfvomcQ8ENDYts=
|
|
38
38
|
-----END CERTIFICATE-----
|
|
39
|
-
date: 2022-07-
|
|
39
|
+
date: 2022-07-31 00:00:00.000000000 Z
|
|
40
40
|
dependencies: []
|
|
41
41
|
description:
|
|
42
42
|
email: digital.robertson@gmail.com
|
metadata.gz.sig
CHANGED
|
Binary file
|