Minimal baseline while migrating from SmalltalkHub to Gitea ( https://code.tupale.co/Offray/Fossil/ )

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 12:36:08 -05:00
parent 7febe22d33
commit e89c1a19b4
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ BaselineOfFossil >> baseline: spec [
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']".
"This package"
spec baseline: 'Fossil' with: [ spec repository: 'http://smalltalkhub.com/mc/Offray/Fossil' ].
"Packages"
spec package: 'Fossil' with: [ spec requires: #('NeoJSON') ].
]
]