bsb 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/gem-push.yml +45 -0
- data/Gemfile.lock +9 -9
- data/config/bsb_bank_list.json +1 -1
- data/config/bsb_db.json +1 -1
- data/lib/bsb/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbca2f65ec5597295c275560864949082e9979fff33cb01345aa67e69809041d
|
4
|
+
data.tar.gz: f1ad45d05c75bd9195339646f1ecf4bce6a299fbfb947948c68bee046605a8bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0220c49f22ea6be66ac3bfeac2955a7786b553d017092f2264dce3e2cfebf4e665694ecedcce8169f3c8826d14a48b1fd121b97f19874b05ace1df3aefad21e3
|
7
|
+
data.tar.gz: 3388949f0cc49c8fc3a15173cf85688ab8b5c36f5222c7b14b9b7bf197714b97c813899e42a45f70a768c9234dcc3d6af042e0cf23916cff24dc4d847b8958be
|
@@ -0,0 +1,45 @@
|
|
1
|
+
name: Ruby Gem
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
branches: [ master ]
|
6
|
+
pull_request:
|
7
|
+
branches: [ master ]
|
8
|
+
|
9
|
+
jobs:
|
10
|
+
build:
|
11
|
+
name: Build + Publish
|
12
|
+
runs-on: ubuntu-latest
|
13
|
+
permissions:
|
14
|
+
contents: read
|
15
|
+
packages: write
|
16
|
+
|
17
|
+
steps:
|
18
|
+
- uses: actions/checkout@v3
|
19
|
+
- name: Set up Ruby 2.6
|
20
|
+
uses: actions/setup-ruby@v1
|
21
|
+
with:
|
22
|
+
ruby-version: 2.6.x
|
23
|
+
|
24
|
+
- name: Publish to GPR
|
25
|
+
run: |
|
26
|
+
mkdir -p $HOME/.gem
|
27
|
+
touch $HOME/.gem/credentials
|
28
|
+
chmod 0600 $HOME/.gem/credentials
|
29
|
+
printf -- "---\n:github: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
|
30
|
+
gem build *.gemspec
|
31
|
+
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
|
32
|
+
env:
|
33
|
+
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
|
34
|
+
OWNER: ${{ github.repository_owner }}
|
35
|
+
|
36
|
+
- name: Publish to RubyGems
|
37
|
+
run: |
|
38
|
+
mkdir -p $HOME/.gem
|
39
|
+
touch $HOME/.gem/credentials
|
40
|
+
chmod 0600 $HOME/.gem/credentials
|
41
|
+
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
|
42
|
+
gem build *.gemspec
|
43
|
+
gem push *.gem
|
44
|
+
env:
|
45
|
+
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
|
data/Gemfile.lock
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bsb (0.0.
|
4
|
+
bsb (0.0.15)
|
5
5
|
activemodel
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (6.1.
|
11
|
-
activesupport (= 6.1.
|
12
|
-
activesupport (6.1.
|
10
|
+
activemodel (6.1.6)
|
11
|
+
activesupport (= 6.1.6)
|
12
|
+
activesupport (6.1.6)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 1.6, < 2)
|
15
15
|
minitest (>= 5.1)
|
16
16
|
tzinfo (~> 2.0)
|
17
17
|
zeitwerk (~> 2.3)
|
18
|
-
concurrent-ruby (1.1.
|
19
|
-
i18n (1.
|
18
|
+
concurrent-ruby (1.1.10)
|
19
|
+
i18n (1.10.0)
|
20
20
|
concurrent-ruby (~> 1.0)
|
21
|
-
minitest (5.
|
21
|
+
minitest (5.15.0)
|
22
22
|
rake (13.0.1)
|
23
23
|
tzinfo (2.0.4)
|
24
24
|
concurrent-ruby (~> 1.0)
|
25
|
-
zeitwerk (2.4
|
25
|
+
zeitwerk (2.5.4)
|
26
26
|
|
27
27
|
PLATFORMS
|
28
28
|
ruby
|
@@ -33,4 +33,4 @@ DEPENDENCIES
|
|
33
33
|
rake (~> 13.0)
|
34
34
|
|
35
35
|
BUNDLED WITH
|
36
|
-
2.
|
36
|
+
2.3.7
|
data/config/bsb_bank_list.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"642":"Australian Military Bank Limited","939":"AMP Bank Limited","917":"Arab Bank Australia Limited","01":"Australia & New Zealand Banking Group Limited","15":"T&C Town & Country Bank (a division of Australia & New Zealand Banking Group Limited)","90":"Australia Post (Money Orders)","57":"Australian Settlements Limited","259":"
|
1
|
+
{"642":"Australian Military Bank Limited","939":"AMP Bank Limited","917":"Arab Bank Australia Limited","01":"Australia & New Zealand Banking Group Limited","15":"T&C Town & Country Bank (a division of Australia & New Zealand Banking Group Limited)","90":"Australia Post (Money Orders)","57":"Australian Settlements Limited","259":"Alex Bank Pty Ltd","890":"Avenue Bank Ltd","656":"Auswide Bank Ltd","632":"B&E Ltd trading as Bank of Us","23":"Bank of America National Association","35":"Bank of China","980":"Bank of China (Australia) Limited","818":"Bank of Communications Co., Ltd Sydney Branch","941":"Delphi Bank (a division of Bendigo and Adelaide Bank Limited)","12":"Bank of Queensland Limited","639":"HOM Home Building Society (a division of Bank of Queensland Limited)","653":"PPB Pioneer Permanent Building Society (a division of Bank of Queensland Limited)","951":"INV BOQ Specialist (a division of Bank of Queensland Limited)","29":"MUFG Bank, Ltd.","325":"Beyond Bank Australia Limited","942":"Bank of Sydney Ltd","633":"Bendigo and Adelaide Bank Limited","610":"ADL Adelaide Bank (a division of Bendigo and Adelaide Bank Limited)","22":"BNP Paribas","255":"BNP Paribas Securities Services","813":"Capricornian Ltd (The)","888":"China Construction Bank Corporation, Sydney Branch","512":"Community First Credit Union Limited","510":"Citibank N.A.","24":"Citigroup Pty Limited","06":"Commonwealth Bank of Australia","76":"Commonwealth Bank of Australia","30":"BWA Bankwest (a division of Commonwealth Bank of Australia)","40":"CST Commonwealth Bank of Australia","42":"TBT Commonwealth Bank of Australia","52":"TBT Commonwealth Bank of Australia","814":"Credit Union Australia Ltd (trading as Great Southern Bank)","80":"Cuscal Limited","889":"DBS Bank Ltd. (Australia Branch)","41":"Deutsche Bank Aktiengesellschaft","833":"Defence Bank Limited","823":"Australian Mutual Bank Limited","611":"SEL Australian Mutual Bank Limited","676":"Gateway Bank Ltd","659":"G&C Mutual Bank Limited","630":"Greater Bank Ltd","637":"Greater Bank Ltd","680":"Greater Bank Ltd","820":"Global Payments Australia 1 Pty Ltd","636":"Cuscal Limited","638":"Heritage Bank Limited","880":"Heritage Bank Limited","721":"Holiday Coast (now known as Regional Australia Bank Ltd)","985":"Hongkong & Shanghai Banking Corporation Limited (The), Australian Branch","34":"HSBC Bank Australia Limited","640":"Hume Bank Limited","641":"IMB Ltd","647":"IMB Ltd","824":"STH IMB Ltd","70":"Indue Ltd","819":"Industrial and Commercial Bank of China Limited","923":"ING Bank (Australia) Limited (trading as ING)","936":"ING Bank, NV (Sydney Branch)","21":"JP Morgan Chase Bank, National Association","725":"Judo Bank Pty Ltd","323":"KEB Hana Bank","18":"Macquarie Bank Limited","646":"Maitland Mutual Limited trading as The Mutual Bank","882":"Unity Bank Limited","313":"Bank Australia Limited","931":"Mega International Commercial Bank Co, Ltd","944":"Members Equity Bank Limited (a division of Bank of Queensland Limited)","918":"Mizuho Bank, Ltd","645":"Auswide Bank Ltd","969":"Tyro Payments Limited","08":"National Australia Bank Limited","650":"Newcastle Permanent Building Society Ltd","45":"Oversea-Chinese Banking Corporation Limited","311":"in1bank Limited","815":"Police Bank Ltd (trading as Police Bank)","723":"Bank of Heritage Isle, a division of Police Bank Ltd","777":"Police & Nurses Limited","533":"BCC Police & Nurses Limited","14":"Rabobank Australia Limited","654":"Queensland Country Bank Limited","514":"Members Banking Group Limited Trading as RACQ Bank","724":"Railways Credit Union Limited t/a MOVE Bank","932":"Regional Australia Bank Limited","09":"Reserve Bank of Australia","655":"MyState Bank Limited","43":"Standard Chartered Bank, Australia Branch","722":"Southern Cross Credit Union Ltd","840":"Zepto Payments Pty Ltd","913":"State Street Bank and Trust Company","911":"Sumitomo Mitsui Banking Corporation","728":"Summerland Financial Servces Limited (Trading as Summerland Credit Union)","825":"Australian Unity Bank Limited","48":"Suncorp-Metway Limited","66":"SUN Suncorp-Metway Limited","943":"Taiwan Business Bank, Sydney Branch","812":"Teachers Mutual Bank Limited","946":"UBS AG, Australia Branch","922":"United Overseas Bank Limited","634":"Uniting Financial Services","517":"Volt Bank Limited","03":"Westpac Banking Corporation","04":"Westpac Banking Corporation","73":"Westpac Banking Corporation","74":"Westpac Banking Corporation","11":"STG St.George Bank (a division of Westpac Banking Corp) ","10":"BSA BankSA (a division of Westpac Banking Corp)","19":"BOM Bank of Melbourne (a division of Westpac Banking Corp)","26":"BTA Bankers Trust Australia (a division of Westpac Banking Corp)","33":"SGP St.George Bank (a division of Westpac Banking Corp)","46":"ADV Advance Bank Australia (a division of Westpac Banking Corp)","47":"CBL Challenge Bank (a division of Westpac Banking Corp)","55":"BML Bank of Melbourne (a division of Westpac Banking Corp)","817":"Warwick Credit Union Ltd","774":"Wise Australia Pty Ltd","670":"86400 Holdings Pty Ltd (Acquired by NAB)"}
|