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 reStore: spec.
|
||||||
self roassal3Exporters: spec.
|
self roassal3Exporters: spec.
|
||||||
self mustache: spec.
|
self mustache: spec.
|
||||||
|
self tiddlyWikiPharo: spec.
|
||||||
"Packages"
|
"Packages"
|
||||||
spec
|
spec
|
||||||
package: 'Socialmetrica'
|
package: 'Socialmetrica'
|
||||||
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache') ]
|
with: [ spec requires: #("'RSSTools'" 'XMLParserHTML' 'ReStore' 'Roassal3Exporters' 'Mustache' 'TiddlyWikiPharo') ]
|
||||||
]
|
]
|
@ -1,7 +1,8 @@
|
|||||||
baselines
|
baselines
|
||||||
mustache: spec
|
mustache: spec
|
||||||
Metacello new
|
|
||||||
|
Metacello new
|
||||||
repository: 'github://noha/mustache/repository';
|
repository: 'github://noha/mustache/repository';
|
||||||
baseline: 'Mustache';
|
baseline: 'Mustache';
|
||||||
load.
|
load.
|
||||||
spec baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]
|
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