Login  Register

Re: VoyageMongo not working in Pharo 6?

Posted by EstebanLM on Jul 14, 2017; 5:13pm
URL: https://forum.world.st/VoyageMongo-not-working-in-Pharo-6-tp4954843p4954890.html

mmm
yes, seems that we forget to update the catalog version. I will do it soon, but for the moment, please install using this: 

Metacello new 
	repository: '<a href="github://pharo-nosql/voyage:1.5/mc" class="">github://pharo-nosql/voyage:1.5/mc';
	baseline: 'Voyage';
	load: 'mongo tests'.

cheers!
Esteban


On 14 Jul 2017, at 15:00, kmo <[hidden email]> wrote:

Is this what you wanted?

ConfigurationOfVoyageMongo>>stable:

stable: spec
<symbolicVersion: #'stable'>

spec for: #'common' version: '1.4'.
spec for: #'pharo1.4.x' version: '1.1.1'.
spec for: #'pharo2.0.x' version: '1.2.7'.
spec for: #'pharo3.x' version: '1.3.1'.
spec for: #'pharo4.x' version: '1.3.3'.
spec for: #'pharo5.x' version: '1.4'.



--
View this message in context: http://forum.world.st/VoyageMongo-not-working-in-Pharo-6-tp4954843p4954869.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.