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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb16f59ed87fb2220099fe05f84162a86ff79099fc37ce06b76d7e669b5aa084
4
- data.tar.gz: f1984c8aefbc45e4b395abab5aa7434c647831b0b9655ca2b5d773416c1bf7ff
3
+ metadata.gz: 508967cce2fd60c4b4431e9986389dc8b1db37594892429abe1fa13137476796
4
+ data.tar.gz: 15c66e37187d756d36a80aed455d07cb9429d363bd1669de1ae1bf53224d5a27
5
5
  SHA512:
6
- metadata.gz: 3204bb3c5e770a147d16fee5eea484ce48531fa542e545f8a2ca576b3dc618872ca09fe1b11c3bfe95627f4be43a55e58494e41da0228ac3145e4d5fe6efeaf5
7
- data.tar.gz: 1fc49f98d4df1c75972265cae5dd5b2e8205d1f03bd9b71d8f0137b553f9c7567b2bb19e859235ca9a233dabd7857912cb1cd4dcc897827fc35c648641af4d47
6
+ metadata.gz: 4aa880b3c84b52bda796acede7dd3096981903282ac2ff5d2a3709294eaa751fcc59b4034d8a20f726e6229cdc878b14c96603fbb027b9174616dc35c44bc65d
7
+ data.tar.gz: d0b2a54e047bd25f1cea80f06b6241bf64bb3543800cc672952407e2c60110f9b63974dc9dd54cad8b74d1a53c2d706e4afb2bb57b803e320145c68ca3b6a4d7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- creditsafe_connect (0.1.1)
4
+ creditsafe_connect (0.1.2)
5
5
  faraday (~> 0.15)
6
6
  faraday_middleware (~> 0.12)
7
7
  faraday_middleware-multi_json (~> 0.0.6)
@@ -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|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Creditsafe
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
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.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: 2020-10-23 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday