Am 28.07.2014 um 14:17 schrieb Sean P. DeNigris <sean@clipperadams.com>:
NorbertHartl wrote
I try to give Neo-Caching a shot in a project of mine. Neo-Caching does not have a metacello configuration
The more religious MetaC practitioners will tell you never to to this and to just make a configuration yourself ;) I've found this can be overkill in simple cases.
Hell, yes! I'm not sure a configuration is a good thing if the configuration has twice as much code as the package it makes loadable. Oh, wait a secondâ¦skip thatâ¦I'm absolutely sure it is not a good thing!
IIRC you can add a repository to the spec for just that package i.e. something like: spec package: 'Neo-Caching' with: [ spec repository: â¦
I did that, thanks. I just wanted to know if there is a possibility doing it with versionner. Norbert