Nathan, I found some odd behavior upgrading to 2.2.24. When I did a gem update, nothing happened. Looking at the remote gems shows 2.2.24. But still the update didn't work. When I did an install of the specific version it installed fine.
Might there be something that needs updating in the gem? Or might this be because I have 3.0.0.rc.2 installed? Matt # gem list | g haml haml (3.0.0.rc.2, 2.2.23, 2.2.17, 2.0.10) # gem list --remote haml *** REMOTE GEMS *** haml (2.2.24) haml-coderay (0.0.2) haml-edge (2.3.227) haml-hikidoc-filter (1.0.0) haml_formtastic_scaffold (1.0.5) haml_scaffold (1.1.0) hamlify (1.0.0) # gem update haml Updating installed gems Nothing to update # gem install haml --version 2.2.24 Successfully installed haml-2.2.24 1 gem installed # gem list | g haml haml (3.0.0.rc.2, 2.2.24, 2.2.23, 2.2.17, 2.0.10) On Apr 27, 2010, at 11:30 PM, Nathan Weizenbaum wrote: > Hi folks, > > I just pushed out Haml/Sass 2.2.24. This release mostly fixes some Rails 3 > beta bugs, but there is one new deprecation. Parent references may only be > placed at the beginning of simple selector sequences in Sass 3 (&.foo or .foo > & are okay, but .foo& is not), so there's a deprecation warning for it being > elsewhere. > > As always, the changelogs are available at > http://haml-lang.com/docs/yardoc/HAML_CHANGELOG.md.html and > http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html > > Enjoy! > - Nathan > > -- > 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. -- 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.
