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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -0
- data/lib/enola/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8765810bf2e4d590bbbba5be8636b967a32850c114c77062f122f352178f2efd
|
|
4
|
+
data.tar.gz: 3e5b6fcc384b5a4744be1f691fb219968f407b303e2b3220b2333e0c1e59840f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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-
|
|
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.
|
|
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.
|
|
84
|
+
This release drives enola 0.4.10.'
|
|
85
85
|
test_files: []
|