coach_zed 0.4.1 → 0.5.0
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 +34 -0
- data/lib/coach_zed/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: 69d270a2c1faceaf9fe421555cad487672b9ffaf3a6771a1b41c8cc764dea4d8
|
|
4
|
+
data.tar.gz: 6505699644e8594c33f3ea411d9d2933c6fcaf51424fb9654d35582431779c1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c74981e4c6ebe99a2fe4cae454f7ead27f250bd3f72e5ae70295eb7dce0330957c5d8008743f328b4852f9d4257e248954da29ee3399bfed9a0b5721f3508601
|
|
7
|
+
data.tar.gz: eb77954549836c2fdc3865f1473dcf1f7fbbead19adb45100f5dd1a75cb0d494df1a14283f1535e64980884e1b167ee99e4d8ca55be929af5af4110965176bd1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.6...v) (2026-06-16)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* upgrade to ruby 4 ([20532a3](https://github.com/rossta/coach_zed/commit/20532a3f8d545c624467a459256f297e07fdb0b5))
|
|
6
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.5...v) (2026-06-16)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* update release env ([2aa7c62](https://github.com/rossta/coach_zed/commit/2aa7c62ce0e22facd15154d98b64250162b80939))
|
|
11
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.4...v) (2026-06-16)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* add securerandom to gemfile ([cf5b86f](https://github.com/rossta/coach_zed/commit/cf5b86fa08fa8730293dcde8342a7a57c967b69a))
|
|
16
|
+
* update bundler ([15a717e](https://github.com/rossta/coach_zed/commit/15a717e28848f00e3cbff4a978f964d1719ff7c0))
|
|
17
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.3...v) (2026-06-16)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* refresh bundler lockfile during release ([1738b38](https://github.com/rossta/coach_zed/commit/1738b385a223e16dd6a795c7cda5ce330bf667c9))
|
|
22
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.2...v) (2026-06-16)
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* align release workflow with git-mkver ([254bdd1](https://github.com/rossta/coach_zed/commit/254bdd1b055f55486598819c28135cfe8327c02e))
|
|
27
|
+
* narrow release bump policy ([0870076](https://github.com/rossta/coach_zed/commit/0870076a0e028d35e6fd461225c2bcaa4332f365))
|
|
28
|
+
* simplify release version detection ([8f5f238](https://github.com/rossta/coach_zed/commit/8f5f238e7c246b47dc8f1ac49fe103731a19c113))
|
|
29
|
+
* switch release to trusted publishing ([350eb52](https://github.com/rossta/coach_zed/commit/350eb529b0e6aebe359bdb96ffb7e640691a177d))
|
|
30
|
+
## [](https://github.com/rossta/coach_zed/compare/v0.4.1...v) (2026-06-16)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* bump version ([1ad1eb1](https://github.com/rossta/coach_zed/commit/1ad1eb1b8c6c6babd5fd32a0185d4752682dd0fc))
|
|
1
35
|
## [](https://github.com/rossta/coach_zed/compare/v0.4.0...v) (2026-06-15)
|
|
2
36
|
|
|
3
37
|
### Bug Fixes
|
data/lib/coach_zed/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coach_zed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ross Kaffenberger
|
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
|
-
rubygems_version: 4.0.
|
|
53
|
+
rubygems_version: 4.0.10
|
|
54
54
|
specification_version: 4
|
|
55
55
|
summary: Generate fitness schedules from a workout catalog.
|
|
56
56
|
test_files: []
|