unit_ruby_sdk 1.4.0 → 1.4.1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df5a4efb60db31300ed70cb4eedceacec6d4f3bce65d12e28910a0f517db3ca1
|
4
|
+
data.tar.gz: 801e78e6690bfce9dbb9b63ffc8e2c550c7e67e0bd3c98a2386c585638c8738a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d16bad981bd793c30dc65c48a29de5c90761e6d53cb3ed6ff9c6123979d67dec85e78dcda4b4543ae8450dddf3dcb411d586e90f7a246669d7d1211b1eda7d1
|
7
|
+
data.tar.gz: 79133e87aec32e42f8150a39e2f334b00830f7edc85331a87b711a5e42204d712392fb4b6d7495c58f82a63923e8203ee4359e121efc146bfc8e863716ca0c1f
|
@@ -84,7 +84,7 @@ module Unit
|
|
84
84
|
website: website,
|
85
85
|
tags: tags,
|
86
86
|
idempotency_key: idempotency_key,
|
87
|
-
|
87
|
+
deviceFingerprints: device_fingerprints,
|
88
88
|
annual_revenue: annual_revenue,
|
89
89
|
number_of_employees: number_of_employees,
|
90
90
|
cashFlow: cash_flow,
|
@@ -77,7 +77,7 @@ module Unit
|
|
77
77
|
soleProprietorship: sole_proprietorship,
|
78
78
|
passport: passport,
|
79
79
|
nationality: nationality,
|
80
|
-
|
80
|
+
deviceFingerprints: device_fingerprints,
|
81
81
|
idempotencyKey: idempotency_key,
|
82
82
|
tags: tags,
|
83
83
|
jwtSubject: jwt_subject,
|
data/lib/unit/version.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unit_ruby_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Unit
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-08-08 00:00:00.000000000 Z
|
@@ -283,7 +283,7 @@ homepage: https://github.com/unit-finance/unit-ruby-sdk
|
|
283
283
|
licenses:
|
284
284
|
- Mozilla Public License 2.0
|
285
285
|
metadata: {}
|
286
|
-
post_install_message:
|
286
|
+
post_install_message:
|
287
287
|
rdoc_options: []
|
288
288
|
require_paths:
|
289
289
|
- lib
|
@@ -298,8 +298,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
298
|
- !ruby/object:Gem::Version
|
299
299
|
version: '0'
|
300
300
|
requirements: []
|
301
|
-
rubygems_version: 3.
|
302
|
-
signing_key:
|
301
|
+
rubygems_version: 3.0.3.1
|
302
|
+
signing_key:
|
303
303
|
specification_version: 4
|
304
304
|
summary: This library provides a Ruby wrapper to http://unit.co API. See https://docs.unit.co/
|
305
305
|
test_files: []
|