Modifying baseline of socialmetrica for TiddlyWikiPharo dependency.
This commit is contained in:
parent
33805fd903
commit
e9d8745818
@ -10,8 +10,9 @@ baseline: spec
|
||||
self reStore: spec.
|
||||
self roassal3Exporters: spec.
|
||||
self mustache: spec.
|
||||
self tiddlyWikiPharo: spec.
|
||||
"Packages"
|
||||
spec
|
||||
package: 'Socialmetrica'
|
||||
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache') ]
|
||||
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache' 'TiddlyWikiPharo') ]
|
||||
]
|
@ -1,7 +1,8 @@
|
||||
baselines
|
||||
mustache: spec
|
||||
Metacello new
|
||||
repository: 'github://noha/mustache/repository';
|
||||
baseline: 'Mustache';
|
||||
load.
|
||||
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]
|
||||
|
||||
Metacello new
|
||||
repository: 'github://noha/mustache/repository';
|
||||
baseline: 'Mustache';
|
||||
load.
|
||||
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]
|
@ -0,0 +1,7 @@
|
||||
baselines
|
||||
tiddlyWikiPharo: spec
|
||||
|
||||
ExoRepo new
|
||||
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
|
||||
load.
|
||||
spec baseline: 'TiddlyWikiPharo'
|
Loading…
Reference in New Issue
Block a user