finrb 0.1.11 → 0.1.12

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/README.md +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70ffddb4fc39b755fea5fc6999eb3b25d9da39f1384f84d21d2a1dd34d2e89b3
4
- data.tar.gz: a34054fe375454259ccee5f5ac7cf46f12d67705301c0eba88b44c649bbf8046
3
+ metadata.gz: 312d19ce29f9c0fc5cb7efca39d9cd6ef9ceedec77e9432f817c1b639a4a7c47
4
+ data.tar.gz: 46901c63d6c174af45186020bdcc0727ec7cc5e2cf138b38fec43ba1bbb5e90c
5
5
  SHA512:
6
- metadata.gz: a7695ba1956716fd1e592ccbb01f4b0b45fba4ea7d4b3369d6fc8598070ccf3efeab66207ba1368d881453e21d3cdc6a2f9627bcc410d7345041c042b4cb3b1e
7
- data.tar.gz: 664c65612915fd5319e844097ad328b95b7605204140f90eb5eb8773123602ff0fee536a87650d20d6fabc8dd57b02f549fabbb8bcc9fc2511d12a3726270da2
6
+ metadata.gz: 59c3c4c172cfd860f28afbaa07d294c7bef5d3f7a71020ddbb05ef4cefc0acac7cebc385f88efb5e0d9d7a12fedd45437c54c6fdd2234acfe1e5f5b7f9701ed9
7
+ data.tar.gz: 3889d3561dc138d16f9696dc7850a3c5f55803c4f1ff17d98be962d82778e365df9ebd5d4c84cc2ec49e9e562e44d947553a7839e194c1dd7225d23e72b702dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # finrb changelog
2
2
 
3
+ ## 0.1.12
4
+
5
+ - bump gem versions
6
+ - rm ruby 3.2 support, set 3.3 as minimum
7
+
3
8
  ## 0.1.11
4
9
 
5
10
  - fix activesupport configurable deprecation (thanks to @schinery)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # finrb
2
2
 
3
- [![CI](https://github.com/ncs1/finrb/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ncs1/finrb/actions/workflows/ci.yml)
3
+ [![CI](https://github.com/ncs1/finrb/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ncs1/finrb/actions/workflows/ci.yml)
4
4
  [![CodeQL](https://github.com/ncs1/finrb/actions/workflows/codeql.yml/badge.svg)](https://github.com/ncs1/finrb/actions/workflows/codeql.yml)
5
5
  [![RuboCop](https://github.com/ncs1/finrb/actions/workflows/rubocop.yml/badge.svg)](https://github.com/ncs1/finrb/actions/workflows/rubocop.yml)
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nadir Cohen
@@ -256,7 +256,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
256
256
  requirements:
257
257
  - - ">="
258
258
  - !ruby/object:Gem::Version
259
- version: '3.2'
259
+ version: '3.3'
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  requirements:
262
262
  - - ">="