Changelog for
rubygem-haml-3.1.7-23.6.i586.rpm :
Mon Aug 27 14:00:00 2012 cfarrellAATTsuse.com
- license update: MIT and SUSE-WTFPL-2.0 and GPL-2.0 and Artistic-2.0
Package is MIT licensed (see MIT license and README.md). However, the
sass component under vendors has a GPL license and some of the tests are
WTFPL licensed
Sun Aug 26 14:00:00 2012 cooloAATTsuse.com
- updated to version 3.1.7
* relicensed to SUSE-WTFPL-2.0
Tue Jun 26 14:00:00 2012 cooloAATTsuse.com
- update to 3.1.6
* fix for the rails 3.2.3 fix to work with rails 3.1
Tue May 8 14:00:00 2012 cooloAATTsuse.com
- update to 3.1.5
* Respect Rails’ html_safe flag when escaping attribute values
* Fix for Rails 3.2.3 textarea helpers
Mon Apr 9 14:00:00 2012 cooloAATTsuse.com
- update to 3.1.4
Fix the use of FormBuilder#block with a label in Haml.
Fix indentation after a self-closing tag with dynamic attributes.
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Sun Sep 18 14:00:00 2011 mrueckertAATTsuse.de
- update to haml 3.1.3
- Fix partial layouts
Thu Jun 9 14:00:00 2011 aduffeckAATTnovell.com
- update to haml 3.1.2
- many bugfixes
- fix incompatibility with the rails_xss security fix
(http://weblog.rubyonrails.org/2011/6/8/potential-xss-vulnerability-in-ruby-on-rails-applications)
- Rails 3 support
- does not bundle sass anymore, which is now in rubygem-sass
Fri Jun 18 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires
Tue May 25 14:00:00 2010 fcastelliAATTnovell.com
- do not require explicitly rubygems version, calculate it at build time
Thu May 20 14:00:00 2010 aduffeckAATTnovell.com
- upgrade to haml 3.0.4 ( new features: Rails3 support, more useful multiline,
color mixing, AATTextend...)
- incompatibilities:
- haml: The puts helper has been removed. Use Haml::Helpers#haml_concat instead.
- sass: new syntax SCSS. SASS2-files can be converted with:
sass-convert --from sass2 style.sass style.scss
Thu Feb 18 13:00:00 2010 aduffeckAATTnovell.com
- upgrade to haml 2.2.20
Thu Dec 17 13:00:00 2009 prusnakAATTsuse.cz
- created package