bsb 1.1.0 → 1.1.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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/config/bsb_bank_list.json +2 -2
- data/config/bsb_db.json +846 -774
- data/lib/bsb/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: 07043df4dd6809567ad5f651cdd3f5677ec7c79e82b562027720c6f1da2b96dc
|
|
4
|
+
data.tar.gz: d1c50bda36e37fd9a42b288ce2dc17c46b765f31cd253609c7e807412ff1b39a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64994aaab39376801cf26534fe54965469c8b9b37764f9275d03627ace5291f627d35ab857a5ded42e0904e62b9b6611af066794ff538cb3984e14caf58d97d4
|
|
7
|
+
data.tar.gz: 4a8354a8e70dbf48d5e8334daf3a99a120d70307189eb0776f4f792afe0a2607bfac40bf84a1695bd5c7ec14178c39522b155ced0c894e58b27d623aaec6d9cd
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{".":"1.1.
|
|
1
|
+
{".":"1.1.1"}
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.1](https://github.com/coinjar/bsb/compare/v1.1.0...v1.1.1) (2023-02-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 2023-02-07 periodic update of config/*.json database files. ([#30](https://github.com/coinjar/bsb/issues/30)) ([98115d3](https://github.com/coinjar/bsb/commit/98115d3e48efa658b18d3b2b620376cfd1f2d691))
|
|
9
|
+
|
|
3
10
|
## [1.1.0](https://github.com/coinjar/bsb/compare/v1.0.1...v1.1.0) (2022-12-08)
|
|
4
11
|
|
|
5
12
|
|
data/config/bsb_bank_list.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"633": "Bendigo and Adelaide Bank Limited",
|
|
27
27
|
"610": "ADL Adelaide Bank (a division of Bendigo and Adelaide Bank Limited)",
|
|
28
28
|
"22": "BNP Paribas",
|
|
29
|
-
"255": "BNP Paribas Securities Services",
|
|
29
|
+
"255": "BPS BNP Paribas Securities Services",
|
|
30
30
|
"813": "Capricornian Ltd (The)",
|
|
31
31
|
"888": "China Construction Bank Corporation, Sydney Branch",
|
|
32
32
|
"512": "Community First Credit Union Limited",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"42": "TBT Commonwealth Bank of Australia",
|
|
40
40
|
"52": "TBT Commonwealth Bank of Australia",
|
|
41
41
|
"814": "Credit Union Australia Ltd (trading as Great Southern Bank)",
|
|
42
|
-
"834": "Credit Union Australia Ltd (trading as Great Southern Bank)",
|
|
42
|
+
"834": "GSB Credit Union Australia Ltd (trading as Great Southern Bank)",
|
|
43
43
|
"80": "Cuscal Limited",
|
|
44
44
|
"889": "DBS Bank Ltd. (Australia Branch)",
|
|
45
45
|
"41": "Deutsche Bank Aktiengesellschaft",
|