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.
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
### 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.
=== 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