Modifying baseline of socialmetrica for TiddlyWikiPharo dependency.

This commit is contained in:
ruidajo 2022-05-25 12:45:25 -05:00
parent 33805fd903
commit e9d8745818
3 changed files with 15 additions and 6 deletions

View File

@ -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') ]
]

View File

@ -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' ]

View File

@ -0,0 +1,7 @@
baselines
tiddlyWikiPharo: spec
ExoRepo new
repository: 'https://code.tupale.co/Offray/TiddlyWikiPharo';
load.
spec baseline: 'TiddlyWikiPharo'