bsb 1.2.14 → 1.4.0

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: d44acbef72a66cfbbfbb5a7d00f0661d1f90c811f3460acf4a476fa6ee88cbd8
4
- data.tar.gz: b6f934575025f42a35bdc7a70e5cdaf3f3cb044155f2c7ff24ec1637824009aa
3
+ metadata.gz: bfcd83ae72e85c142fb27d005bf0a22c4d7bb9796887d165391a9743335fe5a8
4
+ data.tar.gz: 527e9f3fff5c790491c2fa106b6f3281fda4ca04b396a049160a44a0ec048a5d
5
5
  SHA512:
6
- metadata.gz: 40fdc7a91da8a4e75d560362817fa09f15010edbff006d319fd8b23cf7e0ba23deb57019de7e19593e664082d21f7df56ede22423e15bf362a54f741c782cf11
7
- data.tar.gz: f289fc218d0e39cb32a8b3ecba8abf133be98469cf416d202c06ef29a5d2c2aee13ed639b7df798f4650ed1728287672bb3f3ac599aa528100b37c5a44843680
6
+ metadata.gz: 073a400c05bdd4f064444aa42674cc76254d7d7f29b7f057ec2d3dd353d00b5cc55739327ac3857c0ab093bf0c3d35762c2aa72ae1450643e3e251de3179f6fd
7
+ data.tar.gz: ec4eca49a2cde99ef451293c6dab911f2d2b16151e2a1cafbc6369a0b30f03492ec06cd2dc35c6fb030bd3576ba54bdb9b49724f8e4f736b2c98c6885a1e041f
@@ -8,7 +8,7 @@ jobs:
8
8
 
9
9
  strategy:
10
10
  matrix:
11
- ruby: [ '3.0', '3.1', '3.2', '3.3' ]
11
+ ruby: [ '3.2', '3.3', '3.4' ]
12
12
 
13
13
  steps:
14
14
  - uses: actions/checkout@v2
@@ -3,7 +3,7 @@ name: Publish Gem
3
3
  on:
4
4
  workflow_dispatch:
5
5
  release:
6
- types: [released]
6
+ types: [published, created]
7
7
 
8
8
  jobs:
9
9
  publish:
@@ -1 +1 @@
1
- {".":"1.2.14"}
1
+ {".":"1.4.0"}
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.0](https://github.com/coinjar/bsb/compare/v1.3.0...v1.4.0) (2025-06-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * add ruby 3.4 support ([#98](https://github.com/coinjar/bsb/issues/98)) ([02dd9a3](https://github.com/coinjar/bsb/commit/02dd9a39948edeefb7c1a868de8a34598789f094))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update BSB Database ([#100](https://github.com/coinjar/bsb/issues/100)) ([393880a](https://github.com/coinjar/bsb/commit/393880a7f97889ec0d5cc5aa523aa30af638f03e))
14
+
15
+ ## [1.3.0](https://github.com/coinjar/bsb/compare/v1.2.14...v1.3.0) (2025-05-12)
16
+
17
+
18
+ ### Features
19
+
20
+ * Use AusPayNet v2 BSBQuery API ([#91](https://github.com/coinjar/bsb/issues/91)) ([a082e7a](https://github.com/coinjar/bsb/commit/a082e7a1ba470282629435adb3f9478861121e2b))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * restore published release trigger for workflow ([#96](https://github.com/coinjar/bsb/issues/96)) ([baf2cd0](https://github.com/coinjar/bsb/commit/baf2cd0e73a94292a9f55d25735d692dda1dce4e))
26
+ * Update BSB Database ([#95](https://github.com/coinjar/bsb/issues/95)) ([f9ff594](https://github.com/coinjar/bsb/commit/f9ff594d5a6b73c72d6aca59e9b02604e045187e))
27
+ * Update BSB Database ([#97](https://github.com/coinjar/bsb/issues/97)) ([831ef29](https://github.com/coinjar/bsb/commit/831ef29d6e98751d23c7148660f2b57507fcbffa))
28
+
3
29
  ## [1.2.14](https://github.com/coinjar/bsb/compare/v1.2.13...v1.2.14) (2025-04-02)
4
30
 
5
31
 
data/Gemfile CHANGED
@@ -6,6 +6,7 @@ source 'https://rubygems.org'
6
6
  gemspec
7
7
 
8
8
  gem 'bundler', '~> 2.0'
9
+ gem 'csv'
9
10
  gem 'faraday'
10
11
  gem 'minitest-stub-const'
11
12
  gem 'net-ftp', '~> 0.1.3'