New dependencies: Mustache.
This commit is contained in:
parent
bba0f9088d
commit
742bb97446
@ -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') ]
|
||||
]
|
@ -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' ]
|
Loading…
Reference in New Issue
Block a user