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.
- checksums.yaml +4 -4
- data/lib/munola/version.rb +1 -1
- metadata +16 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ab78c18a2c9958d0c634e2177f711100a0fb3d6238a792d821a5ae559a84ec3
|
|
4
|
+
data.tar.gz: 4fb06f8764e9678598ea2a202168009e6e105352f67f05209a0ee1fbe455fc2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e283df48b4b6f8de613a40e3898c1912568dceab40069fd5af52cfb02db3aa11fc38e79440252566e84a66a5a096aed3590caf07a7a88f34780cfadb4e4309c
|
|
7
|
+
data.tar.gz: 8d91d165e1fccfe346955d617fd6b0786764619fafa3b4acff654ec327e0f7ec06dabad8e9600daab7dabb5821593e9b1676ff0e8286a0feea9fa93ae8076849
|
data/lib/munola/version.rb
CHANGED
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.
|
|
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
|
|
57
|
-
|
|
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.
|
|
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
|
|
62
|
-
recipes its tree justifies, and turns both Ruby providers on by default.
|
|
63
|
-
upstream where it fits;
|
|
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: '
|
|
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: []
|