bsb 1.2.1 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.release-please-manifest.json +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +14 -0
- data/README.md +14 -2
- data/config/bsb_bank_list.json +2 -2
- data/config/bsb_db.json +1997 -1196
- 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: 7b9e3b0d50d28e7e884be954ceee77fe8a9fcbf9f01ba9055c4d154022d05ebd
|
4
|
+
data.tar.gz: 8e30c410bdedf0d2a106c970e22c0c2c407cd72cc73504875069b69a920ca967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8651a418893b86bc583638192badeffd41722cc6c874d2479211de184c6332e48e174f5dc732f1470bfe45e4f0ffdbbf4aedc2a39ddfc5d20cc3321c5021a71
|
7
|
+
data.tar.gz: 50df402c6c9e5bd559eb3e6b9731249551f0bc029ff132c1faca17ba9705af5a41c4b600fe40e449aeb8c3784be1ef79d738fa9de7be5cc16ab32c45d65d5d13
|
@@ -1 +1 @@
|
|
1
|
-
{".":"1.2.
|
1
|
+
{".":"1.2.3"}
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.2.3](https://github.com/coinjar/bsb/compare/v1.2.2...v1.2.3) (2024-10-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* October 2024 update ([#62](https://github.com/coinjar/bsb/issues/62)) ([3235425](https://github.com/coinjar/bsb/commit/32354256ec645a384432a200d7183e9cbb2eda2c))
|
9
|
+
|
10
|
+
## [1.2.2](https://github.com/coinjar/bsb/compare/v1.2.1...v1.2.2) (2024-09-02)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* Sep 2024 update, FTP updates retired. ([#59](https://github.com/coinjar/bsb/issues/59)) ([16082c8](https://github.com/coinjar/bsb/commit/16082c8a2c9d60f92e3566d29b4dc6c98745e21e))
|
16
|
+
|
3
17
|
## [1.2.1](https://github.com/coinjar/bsb/compare/v1.2.0...v1.2.1) (2024-07-08)
|
4
18
|
|
5
19
|
|
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": "Suncorp
|
109
|
-
"66": "SUN Suncorp
|
108
|
+
"48": "Norfina Limited (trading as Suncorp Bank)",
|
109
|
+
"66": "SUN Norfina Limited (trading as Suncorp Bank)",
|
110
110
|
"943": "Taiwan Business Bank, Sydney Branch",
|
111
111
|
"812": "Teachers Mutual Bank Limited",
|
112
112
|
"946": "UBS AG, Australia Branch",
|