creditsafe_connect 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/creditsafe/models/report.rb +2 -1
- data/lib/creditsafe/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: 508967cce2fd60c4b4431e9986389dc8b1db37594892429abe1fa13137476796
|
4
|
+
data.tar.gz: 15c66e37187d756d36a80aed455d07cb9429d363bd1669de1ae1bf53224d5a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4aa880b3c84b52bda796acede7dd3096981903282ac2ff5d2a3709294eaa751fcc59b4034d8a20f726e6229cdc878b14c96603fbb027b9174616dc35c44bc65d
|
7
|
+
data.tar.gz: d0b2a54e047bd25f1cea80f06b6241bf64bb3543800cc672952407e2c60110f9b63974dc9dd54cad8b74d1a53c2d706e4afb2bb57b803e320145c68ca3b6a4d7
|
data/Gemfile.lock
CHANGED
@@ -15,7 +15,8 @@ module Creditsafe
|
|
15
15
|
:share_capital_structure, :directors, :directorships,
|
16
16
|
:financial_statements, :local_financial_statements,
|
17
17
|
:payment_data, :payment_data_extra,
|
18
|
-
:negative_information, :additional_information
|
18
|
+
:negative_information, :additional_information,
|
19
|
+
:other_information
|
19
20
|
|
20
21
|
def self.build(json:)
|
21
22
|
super.tap do |record|
|
data/lib/creditsafe/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creditsafe_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nenad Petronijevic
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|