philiprehberger-math_kit 0.2.1 → 0.2.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 +10 -0
- data/lib/philiprehberger/math_kit/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e454a11061739fecb690a7246eb3b4120676ab809e103868b1c7b1c6772456f
|
|
4
|
+
data.tar.gz: c47a3d320f89cf3446cfe4f649e1b4ddc2f058f7cbaf1d5351e25d97a60f5499
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6e207c58fd8512f5ef5b61bab968d4379004d3d93a118dad5b340521615f3405270c64aa253665066568249e5ab6d41e1914da73cffa2a3e4203868dc2827f7
|
|
7
|
+
data.tar.gz: da21ff4a0bf20630b2cc46477147ad530ec79d9fdc563dea0900c972cb618d37a5ddead11b9210e8a0fee0e735c1141ed72f6ac04761b9e1065fd5dcd5c325a4
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.3] - 2026-04-08
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Align gemspec summary with README description.
|
|
14
|
+
|
|
15
|
+
## [0.2.2] - 2026-03-31
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- Add GitHub issue templates, dependabot config, and PR template
|
|
19
|
+
|
|
10
20
|
## [0.2.1] - 2026-03-31
|
|
11
21
|
|
|
12
22
|
### Changed
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-math_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Descriptive statistics, linear interpolation, rounding modes, and moving
|
|
14
14
|
averages. Lightweight math toolkit with zero dependencies.
|
|
@@ -28,11 +28,11 @@ files:
|
|
|
28
28
|
- lib/philiprehberger/math_kit/round.rb
|
|
29
29
|
- lib/philiprehberger/math_kit/stats.rb
|
|
30
30
|
- lib/philiprehberger/math_kit/version.rb
|
|
31
|
-
homepage: https://
|
|
31
|
+
homepage: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-math_kit
|
|
32
32
|
licenses:
|
|
33
33
|
- MIT
|
|
34
34
|
metadata:
|
|
35
|
-
homepage_uri: https://
|
|
35
|
+
homepage_uri: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-math_kit
|
|
36
36
|
source_code_uri: https://github.com/philiprehberger/rb-math-kit
|
|
37
37
|
changelog_uri: https://github.com/philiprehberger/rb-math-kit/blob/main/CHANGELOG.md
|
|
38
38
|
bug_tracker_uri: https://github.com/philiprehberger/rb-math-kit/issues
|
|
@@ -55,5 +55,6 @@ requirements: []
|
|
|
55
55
|
rubygems_version: 3.5.22
|
|
56
56
|
signing_key:
|
|
57
57
|
specification_version: 4
|
|
58
|
-
summary: Statistics, interpolation, rounding modes, and moving averages
|
|
58
|
+
summary: Statistics, regression, interpolation, rounding modes, and moving averages
|
|
59
|
+
for Ruby
|
|
59
60
|
test_files: []
|