munola 0.6.1 → 0.6.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 +4 -4
- data/CHANGELOG.md +55 -0
- data/README.md +2 -2
- data/lib/munola/providers_config.rb +6 -1
- data/lib/munola/version.rb +3 -3
- 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: 1e3d58d7520f207bf19748ef82fc4a57900ad2c306feff700b8bd87605b2a8fe
|
|
4
|
+
data.tar.gz: de640b108d6af206cb518670703811aaaba93eb16e995dd131c78a352e7d0a46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdb0f3a025d1a0b7cd9eed5fc6ed6eba9a53e085f1d1d0314cd60ecd4ed9188b91af162283473e617a1bd1c51879875ec36139d2ffa437e6dd768a6e80586cb2
|
|
7
|
+
data.tar.gz: 66f31031b985d9218a096b7549c0e0fe2be399cfad61d3a56c31fc30127974126dae7530510ce65f3da354f3e2c7e3ef39e2542a36c8fd79e54840fa17563eab
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
|
1
|
+
## enola 0.5.5, enola-rb 0.5.5 and munola 0.6.3 (2026-09-14)
|
|
2
|
+
|
|
3
|
+
The enola and enola-rb gems drive upstream enola 0.4.19. Between 0.4.10 and
|
|
4
|
+
here upstream read GraphQL server schemas so client operations have something
|
|
5
|
+
to match (0.4.12), bound Python imports to the module they name and added the
|
|
6
|
+
import-closure explainer (0.4.13), resolved C++ calls when the short name is
|
|
7
|
+
unique (0.4.13), published pip wheels and lowered the glibc floor to 2.17
|
|
8
|
+
(0.4.14, 0.4.15), stopped constraint checks skipping struct owners and
|
|
9
|
+
knowledge-page components (0.4.16), made the dashboard reload its snapshot on
|
|
10
|
+
refresh and bound Python calls to symbols a package defines in its own
|
|
11
|
+
`__init__.py` (0.4.17), made install.sh POSIX and gave upgrades their own
|
|
12
|
+
checksum (0.4.18), and made the Stop hook report once per session (0.4.19).
|
|
13
|
+
`cacheVersion` moved from v257 to v265, so caches rebuild once and a pinned
|
|
14
|
+
baseline can show a one-time change.
|
|
15
|
+
|
|
16
|
+
The vendored Prism provider script is re-vendored from v0.4.19. It had stayed
|
|
17
|
+
at provider version 0.1.0, the v0.4.4 script, while upstream moved it to 0.2.0
|
|
18
|
+
in 0.4.5: the seam hands the script a `--files` listing of the paths it holds
|
|
19
|
+
no cache entry for, and the 0.1.0 script parsed the whole tree regardless. The
|
|
20
|
+
Rubydex engine pin is unchanged at 0.4.0, which is what 0.4.19 fetches.
|
|
21
|
+
|
|
22
|
+
munola 0.6.3 drives channel release `0.4.19.1`, cut from the promoted current
|
|
23
|
+
at upstream enola 0.4.19. Three changes promoted into the channel after
|
|
24
|
+
0.4.10.1 ship for the first time: `enola check -member` grades one repository
|
|
25
|
+
of a multi-repository config against the union pin by replaying it, a
|
|
26
|
+
constraints sentence written in snake_case reaches a recipe published in
|
|
27
|
+
kebab-case, and the module-edges binder keys symbol placement by repository
|
|
28
|
+
and drops its own prior derivations before deriving. Still carried: the
|
|
29
|
+
recipe catalogue at enola-guides v0.3.1, the init role binding, the
|
|
30
|
+
cache-version double history at cacheVersion v265, and the blame.go
|
|
31
|
+
spelling. The config munola writes also stops naming the Prism provider's
|
|
32
|
+
version as a fixed `0.1.0`; it asks the script, as the enola gem's config
|
|
33
|
+
already did.
|
|
34
|
+
|
|
35
|
+
## munola 0.6.2 (2026-08-30)
|
|
36
|
+
|
|
37
|
+
munola drives channel release `0.4.10.1`, cut from the promoted current at
|
|
38
|
+
upstream enola 0.4.10. The difference list shrank again by contribution: the
|
|
39
|
+
exclusion filter went upstream in 0.4.7, and the constraints reference this
|
|
40
|
+
channel once carried inside INTENT.md shipped upstream as CONSTRAINTS.md and
|
|
41
|
+
PROVIDERS.md over 0.4.5. What the channel still adds is the recipe catalogue
|
|
42
|
+
at enola-guides v0.3.1, the init role binding, the cache-version double
|
|
43
|
+
history and a readability spelling in blame.go.
|
|
44
|
+
|
|
45
|
+
## enola 0.5.4 and enola-rb 0.5.4 (2026-08-30)
|
|
46
|
+
|
|
47
|
+
The gems drive upstream enola 0.4.10. Between 0.4.6 and here upstream took the
|
|
48
|
+
exclusion filter (#255, in 0.4.7), rescored the layers explainer per language
|
|
49
|
+
cohort (0.4.7), began reading package manifests as dependency facts with a
|
|
50
|
+
declared-purpose diff (0.4.8), gave the dashboard its own command (0.4.9), and
|
|
51
|
+
documented the snapshot artifacts as a versioned contract with fact identity
|
|
52
|
+
(0.4.10). The vendored Prism provider script and the Rubydex engine pin are
|
|
53
|
+
byte-identical across the span, so nothing re-vendors; the wrappers move by
|
|
54
|
+
the release they name.
|
|
55
|
+
|
|
1
56
|
## munola 0.6.1 (2026-08-24)
|
|
2
57
|
|
|
3
58
|
munola drives channel release `0.4.6.1`, cut from the promoted current at
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ because nobody installs it to avoid Rails. The Rails code is written once, in
|
|
|
13
13
|
## `enola`
|
|
14
14
|
|
|
15
15
|
The wrapper of the released enola. The gem versions itself; the release it
|
|
16
|
-
drives is `Enola::UPSTREAM_VERSION`, v0.4.
|
|
16
|
+
drives is `Enola::UPSTREAM_VERSION`, v0.4.19 as of `enola 0.5.5`, and every
|
|
17
17
|
gemspec summary names it.
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
@@ -29,7 +29,7 @@ bundle exec enola check .
|
|
|
29
29
|
The first command that needs the binary downloads the release for your
|
|
30
30
|
platform (linux, darwin, windows; amd64, arm64), verifies it against the
|
|
31
31
|
sha256 file the same release publishes, and keeps it under
|
|
32
|
-
`~/.cache/enola/upstream/0.4.
|
|
32
|
+
`~/.cache/enola/upstream/0.4.19/` (`ENOLA_CACHE_DIR` moves the root). An
|
|
33
33
|
`enola` already on your PATH is used only when it answers the pinned version;
|
|
34
34
|
offline with an empty cache is a refusal that names the cache and the release
|
|
35
35
|
rather than a fallback to whatever is installed. Nothing downloads at
|
|
@@ -23,7 +23,7 @@ module Munola
|
|
|
23
23
|
lines = ["repo: .", "repos:", " - .", "providers:"]
|
|
24
24
|
script = prism_script
|
|
25
25
|
if script
|
|
26
|
-
lines += [" - name: prism", " command: [#{ruby.inspect}, #{script.inspect}]", " expected_version:
|
|
26
|
+
lines += [" - name: prism", " command: [#{ruby.inspect}, #{script.inspect}]", " expected_version: #{prism_version.inspect}"]
|
|
27
27
|
else
|
|
28
28
|
lines << " # prism: the enola gem on this machine carries no provider script; add one here to run it"
|
|
29
29
|
end
|
|
@@ -31,6 +31,11 @@ module Munola
|
|
|
31
31
|
"#{lines.join("\n")}\n"
|
|
32
32
|
end
|
|
33
33
|
|
|
34
|
+
def self.prism_version
|
|
35
|
+
version = Enola::Providers.prism_version if Enola::Providers.respond_to?(:prism_version)
|
|
36
|
+
version || "0.2.0"
|
|
37
|
+
end
|
|
38
|
+
|
|
34
39
|
def self.prism_script
|
|
35
40
|
return nil unless defined?(Enola::Providers) && Enola::Providers.respond_to?(:prism_script)
|
|
36
41
|
|
data/lib/munola/version.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
module Munola
|
|
4
4
|
# UPSTREAM_VERSION names the enola release this channel is built on,
|
|
5
5
|
# CHANNEL_VERSION the fork release the gem fetches.
|
|
6
|
-
UPSTREAM_VERSION = "0.4.
|
|
7
|
-
CHANNEL_VERSION = "0.4.
|
|
8
|
-
VERSION = "0.6.
|
|
6
|
+
UPSTREAM_VERSION = "0.4.19"
|
|
7
|
+
CHANNEL_VERSION = "0.4.19.1"
|
|
8
|
+
VERSION = "0.6.3"
|
|
9
9
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: munola
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
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-
|
|
11
|
+
date: 2026-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: enola
|
|
@@ -56,8 +56,8 @@ description: |
|
|
|
56
56
|
The binary this gem fetches is not an enola-labs release. It is a build
|
|
57
57
|
cut from https://github.com/misabegovic/enola, a fork of enola, whose
|
|
58
58
|
release notes name what differs from upstream release by release; this
|
|
59
|
-
gem drives channel release 0.4.
|
|
60
|
-
0.4.
|
|
59
|
+
gem drives channel release 0.4.19.1, built on enola
|
|
60
|
+
0.4.19. Everything else is the enola gem's wrapper,
|
|
61
61
|
unchanged: fetched on first use, verified against the checksums the
|
|
62
62
|
release publishes, cached per user, every command and exit code
|
|
63
63
|
forwarded. Use the enola gem to run stock upstream instead.
|