In the process of loading Moose on Pharo 2.0, we had to update the ConfigurationOfPetitSQLParser to add Pharo 2.0
ConfigurationOfPetitSQLParser>>development: spec <symbolicVersion: #development> spec for: #'pharo1.3.x' version: '1.0-baseline'. spec for: #'pharo1.4.x' version: '1.1-baseline'. spec for: #'pharo2.x' version: '1.1-baseline'.
But I cannot commit the change ... Other solution would be to change the config Of moose to not load the developement version, but it's not the best solution
nicolas