New dependencies: Mustache.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-05-14 20:31:16 -05:00
parent bba0f9088d
commit 742bb97446
2 changed files with 10 additions and 2 deletions

View File

@ -5,12 +5,13 @@ baseline: spec
for: #common
do: [
"Dependencies"
"self rssTools: spec."
"self rssTools: spec." "<-- We need to fix the XMLWriter dependency."
self xmlParserHTML: spec.
self reStore: spec.
self roassal3Exporters: spec.
self mustache: spec.
"Packages"
spec
package: 'Socialmetrica'
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters') ]
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache') ]
]

View File

@ -0,0 +1,7 @@
baselines
mustache: spec
Metacello new
repository: 'github://noha/mustache/repository';
baseline: 'Mustache';
load.
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]