recordx 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/recordx.rb +4 -1
- 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: 918fa7b4af8c1c9290f4ec35b90ebe918a579f40d34c335deb5ff36a5146308c
|
4
|
+
data.tar.gz: f245347dde3b832eb8c0813e3cd428ec1c4617c7a09fb8319792c72bbc01da2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c823724e96d1221f93a3ec8cb5848868685730cdc52ed53d0ac5597958cc0e9cc5ea8e8fce722264a60d026467098a3a6c4870fc7da46f56566183bf84929756
|
7
|
+
data.tar.gz: f1bc3e5d9eaf39ba67a3de185a82e7806cfe17f46720aaa31b3a6a588d5be71dc053f8c48a57d77fb5ea6e9a20988fa6683cec1a61e5298814a58828de75933f
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/recordx.rb
CHANGED
@@ -101,7 +101,7 @@ class RecordX
|
|
101
101
|
puts 'inside to_kvx' if @debug
|
102
102
|
kvx = Kvx.new(@h.to_h)
|
103
103
|
|
104
|
-
if @callerx then
|
104
|
+
if @callerx and @callerx.summary[:recordx_type] then
|
105
105
|
summary_fields = @callerx.summary.keys - [:recordx_type, \
|
106
106
|
:format_mask, :schema, :default_key]
|
107
107
|
summary_fields.each {|field| kvx.summary[field] = @callerx.summary[field] }
|
@@ -156,6 +156,9 @@ class RecordX
|
|
156
156
|
self.instance_eval %Q{
|
157
157
|
|
158
158
|
def #{name}=(s)
|
159
|
+
|
160
|
+
puts 'inside #{name} assignment' if @debug
|
161
|
+
|
159
162
|
@#{name} = s.to_s
|
160
163
|
unless @h[:#{name}] == s.to_s then
|
161
164
|
@h[:#{name}] = s.to_s
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recordx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
EIi/XV4rQZuQex22BSKqX+7yWSGbOtHhEDLjsIiI0ekaUbHr3diiVoyvqoVRuBIF
|
36
36
|
p3MTPyzuloAgdm0fePPKwi7V
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2018-
|
38
|
+
date: 2018-10-02 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rexle
|
metadata.gz.sig
CHANGED
Binary file
|