summaryrefslogtreecommitdiff
path: root/www/ruby-css-parser/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-09-16www/ruby-css-parser: update to 1.12.0taca1-2/+2
1.12.0 (2022-09-16) * Improve exception message for missing value #131 * :rule_set_exceptions option added #132
2021-12-14www/ruby-css-parser: update to 1.11.0taca1-2/+2
1.11.0 (2021-12-14) * Do not combine border styles width/color/style are not all present
2021-08-30www/ruby-css-parser: update to 1.10.0taca1-2/+2
1.10.0 (2021-07-27) * Allow CSS functions to be used in CssParser::RuleSet#expand_dimensions_shorthand! #126
2021-02-05www/ruby-css-parser: update to 1.9.0taca1-2/+2
1.9.0 (2021-02-04) * Misc cleanup #122
2021-02-03www/ruby-css-parser: update to 1.8.0taca1-2/+2
No release information nor changelog Please refer <https://github.com/premailer/css_parser/compare/v1.7.1...v1.8.0> in detail.
2020-05-17www/ruby-css-parser: Update to 1.7.1taca1-2/+2
Update ruby-css-parser to 1.7.1. Version 1.7.1 (2019-12-01) Force UTF-8 encoding; do not strip out UTF-8 chars. #106 Version 1.7.0 (2019-02-11) No longer support ruby versions 1.9 2.0 2.1 Memory allocation improvements
2017-09-10Update ruby-css-parser to 1.6.0.taca1-2/+2
Version 1.6.0 * Handles font-size/ line-height shorthand with spaces
2017-04-22Update ruby-css-parser to 1.5.0.taca1-2/+2
Version 1.5.0 * Extended color keywords support (https://www.w3.org/TR/css3-color/). * remove_rule_set! method added. * :capture_offsets feature added.
2017-03-20Update ruby-css-parser to 1.4.10.taca1-2/+2
Version 1.4.10 * Include uri in RemoteFileError message. * Prevent to convert single declarations to their respective shorthand. * Fix Ruby warnings. Version 1.4.9 * Support for vrem, vh, vw, vmin, vmax and vm box model units. * Replace obsolete calls with actual ones. * Fix some Ruby warnings. Version 1.4.8 * Allow to get CSS rules as Hash using to_hash method. * Updates to support Ruby 1.9 and JRuby. * utf-8 related update. Version 1.4.7 * background-position shorthand fix.
2016-10-24Update ruby-css-parser to 1.4.6.taca1-2/+2
* Handling nil order in split_declaration. * Normalize whitespace in selectors and queries.
2016-10-18Update ruby-css-parser to 1.4.5.taca1-2/+2
Version 1.4.5 * Maintenance release. Version 1.4.4 * More robust redirection handling, refs #47. Version 1.4.3 * Look for redirects, MAX_REDIRECTS set to 3, refs #36. * Fix border style expanding, refs #58. * load_string! described, refs #70. Version 1.4.2 * Ship license with package, refs #69. Version 1.4.1 * Fix background shorthands, refs #66. Version 1.4.0 * Add support for background-size in the shorthand property @mitio
2015-10-04Update ruby-css-parser to 1.3.7.taca1-3/+3
- Fix regex for some things being malformed, along with also putting in a few cases not specified for brackets
2015-06-11Allow build this package no Ruby 2.2.taca1-3/+1
2015-02-05Update ruby-css-parser to 1.3.6.taca1-2/+4
### Version 1.3.6 * Fix bug not setting general rules after media query @jievans. * We doesn't support Ruby 1.8 anymore. * Run tests on Ruby 2.0 and Ruby 2.1. * Respect the :import option.
2013-09-15Update ruby-css-parserruby-css-parser to 1.3.5.taca1-2/+2
Exact changes aren't available. Please refer change log in github.
2013-03-17Update ruby-css-parser to 1.3.4.taca1-2/+2
Changes aren't available, please refer github's commit log.
2012-03-18Update ruby-css-parser to 1.2.6.taca1-2/+2
Exact chagnes are unknown.
2011-09-12Update ruby-css-parser package to 1.2.5. (A package depending to versiontaca1-2/+4
1.1.* of this one dosen't exist any more.) Changes are unknown.
2011-09-12Revert previous update, it would be break a depending package.taca1-4/+2
2011-09-12Update ruby-css-parser package to 1.2.5.taca1-2/+4
Changes are unknown.
2011-06-19Update ruby-css-parser pacakge to 1.1.9.taca1-2/+2
Changes are unknown.
2011-03-23Update ruby-css-parser pacakge to 1.1.5.taca1-2/+2
No changes are available.
2011-03-23Update ruby-css-parser pacakge to 1.1.4.taca1-2/+2
=== Ruby CSS Parser CHANGELOG === Version 1.1.3 * allow limiting by media type in add_block! === Version 1.1.2 * improve parsing of malformed declarations * improve support for local files * added support for loading over SSL * added support for deflate ==== Version 1.1.1 * Ruby 1.9 compatibility * @import regexp updates * various bug fixes ==== Version 1.1.0 * Added support for local @import * Better remote @import handling
2010-09-23Importing www/ruby-css-parser 1.0.1.taca1-0/+13
A set of classes for parsing CSS in Ruby.