munola 0.5.0 → 0.5.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/munola/version.rb +1 -1
  3. metadata +16 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fef04df27a6176d9c98ef6a96588ab444f63e92a6ef3c3c3fd73268af931de3
4
- data.tar.gz: 8190ecb25656352775ea9ead33c18e04c7faddaac23d67644045398fea80ce26
3
+ metadata.gz: 1ab78c18a2c9958d0c634e2177f711100a0fb3d6238a792d821a5ae559a84ec3
4
+ data.tar.gz: 4fb06f8764e9678598ea2a202168009e6e105352f67f05209a0ee1fbe455fc2c
5
5
  SHA512:
6
- metadata.gz: 7524cf02ef40ba7136a5ff531ffda09c2e1056b9a53b73710728be0ad64a7158d3aeccf94492a7401619776d2a44a07e22bcff7511ac775083112de200df4820
7
- data.tar.gz: fcf9fc3d4ac887817ad8dab39f5c071d4569a282a12fa2720bd5f935da62a4793e6a833c45032cead51f653603baf675f78f2f064351a8bae23516f912a9e883
6
+ metadata.gz: 8e283df48b4b6f8de613a40e3898c1912568dceab40069fd5af52cfb02db3aa11fc38e79440252566e84a66a5a096aed3590caf07a7a88f34780cfadb4e4309c
7
+ data.tar.gz: 8d91d165e1fccfe346955d617fd6b0786764619fafa3b4acff654ec327e0f7ec06dabad8e9600daab7dabb5821593e9b1676ff0e8286a0feea9fa93ae8076849
@@ -5,5 +5,5 @@ module Munola
5
5
  # CHANNEL_VERSION the fork release the gem fetches.
6
6
  UPSTREAM_VERSION = "0.4.4"
7
7
  CHANNEL_VERSION = "0.4.4.2"
8
- VERSION = "0.5.0"
8
+ VERSION = "0.5.1"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: munola
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhamed Isabegovic
@@ -53,14 +53,21 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.3.1
55
55
  description: |
56
- The same pure-Ruby wrapper as the enola gem over another channel: the
57
- builds cut from a fork of enola, each release naming what differs. This
56
+ The binary this gem fetches is not an enola-labs release. It is a build
57
+ cut from https://github.com/misabegovic/enola, a fork of enola, whose
58
+ release notes name what differs from upstream release by release; this
58
59
  gem drives channel release 0.4.4.2, built on enola
59
- 0.4.4. `munola init` writes the recipe catalogue the
60
+ 0.4.4. Everything else is the enola gem's wrapper,
61
+ unchanged: fetched on first use, verified against the checksums the
62
+ release publishes, cached per user, every command and exit code
63
+ forwarded. Use the enola gem to run stock upstream instead.
64
+
65
+ What the fork adds: `munola init` writes the recipe catalogue the
60
66
  enola-guides gem carries (Ember, data ownership, API boundaries,
61
- background work, a tenant foreign key) into the project and binds the
62
- recipes its tree justifies, and turns both Ruby providers on by default. The Rails generator lives in munola-rb. Offered
63
- upstream where it fits; no binary here, nothing compiled.
67
+ background work, a tenant foreign key) into the project, binds the
68
+ recipes its tree justifies, and turns both Ruby providers on by default.
69
+ The Rails generator lives in munola-rb. Offered upstream where it fits;
70
+ no binary here, nothing compiled.
64
71
  email:
65
72
  - m.isabegovic@hotmail.com
66
73
  executables:
@@ -104,6 +111,6 @@ requirements: []
104
111
  rubygems_version: 3.5.22
105
112
  signing_key:
106
113
  specification_version: 4
107
- summary: 'One person''s taste on top of enola: a channel of its own and a recipe catalogue
108
- bound by what the tree shows.'
114
+ summary: 'Runs a fork build of enola, not the enola-labs release: a channel of its
115
+ own and a recipe catalogue bound by what the tree shows.'
109
116
  test_files: []