Closed norman closed 11 years ago
Thanks for the headsup @norman. I'll run the test suite over it :)
Looks like the specs pass, so I'm happy to leave the gemspec as is. Thanks again for letting me know.
/Users/jnh/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -S rspec ./spec/haml_spec.rb ./spec/sprockets_spec.rb ./spec/template_spec.rb ./spec/ext/compiler_spec.rb
4.0.0.rc.1
should include "4.0.0"
Sprockets
should register .hamlbars extension
Hamlbars::Template
should render compiler preamble
should bind element attributes
should render action attributes
should render in-tag expressions
should render multiple in-tag expressions
should render expressions
should render block expressions
should render expression options
should render tripple-stash expressions
should render tripple-stash block expressions
should render tripple-stash expression options
should not escape block contents
should not mark expressions as html_safe when XSS protection is disabled
should not mark expressions as html_safe when XSS protection is disabled
Haml::Compiler
should include Hamlbars::CompilerExtension
should define ::build_attributes_with_handlebars_attributes
should define ::build_attributes_without_handlebars_attributes
should alias ::build_attributes to ::build_attributes_with_handlebars_attributes
Finished in 0.02049 seconds
20 examples, 0 failures
Great!
Hi, I just wanted to give you a heads up that Haml 4.0 stable is going to be released on Wednesday. Keep in mind that since your gemspec references "haml" with no version, anybody installing your gem after Wednesday will get Haml 4.0 rather than 3.1.x, so you might want to double check to be that your gem is compatible, and if it's not, update your dependency to
< 4.0
until you've had time to patch.If you come across any issues and/or have questions about the latest release, please feel free to ask me.