infopark_fiona_connector 7.0.1.5.2.3.rc5 → 7.0.1.5.2.3.rc6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_connector/attr_dict.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d2f5d6b03ef4e90f5c8b0996e9b4d218c72a6e46b9df10e2683d4b6eccaef10
|
4
|
+
data.tar.gz: 3308e856e9ca771a9c8309aa7b6f9267aa1eddb1a95d74f2d4ef111fdcd09b42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad9e583de75147206cce3b55d8a2629e5fe42372b404f29989bb7c628cedd7538a58aa557f6c01a1e6153ce8bc61eefa22c3dc8ed24f2bebd1c4be1f76679969
|
7
|
+
data.tar.gz: 10f68bd8b65cac1cb19a0120c357a24fdbe6f0c26cfb5258b51574f26e2d4b7334f6bde3a7a8d66830dcfbecc8eb83b09c3aa8d43f7f7c68125542901453c21f
|
@@ -134,7 +134,7 @@ module RailsConnector
|
|
134
134
|
|
135
135
|
def has_attribute(key)
|
136
136
|
key = key.to_sym
|
137
|
-
return true if
|
137
|
+
return true if object.class::PREDEFINED_ATTRIBUTES.include?(key.to_s)
|
138
138
|
|
139
139
|
blob_dict.key?(key) || attr_defs.key?(key) || class_defined_attributes.key?(key)
|
140
140
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_fiona_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.1.5.2.3.
|
4
|
+
version: 7.0.1.5.2.3.rc6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infopark AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|