enola 0.4.4.1 → 0.5.0

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +13 -11
  4. data/lib/enola/version.rb +3 -3
  5. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84ee668ecfaed2e6d8ebc55fe5054e1635300502f762887f2d7b96660beb908f
4
- data.tar.gz: 2905c89cad26afb7f6226515c7b3620ed6e089c16ff5886398f4043deda50360
3
+ metadata.gz: 689fed2c591f5809d780118557d16abb71dd2c16ae81e71382fbeee1cb70001e
4
+ data.tar.gz: c7c4671e4d4c153f8f0f6db9f9395a6670681a1006581c5faecf2b196170cc30
5
5
  SHA512:
6
- metadata.gz: e8b8a19a54c9f13be8b2dd6a1d62b5cb999d14a7ff959f0771ca25cfc63b6fac3822bc31ccd676cc44c60e4106401c626f9fc1e7b2802a68d3f5f68a0c23c322
7
- data.tar.gz: 42a9119e1b7d33d1a20b3e3d9f7a79f2c8199de3599365f6d13674db19a968aba0a749180014b061bb413940a17ae8212ebf63181ee40302acdcae20952c1bb5
6
+ metadata.gz: b4a72e0931b1f110f482062fa8e2627f59adfac7add1592ea1c8ef22e5bc4f6f7fc5c4ae851cf7534c50997ec8fc3cd2928e3e84a0e3bc841f9f22ee87933d85
7
+ data.tar.gz: 7f5cd2dc8f9b69897c095c54e95d4c9d58913607de47ca71789fa3eb8d419811d5d2c5393cc6abed7630e2f35314b6c76b61836beff63fa012761eaa0f27c4e7
data/LICENSE CHANGED
@@ -187,7 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright (c) 2026 Dejan Menges
190
+ Copyright (c) 2026 Muhamed Isabegovic
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -11,8 +11,9 @@ once, in `enola-rb`, and the munola gems add only what is munola's own.
11
11
 
12
12
  ## `enola`
13
13
 
14
- The wrapper of the released enola. Its version is the upstream release it
15
- drives: `enola 0.4.4` runs enola-labs' v0.4.4.
14
+ The wrapper of the released enola. The gem versions itself; the release it
15
+ drives is `Enola::UPSTREAM_VERSION`, v0.4.4 as of `enola 0.5.0`, and every
16
+ gemspec summary names it.
16
17
 
17
18
  ```ruby
18
19
  gem "enola"
@@ -44,7 +45,7 @@ This gem is not an enola-labs release; it runs theirs.
44
45
 
45
46
  ## `enola-rb`
46
47
 
47
- The Rails layer over `enola`. It depends on `enola` at the same version and on
48
+ The Rails layer over `enola`. It depends on `enola` at the same minor and on
48
49
  [enola-guides](https://github.com/misabegovic/enola-guides), and adds nothing
49
50
  to the binary's surface.
50
51
 
@@ -73,10 +74,10 @@ remedy.
73
74
 
74
75
  One person's taste on top of enola: the same wrapper over another channel,
75
76
  the builds cut from [a fork of enola](https://github.com/misabegovic/enola),
76
- versioned as the upstream they are built on plus a fourth segment
77
- (`0.4.4.1` drives a build on v0.4.4), each release naming what differs from
78
- that upstream. It is offered upstream where it fits and is not positioned
79
- against it. What it adds is the channel and the catalogue.
77
+ each release naming what differs from that upstream. The gem versions itself;
78
+ the channel release it fetches is `Munola::CHANNEL_VERSION`, which carries the
79
+ upstream it is built on plus a segment of its own (`0.4.4.2` on v0.4.4). It is
80
+ offered upstream where it fits and is not positioned against it. What it adds is the channel and the catalogue.
80
81
 
81
82
  ```ruby
82
83
  gem "munola"
@@ -99,18 +100,19 @@ inflection table; it writes `mcp-arch.yaml` with both Ruby providers on by
99
100
  default, Prism through the script the `enola` gem carries and Rubydex built
100
101
  into the binary, and fetches the Rubydex library, a failed fetch reported as a
101
102
  named skip. It never asks a question. `munola --version` names the munola
102
- version, the upstream it is built on and which binary answered.
103
+ version, the channel release and upstream it is built on, and which binary
104
+ answered.
103
105
 
104
106
  The binary comes from the fork's releases the way `enola`'s comes from
105
107
  upstream's, fetched on first use and verified against the sha256 the release
106
108
  publishes; `MUNOLA_BINARY=/path/to/enola` names one to drive instead, and
107
- every command says which answered. `munola` depends on `enola` at its upstream
108
- version and on `enola-guides` 0.3.1 or later; requiring it loads no Rails.
109
+ every command says which answered. `munola` depends on `enola` at the same
110
+ minor and on `enola-guides` 0.3.1 or later; requiring it loads no Rails.
109
111
 
110
112
  ## `munola-rb`
111
113
 
112
114
  The Rails layer over `munola`, what `enola-rb` is to `enola`. It depends on
113
- both at their own versions and adds one generator.
115
+ both at the same minor and adds one generator.
114
116
 
115
117
  ```ruby
116
118
  gem "munola-rb"
data/lib/enola/version.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Enola
4
- # The release this wrapper drives. VERSION carries a patch segment for
5
- # wrapper-only fixes, so what to fetch is stated separately.
4
+ # The gem versions itself. UPSTREAM_VERSION names the enola release it
5
+ # fetches and drives.
6
6
  UPSTREAM_VERSION = "0.4.4"
7
- VERSION = "#{UPSTREAM_VERSION}.1"
7
+ VERSION = "0.5.0"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enola
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhamed Isabegovic
@@ -26,8 +26,9 @@ dependencies:
26
26
  version: '1.3'
27
27
  description: |
28
28
  A pure-Ruby wrapper around enola, the architecture-graph tool by enola-labs.
29
- The gem's version is the upstream release it drives. The binary is not in
30
- the gem: the first command that needs it downloads the release for your
29
+ The gem versions itself; the enola release it drives is named in its
30
+ UPSTREAM_VERSION, 0.4.4 here. The binary is not in the
31
+ gem: the first command that needs it downloads the release for your
31
32
  platform, verifies it against the checksum the release publishes, and keeps
32
33
  it in a per-user cache. Every command and exit code is forwarded unchanged.
33
34
  This gem is not an enola-labs release.
@@ -79,6 +80,6 @@ requirements: []
79
80
  rubygems_version: 3.5.22
80
81
  signing_key:
81
82
  specification_version: 4
82
- summary: 'Runs the released enola from Ruby: fetched on first use, verified, pinned
83
- to this gem''s version.'
83
+ summary: 'Runs the released enola from Ruby: fetched on first use, verified, cached.
84
+ This release drives enola 0.4.4.'
84
85
  test_files: []