coach_zed 0.5.2 → 0.5.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: 49b31d374b8070d1b4a9d184b6f33ea18aa97deb8e74de9910c527417992aad6
4
- data.tar.gz: 13131068767a3a47e124b05c07d267b1f4d4722efd5619abf63ef548c1166033
3
+ metadata.gz: bab6c7be80897a3d1672f65a41af5ee6d3aeb399053a212302a156a5f895bdec
4
+ data.tar.gz: b2fb1223166a76a6e3f5ff55dbecbf6898acaec41b9ba2d5409bfd56968a3f82
5
5
  SHA512:
6
- metadata.gz: f794bdf46501e773f97fdc7808556e537933e5aa2b5fc9ae9a84645d858d8802dd4e8793217aaabff9931c5feef83aa1e9736acb503b65f1de7b0281d532f2d9
7
- data.tar.gz: 23f97a157e3cb5410e01c09a1d9e975149e688a5a07495483e82e8d30fe2d049dc93d92a013cfae41c0b04b9762b9b762bb756844f0b05f725b2f72d186a21e1
6
+ metadata.gz: 76be85ce593d071c2653895d19ed2debb5782077e39ef88c733de366837baa2acd520762164a2c05d6dc72b98d940b3fc8d08afd211312ba0cdd957eb3d8d34f
7
+ data.tar.gz: bf3d000c3bd677f24ec921c61b87c431840664f638bf0aaa68e29b4946ed4ba60ddeba31538955539337fecb817f21e38c91b3dc438e63b43076de3ca92c5a52
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [](https://github.com/rossta/coach_zed/compare/v0.5.2...v) (2026-06-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * reinforce schedule length in prompt ([4cee0a3](https://github.com/rossta/coach_zed/commit/4cee0a371ce0270a7da13d24a2a970ef5a243788))
1
6
  ## [](https://github.com/rossta/coach_zed/compare/v0.5.1...v) (2026-06-17)
2
7
 
3
8
  ### Bug Fixes
@@ -26,6 +26,8 @@ class CoachZed
26
26
 
27
27
  Rules:
28
28
  - Produce exactly #{generation_days} entries for the requested time period.
29
+ - Set `program_length_days` to exactly #{generation_days}.
30
+ - Keep `program_length_days` equal to the number of entries in `days`.
29
31
  - Include rest days when appropriate.
30
32
  - Use only workouts that exist in the catalog.
31
33
  - Match the athlete's goals and the requested time period.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class CoachZed
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
5
5
  end
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.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Kaffenberger