fin_it 0.1.4 → 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: 9a2b368aaa9c8cc27c971753c3e103b761f577da6909283bd961e119488c8dfc
4
- data.tar.gz: 6c1ba969378e1bbbfb85aeca4cbae5930b8434569ad953309654778a0f15c2ca
3
+ metadata.gz: 2c877afed71cffe6d663a443d0a40a7dc821c6dc775fedd0fb8a79d9f1371c17
4
+ data.tar.gz: fa689e8829d60dd38dfb6eac4dcd9acdd73d68b32f6335d9276562edd1f8ac2f
5
5
  SHA512:
6
- metadata.gz: 837cde2bbf84be2ed407ff5c5444e5872a4068e13f0891c24ee4270130ce88177f5c1507bd581a2c5453eaea72eee6d94273c82a6e340918cbe317dd5f17ab56
7
- data.tar.gz: c21558985b4185feb2c972a58fbb755de0f94ac0ae69865ae681dc8b95d3b6d95c30b0be8721051574534f23d56352551aa136d8cf4274946fda2490e5f70c76
6
+ metadata.gz: ecce5bfb2e4db85bd339df9c95fd783a221b48c60a2a22a38013147d3aeffc76c009b2cf28d93cf4268610a07a4edb3fb532b051ca05bda0512382eb3964b899
7
+ data.tar.gz: e20b1073953a0b5aecf6212665300421353c466bd56960e4592fe89c6b0e9c3aac581223be20904ffcb1940943b7ff2004fe51fe8ca8500968d8727d03bc422c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ## [0.1.4] - 2026-03-07
4
9
 
5
10
  - Automated patch release from PR #7: chore: support Ruby >=2.7 (https://github.com/growth-constant/fin_it/pull/7)
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.4"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buildit