polyrex 0.9.4 → 0.9.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/polyrex.rb +3 -0
- data.tar.gz.sig +0 -0
- metadata +4 -3
- 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: 482cd7174b16d318bfa9c5f208eeb8a62d8576b7
|
|
4
|
+
data.tar.gz: 6b3e8fc8d9bdfb8dcc5250610b49d4ee256d5756
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85bba67a1b4310facbd3d295713eee5cc316356022a2a90fbbad4f4b204d7b47fd71f21e489545f1036d27a5f11e403ed10a4b4e46979bf729876c56e21ee99d
|
|
7
|
+
data.tar.gz: 415913935b249bba481991bbe4aac1d31448d6687f9afc903fae9d6a87f21b83cbd6655d737380d8a066685a25cac04cb8c6c5d6614fa6699460a536387a7047
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/polyrex.rb
CHANGED
|
@@ -493,7 +493,10 @@ EOF
|
|
|
493
493
|
format_mask = format_mask.sub(/999999999/,' ')
|
|
494
494
|
end
|
|
495
495
|
|
|
496
|
+
schema = "%s[%s]" % [tag_name, @field_names.join(', ')]
|
|
496
497
|
summary.add Rexle::Element.new('format_mask').add_text(format_mask)
|
|
498
|
+
summary.add Rexle::Element.new('schema').add_text(schema)
|
|
499
|
+
summary.add Rexle::Element.new('recordx_type').add_text('polyrex')
|
|
497
500
|
|
|
498
501
|
record.add summary
|
|
499
502
|
child_records = format_line!(x, i+1) #jr071213 unless x.empty?
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polyrex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
wbQnaFmJMPFyXo9Yh/95QJEinnBsM0Yk8nJhmcChjdCpQL5243BjgzVEjHI1Ouxe
|
|
32
32
|
SmUIljyExpxiHQ==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2014-06-
|
|
34
|
+
date: 2014-06-29 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: polyrex-schema
|
|
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
requirements:
|
|
193
193
|
- - ">="
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version:
|
|
195
|
+
version: 2.1.2
|
|
196
196
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
requirements:
|
|
198
198
|
- - ">="
|
|
@@ -205,3 +205,4 @@ signing_key:
|
|
|
205
205
|
specification_version: 4
|
|
206
206
|
summary: polyrex
|
|
207
207
|
test_files: []
|
|
208
|
+
has_rdoc:
|
metadata.gz.sig
CHANGED
|
Binary file
|