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 +4 -4
- data/CHANGELOG.md +12 -1
- data/lib/calltally/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84a5c1d77b1ed304538827750d1663b1c902b5fc65f17f75f0f88fd2263f2d3e
|
|
4
|
+
data.tar.gz: 2da6ce855ca8444bc993d84bd6c7e30cdc76c406da58be34de29c3b72e635991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
data/lib/calltally/version.rb
CHANGED
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.
|
|
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:
|
|
99
|
+
rubygems_version: 4.0.3
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Tally your method calls
|
|
102
102
|
test_files: []
|