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 +4 -4
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +7 -1
- data/README.md +3 -3
- data/lib/calcpace/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: dc7e42385a1c6bf01908929f49004b332943dd0971bcb2d93ac69c838bc94ad2
|
|
4
|
+
data.tar.gz: 955bff3b89fabb29e6a4223efd5e8654bc0a76c6b59b507a31a1db8673cebce8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 750ec40b02ae3607bb01efd6333ffd0e6ccfa21689914a58e3bb6d8f0ce17a60c6c66f01465766786847979a83fa581130550877edcb57056a549b613e72925f
|
|
7
|
+
data.tar.gz: b1bec9ff070a7511a604e5a6d34c2912735b27b7695f16b4afaaf9f6f0fbb9e56135068a881ab8b4de732bcba501bfe6a2dce8d07eff5b13b0f45b3805b3863c
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4.0.4
|
data/.tool-versions
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
nodejs 24.1.0
|
|
2
|
-
ruby
|
|
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.
|
|
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 [](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
|
|
data/lib/calcpace/version.rb
CHANGED
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.
|
|
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.
|
|
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.
|