Ok, So I completely wiped all my gems and reinstalled them.

(SIDEBAR: to completely clean your gems (MacOS 10.6.3), backup and
remove:
    /Library/Ruby/Gems/1.8/*
    /Users/<USERNAME>/.gem/ruby/1.8/*
    /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/
ruby/gems/1.8/*
after removing the first two, do a gem list (these will be only the
apple default gems)
and then re-install these gems after removing them, or just don't
touch them at all)

After reinstalling Haml 2.2.23 I created a new rails app, added haml
and froze the gem,
no problem.  Then I installed Haml 3.0.0b3 and tried the test again
and it failed with the
missing gemspec problem again.  However, I uninstalled Haml 3.0.0b3
and 2.2.23 and then
re-installed them both and everything is working fine now.  I have no
idea what happened.

Not sure what this all means, but it is working now, so I guess I'm
good.  I did all of this
experimenting on a spare machine because I didn't want to trash my
development environment,
but now I'm going to clean my development environment, I'll let you
know if I have any problems.



On Apr 14, 7:25 pm, Matt Martini <[email protected]> wrote:
> Me too.  I looked at an old project that had haml (2.2.17) frozen
> and it didn't have the gem.spec in the vendor/gems/haml dir.
>
> I'm thinking that I want to uninstall and re-install all of my gems,
> but I'm not sure how to do this without destroying the Ruby install.
> Guess I'll have to do some searching for a how-to.
>
> I'll let you know how this goes and if the issue persists with a clean 
> install.

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to