studio-engine 0.13.0 → 0.13.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/lib/studio/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7518a662f1e6ef4a2abcad98a5ebfbdff27726ec1eaf63a8d3a3ec11d83c778d
4
- data.tar.gz: 76a89614b473c19998c98176a2f4b55d89cede2d79c744278f3e4e2eaaa4c21c
3
+ metadata.gz: 1509550e891472f578f1472b33782de7104a592e8d325ad11aa520c0b600171a
4
+ data.tar.gz: cac1e68d9950257d017a2f3c93d81733ac96e9ba27e9cf8b53cdfe06c9709552
5
5
  SHA512:
6
- metadata.gz: b241dba69f4bae51b29afb449a40e041243a8a79620eef8bcf202e6a038a290262ba67600c09fe2f6e0e49636af3c2ea1c35cab8b6f3f131dd35f2d2aa08bc1d
7
- data.tar.gz: 8d328e360a347df68e72c6f3d53a820462963c8c8a55f5e88c2226d9da1a152a0b3a847230436ae2f22416d4160452a723dfdcfd4e6029d6dcf1a63368c1a5b1
6
+ metadata.gz: 2880909b924c60c406aae3990240c47ef0d36cba7b4c34fb7b150dcbc1cd93a35d81d6bbb1cb4b65d22b832f7e83635ac68b0b26ded20bd099cf434e5773a066
7
+ data.tar.gz: f87db04adcf27abd17485c52bbb1f5767269f50ed19e9ac66a808d9d95e0271adc1109eb64539173e81a603a3cae915d7b380282d2ab2fad3cf14bef0936933e
data/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  The format is [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) — `MAJOR.MINOR.PATCH`. Consumer Rails apps install the released RubyGems package with `gem "studio-engine", "~> 0.6"`; bumping the gem version and updating consumer lockfiles is a release.
4
4
 
5
+ ## 0.13.1 — 2026-07-19
6
+
7
+ ### Changed
8
+
9
+ - **CI runs the engine's own suite from a glob-derived manifest** (PR #18) —
10
+ `bin/release-check` now derives its test manifest by globbing the tree
11
+ instead of keeping a hand-maintained list, and a suite-guard trips if any
12
+ test file goes unrun; bundler is set up before any other require so the
13
+ guard's invariant holds from boot. Internal CI tooling only — no
14
+ consumer-facing change.
15
+
5
16
  ## 0.13.0 — 2026-07-19
6
17
 
7
18
  ### Added
@@ -1,3 +1,3 @@
1
1
  module Studio
2
- VERSION = "0.13.0"
2
+ VERSION = "0.13.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: studio-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McRitchie