enola 0.5.3 → 0.5.4

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 +29 -0
  3. data/lib/enola/version.rb +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7587a8fade69cbde43c50ccf899b2085830d99e05e83feb03c1d31293e0eaedc
4
- data.tar.gz: 9d1bc99945a58b925dfeca0a70335907e53f4a47154d26fb5091250bdd353ab1
3
+ metadata.gz: 8765810bf2e4d590bbbba5be8636b967a32850c114c77062f122f352178f2efd
4
+ data.tar.gz: 3e5b6fcc384b5a4744be1f691fb219968f407b303e2b3220b2333e0c1e59840f
5
5
  SHA512:
6
- metadata.gz: e6baed0ecc468220f0d80d37b40352e4b97889ae17e5049b7b167142d3f1ddd60c2bcd35f77ffe84dcb04493cd00bc7ae3954a879421a3abfb6f88303fab538b
7
- data.tar.gz: b39f2adc88525ed513773913d48b07071fd9e4bcf4a2a2fbaf7a1070e6e68a6d88e28271cae2b2ee7266b8f8f62f5ae7c13d8507661af852a3c0759c711624ce
6
+ metadata.gz: 59ee62e4dce004b6828775875e6c68ed8821744ff47e69181a2d0dbdc0040d3ef46f0466b12b9bbd67fbffe7dc851de9bb3fae388f3a33c9680a51d1be630193
7
+ data.tar.gz: 327a5ccd99c2842900aaedf773e2d550a756447ffd8990dc883b46c6687922cdb02d45cbf709614d80658a6b957ad75f31dc41924684e75a6851f6a3a696994f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ ## enola 0.5.4 and enola-rb 0.5.4 (2026-08-30)
2
+
3
+ The gems drive upstream enola 0.4.10. Between 0.4.6 and here upstream took the
4
+ exclusion filter (#255, in 0.4.7), rescored the layers explainer per language
5
+ cohort (0.4.7), began reading package manifests as dependency facts with a
6
+ declared-purpose diff (0.4.8), gave the dashboard its own command (0.4.9), and
7
+ documented the snapshot artifacts as a versioned contract with fact identity
8
+ (0.4.10). The vendored Prism provider script and the Rubydex engine pin are
9
+ byte-identical across the span, so nothing re-vendors; the wrappers move by
10
+ the release they name.
11
+
12
+ ## munola 0.6.1 (2026-08-24)
13
+
14
+ munola drives channel release `0.4.6.1`, cut from the promoted current at
15
+ upstream enola 0.4.6. The prefix walk fix is in the binary this gem fetches,
16
+ so the expiry the 0.6.0 note named is met and Rubydex is on by default again.
17
+ The channel still carries the exclusion filter, which upstream merged an hour
18
+ after 0.4.6 was published, so an excluded document is skipped before its
19
+ definitions are read: 440 seconds to 193 on a Rails monolith, facts identical.
20
+
21
+ The 0.6.0 note said munola waits on Prism alone. On the Rails install path it
22
+ did not. `munola init` reuses enola-rb's installer, which writes
23
+ `mcp-arch.yaml` first, and munola's own writer yields to a file that already
24
+ exists, so the config every Rails project got was the enola gem's, with both
25
+ providers on, against a channel binary built before the fix. Two things follow.
26
+ The config and the binary now agree, which is what closes it. And munola's
27
+ writer has a test that reads munola's writer, rather than one that reads the
28
+ file enola-rb wrote and reports on munola.
29
+
1
30
  ## enola 0.5.3, enola-rb 0.5.3 and munola 0.6.0 (2026-08-24)
2
31
 
3
32
  Both providers are on again. enola-labs shipped the prefix walk fix in 0.4.6,
data/lib/enola/version.rb CHANGED
@@ -3,6 +3,6 @@
3
3
  module Enola
4
4
  # The gem versions itself. UPSTREAM_VERSION names the enola release it
5
5
  # fetches and drives.
6
- UPSTREAM_VERSION = "0.4.6"
7
- VERSION = "0.5.3"
6
+ UPSTREAM_VERSION = "0.4.10"
7
+ VERSION = "0.5.4"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enola
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhamed Isabegovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-24 00:00:00.000000000 Z
11
+ date: 2026-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism
@@ -27,7 +27,7 @@ dependencies:
27
27
  description: |
28
28
  A pure-Ruby wrapper around enola, the architecture-graph tool by enola-labs.
29
29
  The gem versions itself; the enola release it drives is named in its
30
- UPSTREAM_VERSION, 0.4.6 here. The binary is not in the
30
+ UPSTREAM_VERSION, 0.4.10 here. The binary is not in the
31
31
  gem: the first command that needs it downloads the release for your
32
32
  platform, verifies it against the checksum the release publishes, and keeps
33
33
  it in a per-user cache. Every command and exit code is forwarded unchanged.
@@ -81,5 +81,5 @@ rubygems_version: 3.5.22
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: 'Runs the released enola from Ruby: fetched on first use, verified, cached.
84
- This release drives enola 0.4.6.'
84
+ This release drives enola 0.4.10.'
85
85
  test_files: []