sqlcached_client 0.2.1 → 0.2.2
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
- data/lib/sqlcached_client/entity.rb +2 -1
- data/lib/sqlcached_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 617a449187167d44ecc8a667a2841b0ba25ce0b6
|
|
4
|
+
data.tar.gz: ad82ef582e07aeda8bab9dcd423d13ba1988dcdc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9cb119d6762b46262e0ab22ef5e824d701b7fc37e0ff147cb39ac9e8970fa0141f3035ce5f3a25cb4bfc671f07033840caa52da6dbe5716d6530bafc1df0266
|
|
7
|
+
data.tar.gz: a4f9a9e9a8b449e65c8b7dd8adcef1dd44da0ce347d4d30775f0e78fd6111b3bf620c775bc2187f25c813da1284bf55d376fa7a3afaba9232f518936ee834350
|
|
@@ -223,12 +223,13 @@ module SqlcachedClient
|
|
|
223
223
|
parent.registered_associations[index].join_attributes.map do |j_attr|
|
|
224
224
|
[ j_attr[0], {
|
|
225
225
|
value: j_attr[1],
|
|
226
|
-
type:
|
|
226
|
+
type: begin
|
|
227
227
|
if entity.join_constant_value?(j_attr[1])
|
|
228
228
|
'constant'
|
|
229
229
|
else
|
|
230
230
|
'parent_attribute'
|
|
231
231
|
end
|
|
232
|
+
end
|
|
232
233
|
} ]
|
|
233
234
|
end
|
|
234
235
|
]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sqlcached_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roberto Maestroni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
version: '0'
|
|
153
153
|
requirements: []
|
|
154
154
|
rubyforge_project:
|
|
155
|
-
rubygems_version: 2.
|
|
155
|
+
rubygems_version: 2.4.8
|
|
156
156
|
signing_key:
|
|
157
157
|
specification_version: 4
|
|
158
158
|
summary: A Ruby client for sqlcached
|