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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96f9c86935c3a083d2e2a7c7f44f58faf74e8d0bef607c352a82eddfd722b9d8
4
- data.tar.gz: 29c3c539be7b4c98b0cacaf6778dd47e3b99ebf0ee8bebd1ffa1aecfcc75b724
3
+ metadata.gz: 6e454a11061739fecb690a7246eb3b4120676ab809e103868b1c7b1c6772456f
4
+ data.tar.gz: c47a3d320f89cf3446cfe4f649e1b4ddc2f058f7cbaf1d5351e25d97a60f5499
5
5
  SHA512:
6
- metadata.gz: b511e326737819a0edc160c9bdf9c11dbb940d1dcc0996f4371442d6ec77d9674fcbea55e134d206ab5289858072071f55aeb27eab180bfdcd421335d2d97f75
7
- data.tar.gz: b7f1196c85d273cae6a4e0f8bb728c95eecf2e6ced1fae380b9a836cd0078aece475aebe36f9ad8627b428c117c0a6246cee522412607326517bce77455e654f
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module MathKit
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.3'
6
6
  end
7
7
  end
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.1
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-03-31 00:00:00.000000000 Z
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://github.com/philiprehberger/rb-math-kit
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://github.com/philiprehberger/rb-math-kit
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 for Ruby
58
+ summary: Statistics, regression, interpolation, rounding modes, and moving averages
59
+ for Ruby
59
60
  test_files: []