hey guys,
fyi, this broke a dependency somewhere (probably a broken one in
0.9.4...).
~# gem install merb -v 0.9.4 --no-rdoc --no-ri
ERROR: Error installing merb:
merb-action-args requires merb-core (>= 0.9.5, runtime)
~# gem install merb --no-rdoc --no-ri
(many gems installed, but not listing extlib, though it is installed)
~# gem install data_mapper --no-rdoc --no-ri
ERROR: Error installing data_mapper:
data_objects requires extlib (= 0.9.4, runtime)
so I installed merb 0.9.5, then also extlib 0.9.4, and then
data_mapper will install... So the merb -v 0.9.4 gem will install the
latest merb-action-args and not the one that corresponds to 0.9.4.
The dependencies are not simple here ;)
thanks,
Adam
On Aug 25, 4:47 pm, "Matt Aimonetti" <
mattaimone...@gmail.com> wrote:
> w00t w00t! Congrats
>
> -Matt
>
> On Tue, Aug 26, 2008 at 1:46 AM, Michael Klishin <
>