bsb 1.4.10 → 1.5.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: f3df2ae056b6afa0ca1c81a793d679d4038d5f1462474465b7332bea4a3bd0de
4
- data.tar.gz: 3539924ab94e4e5d3e855e1b4c73bd8ffba5d865df2b0b8ee0ed494f3a8cdcd1
3
+ metadata.gz: 235006f1a2f3a418aedda3c61d2b847c803335b7fffa01ae591108b0d8923da9
4
+ data.tar.gz: be35889ee65deb944a1bb52942e9eef190239a91712d81866d81abb97db87d0c
5
5
  SHA512:
6
- metadata.gz: 6327f712bfafc72b25d443ed5dada1feb78c780709f6488eb3e3d768b5b4573f37d301ca68788a081798767c6e11e481821ae7a51fbbf77d8f58d6406d42745b
7
- data.tar.gz: 86be0b373bb921e7727033b856c258ec4d4f54f37ab591bb6bdab251f00d1af49b0f70bb7d5b46a4f1cce2c3079e829a50372cd0aa3fae3f1fa7bcddcd22304d
6
+ metadata.gz: 48b4ee9e14be99fe3862245598aa74162754fdf82d499c31068ca31f74ec3746b69370af85c078652d6c500e813c15b56e7bffdba486c6655cb24060bb306249
7
+ data.tar.gz: c93a93d570173e81a13e44252a20ba5554746aa32d9b5eebf23774fbf086d76169efef7ca1c900895dde69a94a3ca3c446ba31240b70c78df80dfdd7ece5d733
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "github-actions" # See documentation for possible values
4
+ directory: "/" # Location of package manifests
5
+ schedule:
6
+ interval: "monthly"
@@ -8,10 +8,10 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- ruby: [ '3.2', '3.3', '3.4' ]
11
+ ruby: [ '3.3', '3.4', '4.0' ]
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v7
15
15
  - uses: ruby/setup-ruby@v1
16
16
  with:
17
17
  ruby-version: ${{ matrix.ruby }}
@@ -10,7 +10,7 @@ jobs:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
12
  - name: Checkout
13
- uses: actions/checkout@v4
13
+ uses: actions/checkout@v7
14
14
 
15
15
  - name: Set up Ruby
16
16
  uses: ruby/setup-ruby@v1
@@ -13,7 +13,7 @@ jobs:
13
13
  release-please:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: googleapis/release-please-action@v4
16
+ - uses: googleapis/release-please-action@v5
17
17
  id: release
18
18
  with:
19
19
  target-branch: master
@@ -12,7 +12,7 @@ jobs:
12
12
  AUSPAYNET_SUB_KEY: ${{secrets.AUSPAYNET_SUB_KEY}}
13
13
  steps:
14
14
  - name: Checkout
15
- uses: actions/checkout@v4
15
+ uses: actions/checkout@v7
16
16
 
17
17
  - name: Setup Ruby
18
18
  uses: ruby/setup-ruby@v1
@@ -32,7 +32,7 @@ jobs:
32
32
  run: rm -f config/latest_update.json && rm -f ./tmp/key.csv
33
33
 
34
34
  - name: Create Pull Request
35
- uses: peter-evans/create-pull-request@v7
35
+ uses: peter-evans/create-pull-request@v8
36
36
  with:
37
37
  branch: update-bsb-db
38
38
  title: "fix: Update BSB Database"
@@ -1 +1 @@
1
- {".":"1.4.10"}
1
+ {".":"1.5.1"}
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.0
2
+ TargetRubyVersion: 3.3
3
3
  NewCops: enable
4
4
  SuggestExtensions: false
5
5
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.1](https://github.com/coinjar/bsb/compare/v1.5.0...v1.5.1) (2026-07-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Update BSB Database ([#140](https://github.com/coinjar/bsb/issues/140)) ([189c9ba](https://github.com/coinjar/bsb/commit/189c9babc7b1e6f8ce35fb431ec74a1db003bf3e))
9
+
10
+ ## [1.5.0](https://github.com/coinjar/bsb/compare/v1.4.11...v1.5.0) (2026-06-01)
11
+
12
+
13
+ ### Features
14
+
15
+ * Add Ruby 4.0 support ([#131](https://github.com/coinjar/bsb/issues/131)) ([6e684bc](https://github.com/coinjar/bsb/commit/6e684bc378ab0640810678a96241401d2ccf1f52))
16
+ * Remove Ruby 3.2 support (EOL) ([#127](https://github.com/coinjar/bsb/issues/127)) ([08556c4](https://github.com/coinjar/bsb/commit/08556c4dad8d0746b471142c14f914d6ec3229e6))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Update BSB Database ([#139](https://github.com/coinjar/bsb/issues/139)) ([1cd15da](https://github.com/coinjar/bsb/commit/1cd15dac148529bdfe3f56296cc83bfaa6226ee7))
22
+
23
+ ## [1.4.11](https://github.com/coinjar/bsb/compare/v1.4.10...v1.4.11) (2026-05-05)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * Add minitest/mock as its own gem, for minitest 6+ ([#128](https://github.com/coinjar/bsb/issues/128)) ([31fcf2b](https://github.com/coinjar/bsb/commit/31fcf2bb2d44052e74099e261d68a5a5f102b29e))
29
+ * Update BSB Database ([#126](https://github.com/coinjar/bsb/issues/126)) ([2a58a66](https://github.com/coinjar/bsb/commit/2a58a66e13046eeca0543eca1297910f42cdf1a2))
30
+
3
31
  ## [1.4.10](https://github.com/coinjar/bsb/compare/v1.4.9...v1.4.10) (2026-02-19)
4
32
 
5
33
 
data/Gemfile CHANGED
@@ -5,12 +5,13 @@ source 'https://rubygems.org'
5
5
  # Specify your gem's dependencies in bsb.gemspec
6
6
  gemspec
7
7
 
8
- gem 'bundler', '~> 2.0'
8
+ gem 'bundler'
9
9
  gem 'csv'
10
10
  gem 'faraday'
11
+ gem 'minitest-mock'
11
12
  gem 'minitest-stub-const'
12
13
  gem 'rake', '~> 13.0'
13
14
  gem 'rubocop'
14
15
  gem 'vcr'
15
16
 
16
- gem 'faraday-follow_redirects', '~> 0.4.0'
17
+ gem 'faraday-follow_redirects', '~> 0.5.0'
data/bsb.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ['lib']
20
20
 
21
- spec.required_ruby_version = '>= 3.0.0'
21
+ spec.required_ruby_version = '>= 3.3.0'
22
22
 
23
23
  spec.add_dependency 'activemodel'
24
24
 
@@ -21,7 +21,7 @@
21
21
  "633": "Bendigo and Adelaide Bank Limited",
22
22
  "980": "Bank of China (Australia) Limited",
23
23
  "533": "Police & Nurses Limited",
24
- "252": "BC Payments Australia Pty Ltd",
24
+ "252": "Australian Settlements Limited (trading as Banking Circle)",
25
25
  "55": "Bank of Melbourne (a division of Westpac Banking Corp)",
26
26
  "369": "BNK Banking Corporation Ltd ",
27
27
  "585": "Bano Pty Ltd",
@@ -29,7 +29,7 @@
29
29
  "35": "Bank of China",
30
30
  "19": "Bank of Melbourne (a division of Westpac Banking Corp)",
31
31
  "29": "MUFG Bank, Ltd.",
32
- "255": "BNP Paribas Securities Services",
32
+ "255": "BNP Paribas",
33
33
  "12": "Bank of Queensland Limited",
34
34
  "10": "BankSA (a division of Westpac Banking Corp)",
35
35
  "26": "Bankers Trust Australia (a division of Westpac Banking Corp)",
@@ -50,20 +50,22 @@
50
50
  "818": "Bank of Communications Co., Ltd Sydney Branch",
51
51
  "80": "Cuscal Limited",
52
52
  "855": "Credit Union SA Ltd",
53
- "40": "Colonial State Bank",
53
+ "40": "Commonwealth Bank of Australia",
54
54
  "24": "Citibank N.A.",
55
55
  "814": "Credit Union Australia Ltd (trading as Great Southern Bank)",
56
- "70": "Indue Ltd",
56
+ "70": "Indue Ltd (a division of Cuscal Limited)",
57
57
  "41": "Deutsche Bank Aktiengesellschaft",
58
58
  "833": "Defence Bank Limited",
59
59
  "889": "DBS Bank Ltd. (Australia Branch)",
60
60
  "823": "Australian Mutual Bank Limited",
61
+ "560": "Ebury Partners Australia Pty Ltd",
61
62
  "850": "Paynow Technology Pty Ltd",
62
63
  "370": "Flash Partners Pty Ltd",
64
+ "392": "Fat Zebra Pty Ltd",
63
65
  "630": "Greater Bank (a division of Newcastle Greater Mutual Group Ltd)",
64
66
  "637": "Greater Bank (a division of Newcastle Greater Mutual Group Ltd)",
65
67
  "680": "Greater Bank (a division of Newcastle Greater Mutual Group Ltd)",
66
- "659": "G&C Mutual Bank Limited",
68
+ "659": "Unity Bank Limited",
67
69
  "936": "ING Bank, NV (Sydney Branch)",
68
70
  "820": "Global Payments Australia 1 Pty Ltd",
69
71
  "834": "Credit Union Australia Ltd (trading as Great Southern Bank)",
@@ -92,14 +94,14 @@
92
94
  "18": "Macquarie Bank Limited",
93
95
  "918": "Mizuho Bank, Ltd",
94
96
  "944": "Bank of Queensland Limited",
95
- "48": "Norfina Limited",
97
+ "48": "Norfina Limited (trading as Suncorp Bank)",
96
98
  "646": "Maitland Mutual Limited trading as The Mutual Bank",
97
99
  "882": "Unity Bank Limited",
98
100
  "257": "Monoova Payments Pty Ltd",
99
101
  "969": "Tyro Payments Limited",
100
102
  "08": "National Australia Bank Limited",
101
103
  "650": "Newcastle Greater Mutual Group Ltd",
102
- "20": "Northern Trust Company, The",
104
+ "020": "Northern Trust Company, The",
103
105
  "45": "Oversea-Chinese Banking Corporation Limited",
104
106
  "311": "in1bank Limited",
105
107
  "815": "Police Bank Ltd (trading as Police Bank)",
@@ -120,19 +122,18 @@
120
122
  "728": "Summerland Financial Servces Limited (Trading as Summerland Bank)",
121
123
  "611": "Australian Mutual Bank Limited",
122
124
  "33": "St.George Bank (a division of Westpac Banking Corp)",
123
- "635": "Australian Settlements Limited",
124
- "825": "Australian Unity Bank Limited",
125
+ "635": "Australian Settlements Limited (trading as Banking Circle)",
126
+ "825": "Bank Australia Limited",
125
127
  "911": "Sumitomo Mitsui Banking Corporation",
126
128
  "722": "Southern Cross Credit Union Ltd",
127
129
  "840": "Zepto Payments Pty Ltd",
128
130
  "913": "State Street Bank and Trust Company",
129
131
  "11": "St.George Bank (a division of Westpac Banking Corp) ",
130
132
  "824": "IMB Ltd",
131
- "66": "Norfina Limited",
132
133
  "15": "Town & Country Bank (a division of Australia & New Zealand Banking Group Limited)",
133
134
  "943": "Taiwan Business Bank, Sydney Branch",
134
- "42": "Colonial Trust Bank",
135
- "52": "Colonial Trust Bank",
135
+ "42": "Commonwealth Bank of Australia",
136
+ "52": "Commonwealth Bank of Australia",
136
137
  "812": "Teachers Mutual Bank Limited",
137
138
  "946": "UBS AG, Australia Branch",
138
139
  "634": "Uniting Financial Services",