nordigen-ruby 2.2.0 → 2.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +4 -0
- data/lib/nordigen_ruby/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22a7d331fb9b8836c3c8f4d35e70cf10e23913ba5904a97bf42c13938dff6726
|
4
|
+
data.tar.gz: 20a5436d8d2fc903842432a448eb8257194a13efaa9e5efb7ce1fffd001d3d7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd35510923f352f67b8d5c8adeb2e72ade35b17d5283999455c386dbf6270081d72b97a6e01ee59fa122835662b82da9160b9bf97134cb5eaca43ea01dce1f8c
|
7
|
+
data.tar.gz: 6014fc0b474f6408de3778ab1417d92301865fe0af8050dd2a60ab59d7a390c2f78804db5646c05efaf9804ca06819121e62a4c0a2206213be2c5923958a9482
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Nordigen Ruby Library
|
2
2
|
|
3
|
+
### ⚠️ Notice
|
4
|
+
Please be advised that the Bank Account Data libraries are no longer actively updated or maintained. While these libraries may still function, GoCardless will not provide further updates, bug fixes, or support for them.
|
5
|
+
#
|
6
|
+
|
3
7
|
This is official Ruby client library for [GoCardless Bank Account Data](https://gocardless.com/bank-account-data/).
|
4
8
|
|
5
9
|
For a full list of endpoints and arguments, see the [docs](https://developer.gocardless.com/bank-account-data/quick-start-guide).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nordigen-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nordigen Solutions
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: '0'
|
74
74
|
requirements: []
|
75
|
-
rubygems_version: 3.
|
75
|
+
rubygems_version: 3.2.15
|
76
76
|
signing_key:
|
77
77
|
specification_version: 4
|
78
78
|
summary: Nordigen client for Ruby
|