coach_zed 0.4.1 → 0.4.5

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: f2d8daf5761eb18163bfa3580c333a16f45d78e9c42cba6c57fdcc10f181d029
4
- data.tar.gz: f1587187415f4436aee180a525b26e09157c947ac00efe0ca833cd69dca0338c
3
+ metadata.gz: a7e8d4f599d2b9b77348dd9e0978cee3af6f39be5f4ba3733d331f9284836602
4
+ data.tar.gz: a45be8de5b1930a27d12da505100c1c13d15985d38bd9685751c5808ad3e175a
5
5
  SHA512:
6
- metadata.gz: c3dd7fd8e883d7d5cf970e5ef71b0aed8e1c4f5e1dec12b072b0f1f6bef511d27cbab4128556782438506e943e72a7d8f8f8035d32b7dcd65a1a27dc32f36d06
7
- data.tar.gz: d11ce506d3f700217bf1ba9fe02d425aeadbf4b385e0eb04b8ac8e74d0e461b462c26cfcf57a056b4f8123f0c9e27aae9aafcc9d6e38dc906a9a7c9a4e2f1272
6
+ metadata.gz: f1f201259784a89f3feb1fd715dc4157b488813df3fd845bdb05ed94130300b3b0afaf4c69185b17ebfe8b73d72ee48777faa532e9a6c332107ff0302eeda6bf
7
+ data.tar.gz: 8427006cda5e8e8cbc3d5c97c1db1eac02edbd6f67ff4b6d6bf3d86dd917db153615a5fad74ae23309b9db65599dcbdebabd5c6bb75778979f0490ed83119dca
data/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## [](https://github.com/rossta/coach_zed/compare/v0.4.4...v) (2026-06-16)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add securerandom to gemfile ([cf5b86f](https://github.com/rossta/coach_zed/commit/cf5b86fa08fa8730293dcde8342a7a57c967b69a))
6
+ * update bundler ([15a717e](https://github.com/rossta/coach_zed/commit/15a717e28848f00e3cbff4a978f964d1719ff7c0))
7
+ ## [](https://github.com/rossta/coach_zed/compare/v0.4.3...v) (2026-06-16)
8
+
9
+ ### Bug Fixes
10
+
11
+ * refresh bundler lockfile during release ([1738b38](https://github.com/rossta/coach_zed/commit/1738b385a223e16dd6a795c7cda5ce330bf667c9))
12
+ ## [](https://github.com/rossta/coach_zed/compare/v0.4.2...v) (2026-06-16)
13
+
14
+ ### Bug Fixes
15
+
16
+ * align release workflow with git-mkver ([254bdd1](https://github.com/rossta/coach_zed/commit/254bdd1b055f55486598819c28135cfe8327c02e))
17
+ * narrow release bump policy ([0870076](https://github.com/rossta/coach_zed/commit/0870076a0e028d35e6fd461225c2bcaa4332f365))
18
+ * simplify release version detection ([8f5f238](https://github.com/rossta/coach_zed/commit/8f5f238e7c246b47dc8f1ac49fe103731a19c113))
19
+ * switch release to trusted publishing ([350eb52](https://github.com/rossta/coach_zed/commit/350eb529b0e6aebe359bdb96ffb7e640691a177d))
20
+ ## [](https://github.com/rossta/coach_zed/compare/v0.4.1...v) (2026-06-16)
21
+
22
+ ### Bug Fixes
23
+
24
+ * bump version ([1ad1eb1](https://github.com/rossta/coach_zed/commit/1ad1eb1b8c6c6babd5fd32a0185d4752682dd0fc))
1
25
  ## [](https://github.com/rossta/coach_zed/compare/v0.4.0...v) (2026-06-15)
2
26
 
3
27
  ### Bug Fixes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class CoachZed
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.5"
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.4.1
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Kaffenberger