fin_it 0.1.3 → 0.1.5

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: 1d9cf21c03d42ead843c59e9722edd1d3b60d295dfc4cd211458baf9cf8be07c
4
- data.tar.gz: 8715e22f9dd4ef2505eafc15c08ec30663d35c1a4c6bfe2b9b9675b6c49d24f6
3
+ metadata.gz: 2c877afed71cffe6d663a443d0a40a7dc821c6dc775fedd0fb8a79d9f1371c17
4
+ data.tar.gz: fa689e8829d60dd38dfb6eac4dcd9acdd73d68b32f6335d9276562edd1f8ac2f
5
5
  SHA512:
6
- metadata.gz: 52951a27c20806290bee0dc75ba9960e5c60bfd819ed6ce635f702c0a591dc277cf2b2ebbcf6657179fd465e3879c3694e162d532a3968bffca340bdaf7e72c9
7
- data.tar.gz: f3e0d985656524031872d4ebf5fcc81c9d546f14caf43300ea0c01a95d4b796a8261805c4ff597b69c1286f7ba67de4fac72d6805b05b1b807412b8aa313d9c5
6
+ metadata.gz: ecce5bfb2e4db85bd339df9c95fd783a221b48c60a2a22a38013147d3aeffc76c009b2cf28d93cf4268610a07a4edb3fb532b051ca05bda0512382eb3964b899
7
+ data.tar.gz: e20b1073953a0b5aecf6212665300421353c466bd56960e4592fe89c6b0e9c3aac581223be20904ffcb1940943b7ff2004fe51fe8ca8500968d8727d03bc422c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.5] - 2026-03-07
4
+
5
+ - Automated patch release from PR #8: chore: trigger release recheck (https://github.com/growth-constant/fin_it/pull/8)
6
+
7
+
8
+ ## [0.1.4] - 2026-03-07
9
+
10
+ - Automated patch release from PR #7: chore: support Ruby >=2.7 (https://github.com/growth-constant/fin_it/pull/7)
11
+
12
+
3
13
  ## [0.1.3] - 2026-03-07
4
14
 
5
15
  - Automated patch release from PR #6: chore: remove unused deps and expand Ruby CI matrix (https://github.com/growth-constant/fin_it/pull/6)
data/CONTRIBUTING.md CHANGED
@@ -26,3 +26,4 @@ bundle exec rake test
26
26
  - It bumps `lib/fin_it/version.rb` automatically.
27
27
  - It updates `CHANGELOG.md` automatically.
28
28
  - It runs `bundle exec rake release` to tag, push, and publish to RubyGems.
29
+
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FinIt
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fin_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buildit
@@ -38,6 +38,26 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '6.16'
41
+ - !ruby/object:Gem::Dependency
42
+ name: activesupport
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '6.1'
48
+ - - "<"
49
+ - !ruby/object:Gem::Version
50
+ version: '7.1'
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '6.1'
58
+ - - "<"
59
+ - !ruby/object:Gem::Version
60
+ version: '7.1'
41
61
  - !ruby/object:Gem::Dependency
42
62
  name: zaxcel
43
63
  requirement: !ruby/object:Gem::Requirement
@@ -207,7 +227,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
227
  requirements:
208
228
  - - ">="
209
229
  - !ruby/object:Gem::Version
210
- version: 3.2.0
230
+ version: 2.7.0
211
231
  required_rubygems_version: !ruby/object:Gem::Requirement
212
232
  requirements:
213
233
  - - ">="