munola 0.6.1 → 0.6.2
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 +21 -0
- 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: f9aaf4515e419373749156b376859f5385d8770bd6c3f6c4954f483008dd7594
|
|
4
|
+
data.tar.gz: 86f089c88a6fb0b843e91b10cc1c3e88d897198f8a9f1fa81764a265fce3733e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 640e95eea31e3cb19b93c1af6bd9351e8411ab7093d42713dba0f920cf4851c74ec144d64a08e01d5aa5b9863940b9a1d888708687dfb2c9cdfc37b20f4c0012
|
|
7
|
+
data.tar.gz: e09afd9a96fba881ae389297f43447b4a6909f4e297f688a91d78ccb63747457773debdbe477ace4a6beaf5d00622712b361af6ebccfe1a98bde8e8d88797f5a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## munola 0.6.2 (2026-08-30)
|
|
2
|
+
|
|
3
|
+
munola drives channel release `0.4.10.1`, cut from the promoted current at
|
|
4
|
+
upstream enola 0.4.10. The difference list shrank again by contribution: the
|
|
5
|
+
exclusion filter went upstream in 0.4.7, and the constraints reference this
|
|
6
|
+
channel once carried inside INTENT.md shipped upstream as CONSTRAINTS.md and
|
|
7
|
+
PROVIDERS.md over 0.4.5. What the channel still adds is the recipe catalogue
|
|
8
|
+
at enola-guides v0.3.1, the init role binding, the cache-version double
|
|
9
|
+
history and a readability spelling in blame.go.
|
|
10
|
+
|
|
11
|
+
## enola 0.5.4 and enola-rb 0.5.4 (2026-08-30)
|
|
12
|
+
|
|
13
|
+
The gems drive upstream enola 0.4.10. Between 0.4.6 and here upstream took the
|
|
14
|
+
exclusion filter (#255, in 0.4.7), rescored the layers explainer per language
|
|
15
|
+
cohort (0.4.7), began reading package manifests as dependency facts with a
|
|
16
|
+
declared-purpose diff (0.4.8), gave the dashboard its own command (0.4.9), and
|
|
17
|
+
documented the snapshot artifacts as a versioned contract with fact identity
|
|
18
|
+
(0.4.10). The vendored Prism provider script and the Rubydex engine pin are
|
|
19
|
+
byte-identical across the span, so nothing re-vendors; the wrappers move by
|
|
20
|
+
the release they name.
|
|
21
|
+
|
|
1
22
|
## munola 0.6.1 (2026-08-24)
|
|
2
23
|
|
|
3
24
|
munola drives channel release `0.4.6.1`, cut from the promoted current at
|
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.10"
|
|
7
|
+
CHANNEL_VERSION = "0.4.10.1"
|
|
8
|
+
VERSION = "0.6.2"
|
|
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.2
|
|
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: 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.10.1, built on enola
|
|
60
|
+
0.4.10. 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.
|