dynarex 1.7.4 → 1.7.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 +1 -1
- data.tar.gz.sig +0 -0
- data/lib/dynarex.rb +2 -2
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b8943166b68d545c2d810b1fe87487a3e7ee292
|
|
4
|
+
data.tar.gz: f74f23770ef9c48b0cb99433d93b929aaf939730
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40eac8e1f172a9b4754b821eebde8d6a249cdb61fde2bb13146a37e5882e486282c81b2de3f31e28252fb6c832f6478c6b31c0da8f75628d2348f785a85ad2d0
|
|
7
|
+
data.tar.gz: fd86b76c18e299bad8e2ecfc3c3ce846fd7ff0221c9b277037ae52b32996559783d7d8d93b5a3092c1e57790cee668db1c4ddfab2280f83374ef8aa5978b6c2c
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
�^1��8hӜ�77��.����cЌe�(�u��P8��#D����C���J����{^�y!��_�i&�G����7�eCR�v8�:����)��B���^:�Pc0�s�/���/`� /��͙&� �`l�U� ����n=�ܢc��3,?!s/κs�;�r^�5��Ê-��~�����(F6A�y��)b��/������[s�z�%�9�>6��#�7�%hĕSq�'�0$��X�B�
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/dynarex.rb
CHANGED
|
@@ -362,10 +362,10 @@ EOF
|
|
|
362
362
|
raw_buffer, type = RXFHelper.read(x)
|
|
363
363
|
|
|
364
364
|
if raw_buffer.is_a? String then
|
|
365
|
-
buffer = raw_buffer.clone
|
|
366
|
-
buffer = yield if block_given?
|
|
367
365
|
|
|
366
|
+
buffer = block_given? ? yield(raw_buffer) : raw_buffer.clone
|
|
368
367
|
string_parse buffer
|
|
368
|
+
|
|
369
369
|
else
|
|
370
370
|
foreign_import x
|
|
371
371
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
nP4bxzo6o8Qw40KPcv/n3Vcx8tV8hUOOe4XkImYbeWst9hbbHfbg8daipgkn9NEu
|
|
32
32
|
YXuVi+EfN14P6g==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-
|
|
34
|
+
date: 2016-06-11 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex-import
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
version: '0.6'
|
|
83
83
|
- - ">="
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: 0.6.
|
|
85
|
+
version: 0.6.7
|
|
86
86
|
type: :runtime
|
|
87
87
|
prerelease: false
|
|
88
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -92,7 +92,7 @@ dependencies:
|
|
|
92
92
|
version: '0.6'
|
|
93
93
|
- - ">="
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 0.6.
|
|
95
|
+
version: 0.6.7
|
|
96
96
|
- !ruby/object:Gem::Dependency
|
|
97
97
|
name: dynarex-xslt
|
|
98
98
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|