Hello,

I want to host my project on GitHub so I use filetree to commit my changes and I have a BaselineOfMyProject for the configuration

My Baseline is in a package which has name of the class

Link to the baseline

When I take a fresh Pharo5 image (latest pre spur) and I want to load my project by using

Metacello new
  baseline: #YourTribes;
  repository: 'github://HappyPharoHackers/YourTribes';
  load
I have an error : ��MessageNotUnderstood: BaselineOfYourTribes class>>project

I tried to find the source of the problem but I failed :/

Cheers,
Thomas