bsb 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70032a54326865c9a00f5a288bd4db61f534188924bc1a5a746cbd5d95096e55
4
- data.tar.gz: 179ba394a0f647dab92b4bea224b8631d035f6793739a3238ff2a69d6a1f64fb
3
+ metadata.gz: ba3c4cf0f10d80ff78f0cab29efbf2f63097864dd28bb234e91aa98568fba669
4
+ data.tar.gz: 71ef9a2299b7404f2464a2991d02947bfcfc0fdae987225ed4db72a010ab8fbe
5
5
  SHA512:
6
- metadata.gz: e0a9e20be0d7acd6e0747f99039c9d724b06e3c0ab123462201b2fe61a24938c73a2e5f9e4498520a962ad632502f11c589f94a4bbe9e99b79f7d02b6dfccd65
7
- data.tar.gz: b8c7d02a72edd522b8fddd745a6b8e0b9477c1b881578dda43c8285c3d922eebbd93a72e0eb57bf17f6aa5a2a388d3aa6e1a71bb71998ad23d9f146356ea451e
6
+ metadata.gz: c9c800365734fd78d22da296b7023d6bc6996f344fa494b1e726c35e88aac347c86c6756f45abad4a1b51ed3ce1daa5b6eae768aee420b1a9e85a2b3b250b4b0
7
+ data.tar.gz: ac19ee796f8685d5b2c442423a5ddf5472dd3ab6e1116d9aa5dc2b8c423ccaa39f75dbb7e656a417e6822187cdbe7e465bd5646777043614feed207f9555d96c
@@ -8,7 +8,7 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- ruby: [ '2.7', '3.1' ]
11
+ ruby: [ '2.7', '3.1', '3.2' ]
12
12
 
13
13
  steps:
14
14
  - uses: actions/checkout@v2
@@ -1 +1 @@
1
- {".":"1.1.2"}
1
+ {".":"1.1.4"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.4](https://github.com/coinjar/bsb/compare/v1.1.3...v1.1.4) (2023-11-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 2023-11-09 periodic update of config/*.json database files. ([#37](https://github.com/coinjar/bsb/issues/37)) ([5a5da1b](https://github.com/coinjar/bsb/commit/5a5da1b99914e661047dd13ded5fde8ed60c5307))
9
+
10
+ ## [1.1.3](https://github.com/coinjar/bsb/compare/v1.1.2...v1.1.3) (2023-07-07)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 2023-07-01 periodic update of config/*.json database files. ([#34](https://github.com/coinjar/bsb/issues/34)) ([8aad693](https://github.com/coinjar/bsb/commit/8aad6938d6c20274c9a10f55cace9add80c4e992))
16
+
3
17
  ## [1.1.2](https://github.com/coinjar/bsb/compare/v1.1.1...v1.1.2) (2023-04-30)
4
18
 
5
19
 
data/Gemfile CHANGED
@@ -4,3 +4,8 @@ source 'https://rubygems.org'
4
4
 
5
5
  # Specify your gem's dependencies in bsb.gemspec
6
6
  gemspec
7
+
8
+ gem 'bundler', '~> 2.0'
9
+ gem 'net-ftp', '~> 0.1.3'
10
+ gem 'rake', '~> 13.0'
11
+ gem 'rubocop', '~> 1.26'
data/Rakefile CHANGED
@@ -16,5 +16,5 @@ require 'rubocop/rake_task'
16
16
  RuboCop::RakeTask.new
17
17
 
18
18
  desc 'Run tests'
19
- task default: :'rubocop:auto_correct'
19
+ task default: :'rubocop:autocorrect_all'
20
20
  task default: :test
data/bsb.gemspec CHANGED
@@ -20,10 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.required_ruby_version = '>= 2.7.0'
22
22
 
23
- spec.add_development_dependency 'bundler', '~> 2.0'
24
- spec.add_development_dependency 'net-ftp', '~> 0.1.3'
25
- spec.add_development_dependency 'rake', '~> 13.0'
26
- spec.add_development_dependency 'rubocop', '~> 1.26'
27
23
  spec.add_dependency 'activemodel'
28
24
 
29
25
  # N.B. needed for periodic auto update of database.
@@ -23,6 +23,7 @@
23
23
  "29": "MUFG Bank, Ltd.",
24
24
  "325": "Beyond Bank Australia Limited",
25
25
  "942": "Bank of Sydney Ltd",
26
+ "252": "BC Payments Australia Pty Ltd",
26
27
  "633": "Bendigo and Adelaide Bank Limited",
27
28
  "610": "ADL Adelaide Bank (a division of Bendigo and Adelaide Bank Limited)",
28
29
  "22": "BNP Paribas",
@@ -56,10 +57,10 @@
56
57
  "636": "Cuscal Limited",
57
58
  "638": "Heritage and People's Choice Limited",
58
59
  "880": "Heritage and People's Choice Limited",
59
- "721": "Holiday Coast (now known as Regional Australia Bank Ltd)",
60
60
  "985": "Hongkong & Shanghai Banking Corporation Limited (The), Australian Branch",
61
61
  "34": "HSBC Bank Australia Limited",
62
62
  "640": "Hume Bank Limited",
63
+ "688": "International Bank of Australia Pty Limited",
63
64
  "641": "IMB Ltd",
64
65
  "647": "IMB Ltd",
65
66
  "824": "STH IMB Ltd",
@@ -67,6 +68,7 @@
67
68
  "819": "Industrial and Commercial Bank of China Limited",
68
69
  "923": "ING Bank (Australia) Limited (trading as ING)",
69
70
  "936": "ING Bank, NV (Sydney Branch)",
71
+ "690": "Islamic Bank Australia Pty Ltd",
70
72
  "21": "JP Morgan Chase Bank, National Association",
71
73
  "725": "Judo Bank Pty Ltd",
72
74
  "323": "KEB Hana Bank",
@@ -90,6 +92,7 @@
90
92
  "514": "Members Banking Group Limited Trading as RACQ Bank",
91
93
  "724": "Railways Credit Union Limited t/a MOVE Bank",
92
94
  "932": "Regional Australia Bank Limited",
95
+ "721": "Regional Australia Bank Limited",
93
96
  "09": "Reserve Bank of Australia",
94
97
  "655": "MyState Bank Limited",
95
98
  "43": "Standard Chartered Bank, Australia Branch",