calcpace 1.9.5 → 1.9.6

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: db7effb21592146022bf3df34ecdb8a8688fb4d79d618c43c5b99a9912ac967a
4
- data.tar.gz: 2e009f5c0fa7856f65c3f8a447fa9a4de2e51e5057bf1606810d3bc38e3d9a02
3
+ metadata.gz: dc7e42385a1c6bf01908929f49004b332943dd0971bcb2d93ac69c838bc94ad2
4
+ data.tar.gz: 955bff3b89fabb29e6a4223efd5e8654bc0a76c6b59b507a31a1db8673cebce8
5
5
  SHA512:
6
- metadata.gz: 129467189d43ea17a4ac31f371e813b08a12d7d0482a3f4717414087db3ffa0f5134478e5134cb512c5c6f242f7eab57b2172bf40b61107ed7a204f2043bf78e
7
- data.tar.gz: c716d04864bdf92ab64259c938a05d1cce552a9c35738f1b7b76848b4c32d36119ed71c9ddcd8c0725b4002c660eee8cb51e5a020fdf9ac7d29d062ea3801002
6
+ metadata.gz: 750ec40b02ae3607bb01efd6333ffd0e6ccfa21689914a58e3bb6d8f0ce17a60c6c66f01465766786847979a83fa581130550877edcb57056a549b613e72925f
7
+ data.tar.gz: b1bec9ff070a7511a604e5a6d34c2912735b27b7695f16b4afaaf9f6f0fbb9e56135068a881ab8b4de732bcba501bfe6a2dce8d07eff5b13b0f45b3805b3863c
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.4.4
1
+ 4.0.4
data/.tool-versions CHANGED
@@ -1,2 +1,2 @@
1
1
  nodejs 24.1.0
2
- ruby 3.4.4
2
+ ruby 4.0.4
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.9.6] - 2026-05-15
11
+
12
+ ### Changed
13
+ - Bump Ruby from 3.4.4 to 4.0.4
14
+
10
15
  ## [1.9.5] - 2026-05-02
11
16
 
12
17
  ### Added
@@ -164,6 +169,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164
169
 
165
170
  See git history for changes in earlier versions.
166
171
 
167
- [Unreleased]: https://github.com/0jonjo/calcpace/compare/v1.9.5...HEAD
172
+ [Unreleased]: https://github.com/0jonjo/calcpace/compare/v1.9.6...HEAD
173
+ [1.9.6]: https://github.com/0jonjo/calcpace/compare/v1.9.5...v1.9.6
168
174
  [1.9.5]: https://github.com/0jonjo/calcpace/compare/v1.9.4...v1.9.5
169
175
  [1.6.0]: https://github.com/0jonjo/calcpace/releases/tag/v1.6.0
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Calcpace [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&ts=1683906897&type=6e&v=1.9.5&x2=0)](https://badge.fury.io/rb/calcpace)
1
+ # Calcpace [![Gem Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=rb&r=r&ts=1683906897&type=6e&v=1.9.6&x2=0)](https://badge.fury.io/rb/calcpace)
2
2
 
3
3
  A Ruby gem for running and cycling calculations: pace, time, distance, unit conversions, race predictions, GPS track analysis, and VO2max estimation.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```ruby
8
- gem 'calcpace', '~> 1.9'
8
+ gem 'calcpace', '~> 1.9.6'
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -220,7 +220,7 @@ All errors inherit from `Calcpace::Error`:
220
220
  bundle exec rake
221
221
  ```
222
222
 
223
- Requires Ruby >= 3.2.0.
223
+ Requires Ruby >= 3.2.0. Tested with Ruby 3.2, 3.3, 3.4, and 4.0.
224
224
 
225
225
  ## Contributing
226
226
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Calcpace
4
- VERSION = '1.9.5'
4
+ VERSION = '1.9.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calcpace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - João Gilberto Saraiva
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 4.0.6
71
+ rubygems_version: 4.0.10
72
72
  specification_version: 4
73
73
  summary: Pace, distance, GPS track analysis, and VO2max calculations for runners and
74
74
  cyclists.