ConfigurationOfMyProject
i require project Somethingのベースラインで:
spec project: 'Something' with: [
spec
className: 'ConfigurationOfSomething';
repository: 'http://smalltalkhub.com/mc/SomeOne/Something/main';
versionString: '1.0' ].
のメンテナが、バグを含む のConfigurationOfSomething
新しいバージョンをコミットしました。ConfigurationOfSomething
そのため、ConfigurationOfMyProject
もう読み込まれません。
次のような特定のバージョンを要求できますかConfigurationOfSomething
:
spec project: 'Something' with: [
spec
className: 'ConfigurationOfSomething';
repository: 'http://smalltalkhub.com/mc/SomeOne/Something/main';
monticelloVersion: 'ConfigurationOfSomething-SomeOne.125'
versionString: '1.0' ].