dynarex 1.2.91 → 1.2.92
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.tar.gz.sig +4 -3
- data/lib/dynarex.rb +8 -1
- 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: b826ec5a88fcc605331535040ce52e117e9c90f2
|
|
4
|
+
data.tar.gz: fe04243255b2f4a48919ebdd0247d99dd027b024
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f09961ff295768f93d754896addec707616629f0f4953a07bd14e99f107617a0841b19fe69eb52933c08e00a99b26c1c15215447070e726bf8b75b64e4d985
|
|
7
|
+
data.tar.gz: ec7c88c6acfc14378895b52ba23e1a44770ca8cc98444725b3228c8dcde88fcbe806674becccc25614bff84a33f27e5f4d1d4e0c5c94e618ceb058c0278eabfc
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
~�DtT�`K8zG�)S>�i�!�
|
|
2
|
+
�H��9@����fYYZ
|
|
3
|
+
������oV�t��$�y����M0��?@�A�84,���+[�'}q\����QlM���4˭���o�)"ߐB;�0����,_���a6�c���������vH��f0�Yjz����
|
|
4
|
+
}^�0�_���`o�b����9�E{��Ĝ���������Lc�7ǂ�RI�+�O�ۧ ���@r�j��,��m!ܴMZY �Iiz'�
|
data/lib/dynarex.rb
CHANGED
|
@@ -744,10 +744,17 @@ EOF
|
|
|
744
744
|
end
|
|
745
745
|
end
|
|
746
746
|
|
|
747
|
+
a2.compact!
|
|
748
|
+
|
|
747
749
|
# if there is no field value for the first field then
|
|
748
750
|
# the default_key is invalid. The default_key is changed to an ID.
|
|
749
751
|
if a2.detect {|x| x.first == ''} then
|
|
750
752
|
add_id(a2)
|
|
753
|
+
else
|
|
754
|
+
|
|
755
|
+
a3 = a2.map(&:first)
|
|
756
|
+
add_id(a2) if a3 != a3.uniq
|
|
757
|
+
|
|
751
758
|
end
|
|
752
759
|
|
|
753
760
|
a2
|
|
@@ -1014,4 +1021,4 @@ XSL
|
|
|
1014
1021
|
end
|
|
1015
1022
|
end
|
|
1016
1023
|
|
|
1017
|
-
end
|
|
1024
|
+
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.2.
|
|
4
|
+
version: 1.2.92
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
SLshUY2PSjSnVYx3Gln9vzST8CSTQPZbVpDfzbTqqAZnzqhIe2UaLbzGCMoz8kbw
|
|
32
32
|
jQ7NXbu03ZrsvQ==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2014-
|
|
34
|
+
date: 2014-08-30 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rexle
|
|
@@ -272,7 +272,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
272
272
|
requirements:
|
|
273
273
|
- - ">="
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
|
-
version:
|
|
275
|
+
version: 2.1.2
|
|
276
276
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
277
277
|
requirements:
|
|
278
278
|
- - ">="
|
|
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
280
280
|
version: '0'
|
|
281
281
|
requirements: []
|
|
282
282
|
rubyforge_project:
|
|
283
|
-
rubygems_version: 2.2.
|
|
283
|
+
rubygems_version: 2.2.0
|
|
284
284
|
signing_key:
|
|
285
285
|
specification_version: 4
|
|
286
286
|
summary: The Dynarex gem can create, read, update or delete rows of Dynarex flavoured
|
metadata.gz.sig
CHANGED
|
Binary file
|