Hi,
Moose Suite 4.0 beta 5 is now available for download:
http://www.moosetechnology.org/download
The same version can also be loaded into a Pharo Development image by
executing the following code:
Gofer new
squeaksource: 'Moose';
package: 'ConfigurationOfMoose';
load.
((Smalltalk at: #ConfigurationOfMoose)
project version: '4.0-beta.5') load.
Cheers,
Doru
--
www.tudorgirba.com
"Problem solving should be concentrated on describing
the problem in a way that is relevant for the solution."