enola-rb 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_rb/version.rb +1 -1
  5. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 658b73fa861835a5a16543d8a01df73071731416f3bcb72d9486a2a946de6e07
4
- data.tar.gz: 484d12481e8e6ee1463e5591dbfac60dbd88e2d696203e6eedf9ca7bf7865b59
3
+ metadata.gz: 29d16125df2191d08effd55d0fbac2499a593a86dc2fe4686ac3086caf8b8840
4
+ data.tar.gz: b40ed2edef51dc2c28c53c69192feb7a3c1cb9ac5088e004b320fa68bbf0fc92
5
5
  SHA512:
6
- metadata.gz: b869c59958778ed2d83e36a9736de7ceefda2b5eea4fcf5314b39a61ebab3f1d3845dc79e94a795d05246e21bfbfa63f1d7b900a8a7a7d5f800cc759f6128da3
7
- data.tar.gz: c0800f82499e1202b7deffbdf2da7993b14df0d5ac19bd4646655f1ef0b0253441b31d0df857bba504b66c2d69fabb8fed3cd521350cd3f5e8d68ca746d49c24
6
+ metadata.gz: 823742ff6c4312dad0bd245792958b641b6a4f0119b614df664bb860b97428deea65c458af875dc1fd02874ebab02b23e936a49fbf404a9ba4760a2e860670c7
7
+ data.tar.gz: 46fb4ff8b9f5b261a430e6b724831259471b633e5f7300bb2dbdebbaf45f13183695afb79965b99d2f01e1ae8b385da7a83049b78795111b3aa0e41a421bc4cd
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EnolaRb
4
- VERSION = "0.4.4.1"
4
+ VERSION = "0.5.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enola-rb
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
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: enola
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.4.1
19
+ version: 0.5.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.4.1
26
+ version: 0.5.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: enola-guides
29
29
  requirement: !ruby/object:Gem::Requirement