calltally 0.3.2 → 0.3.3

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: e11a68e7aacf3dee7cd49cab3de7ce4a10084d7b0dc41486fc02a5a4207a2b7a
4
- data.tar.gz: 6cae950a7bcff1752cef383f4bcf3267f31638cf892916c62ccb3aecbf493e85
3
+ metadata.gz: 84a5c1d77b1ed304538827750d1663b1c902b5fc65f17f75f0f88fd2263f2d3e
4
+ data.tar.gz: 2da6ce855ca8444bc993d84bd6c7e30cdc76c406da58be34de29c3b72e635991
5
5
  SHA512:
6
- metadata.gz: f39e6db2a6b417b77b9890108b1523aa070a4e5e6ebd3594f54ff1c70aad8812163711d137666e59ee9da5ad22676c43600698932b7b79afabefa6768f289723
7
- data.tar.gz: 3a79710e49e5fbb8756b0c1bda47936fa94eb2ce79aceff2e6f0978db40c156a88549a3279d8fd347ad263a4ee35ca583094789e700d40ef7596862855636750
6
+ metadata.gz: ded608fb1a759f063a7a223f6c3a494975c7ad02f0fd481f59bd587f4ffa4746c3b574a3e1d54d8463f9a0267c67a39fa7f34ea3f9f3da7eac73a627d765551e
7
+ data.tar.gz: c74f85a46d04a3f2db687c3f16f552764e24cb888b378e61f5a59769da6c5b18d248a61759c63946a3d09f7dda93fbf9c49e507fa716db65a32549551282ef53
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.3] - 2025-12-27
11
+
12
+ ### Added
13
+ - Ruby 4.0 support
14
+
15
+ ### Changed
16
+ - Updated dependencies (prism, rake, minitest, etc.)
17
+
10
18
  ## [0.3.2] - 2025-10-14
11
19
 
12
20
  ### Fixed
@@ -67,7 +75,10 @@ Focus for now is on Ruby code in models/controllers/services; view logic can be
67
75
  - Output formats: table, JSON, CSV
68
76
  - Ruby 3.2+ compatibility
69
77
 
70
- [Unreleased]: https://github.com/nsgc/calltally/compare/v0.3.0...HEAD
78
+ [Unreleased]: https://github.com/nsgc/calltally/compare/v0.3.3...HEAD
79
+ [0.3.3]: https://github.com/nsgc/calltally/compare/v0.3.2...v0.3.3
80
+ [0.3.2]: https://github.com/nsgc/calltally/compare/v0.3.1...v0.3.2
81
+ [0.3.1]: https://github.com/nsgc/calltally/compare/v0.3.0...v0.3.1
71
82
  [0.3.0]: https://github.com/nsgc/calltally/compare/v0.2.0...v0.3.0
72
83
  [0.2.0]: https://github.com/nsgc/calltally/compare/v0.1.0...v0.2.0
73
84
  [0.1.0]: https://github.com/nsgc/calltally/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Calltally
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calltally
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoki Nishiguchi
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  version: '0'
98
98
  requirements: []
99
- rubygems_version: 3.6.9
99
+ rubygems_version: 4.0.3
100
100
  specification_version: 4
101
101
  summary: Tally your method calls
102
102
  test_files: []