bsb 1.2.1 → 1.2.2
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/.ruby-version +1 -1
- data/CHANGELOG.md +7 -0
- data/README.md +14 -2
- data/config/bsb_bank_list.json +2 -2
- data/config/bsb_db.json +1365 -1257
- data/lib/bsb/bank_list_generator.rb +1 -3
- data/lib/bsb/base_generator.rb +0 -6
- data/lib/bsb/database_generator.rb +1 -3
- data/lib/bsb/version.rb +1 -1
- data/lib/tasks/bsb_tasks.rake +3 -14
- metadata +3 -5
- data/.github/workflows/update-database.yml +0 -30
- data/lib/auspaynet/client.rb +0 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 214d9a6b93608b500baec3151d82e438758c5b1b14f9bdd65a6621940bf3bdf0
|
4
|
+
data.tar.gz: fffb6ef349493235f06c21764d254ef8d4973c7a79be61e9338a4da3dacb8b46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8e2750a4235bfdebb0e655581deff3aaaf2a15c282dea86b3a2ace57305a61daa84e97c7a344b27334c9c9ea84c30d0955ad33355ef3f7515e5fafa46ded765
|
7
|
+
data.tar.gz: 4d7f56c2114b72fe3db819c1bff5754c292b5025bbef8a90a4fa0607c74760805045796ec4fcf7aecc8ee23efc4edb586c0b8bc968119bd7a4fbbb917ec5c566
|
@@ -1 +1 @@
|
|
1
|
-
{".":"1.2.
|
1
|
+
{".":"1.2.2"}
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.2.2](https://github.com/coinjar/bsb/compare/v1.2.1...v1.2.2) (2024-09-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* Sep 2024 update, FTP updates retired. ([#59](https://github.com/coinjar/bsb/issues/59)) ([16082c8](https://github.com/coinjar/bsb/commit/16082c8a2c9d60f92e3566d29b4dc6c98745e21e))
|
9
|
+
|
3
10
|
## [1.2.1](https://github.com/coinjar/bsb/compare/v1.2.0...v1.2.1) (2024-07-08)
|
4
11
|
|
5
12
|
|
data/README.md
CHANGED
@@ -63,14 +63,26 @@ Included in this gem is also a set of Rake tasks to generate the JSON-formatted
|
|
63
63
|
|
64
64
|
Two data sources are used:
|
65
65
|
|
66
|
-
* APCA BSB directory (Updated
|
66
|
+
* APCA BSB directory (Updated monthly. This gem will track the changes and push gem updates as frequently as my time allows.)
|
67
67
|
* APCA Key to Abbreviations and BSB Number (No regular updates)
|
68
68
|
|
69
69
|
Other formats of APCA BSB data is available from http://bsb.apca.com.au.
|
70
70
|
|
71
71
|
## Update source
|
72
72
|
|
73
|
-
|
73
|
+
At the moment BSB data is a manual download from the Auspaynet site [here](https://bsb.auspaynet.com.au/).
|
74
|
+
|
75
|
+
You will need to download two files, place them in `tmp/`:
|
76
|
+
- `Reference Documents` button > `Key to Abbreviations and BSB Number` in CSV format.
|
77
|
+
- `Download BSB Files` button > `BSB Directory (Full Version)` in TEXT format.
|
78
|
+
|
79
|
+
Run the sync task with the files to complete sync of the latest data:
|
80
|
+
|
81
|
+
```sh
|
82
|
+
rake bsb:sync['tmp/key to abbreviations and bsb numbers (august 2024).csv','tmp/BSBDirectoryAug24-341.txt']
|
83
|
+
```
|
84
|
+
|
85
|
+
Browse the list of database changes, make a few queries on the website to ensure the results are the same.
|
74
86
|
|
75
87
|
## Contributing
|
76
88
|
|
data/config/bsb_bank_list.json
CHANGED
@@ -105,8 +105,8 @@
|
|
105
105
|
"911": "Sumitomo Mitsui Banking Corporation",
|
106
106
|
"728": "Summerland Financial Servces Limited (Trading as Summerland Bank)",
|
107
107
|
"825": "Australian Unity Bank Limited",
|
108
|
-
"48": "
|
109
|
-
"66": "SUN
|
108
|
+
"48": "Norfina Limited",
|
109
|
+
"66": "SUN Norfina Limited",
|
110
110
|
"943": "Taiwan Business Bank, Sydney Branch",
|
111
111
|
"812": "Teachers Mutual Bank Limited",
|
112
112
|
"946": "UBS AG, Australia Branch",
|