Skip to content

Commit

Permalink
Update ruby-css-parser to 1.4.10.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
taca committed Mar 20, 2017
1 parent 2b2c2f3 commit e27f5e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-css-parser/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2016/10/24 14:18:10 taca Exp $
# $NetBSD: Makefile,v 1.16 2017/03/20 15:46:36 taca Exp $

DISTNAME= css_parser-1.4.6
DISTNAME= css_parser-1.4.10
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www

Expand Down
10 changes: 5 additions & 5 deletions www/ruby-css-parser/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.15 2016/10/24 14:18:10 taca Exp $
$NetBSD: distinfo,v 1.16 2017/03/20 15:46:36 taca Exp $

SHA1 (css_parser-1.4.6.gem) = 6fd975ad5298604bb8a32bcc111ddc49a3853f4f
RMD160 (css_parser-1.4.6.gem) = fcd9bca8da877493213c3a4a55f7bae79affe62e
SHA512 (css_parser-1.4.6.gem) = da3a5bd0363986926953cd8e94131b98ac34d008871874af1adee7cb73cdfa7243d0469608e0535d4dfa0c55f3183ada12febb952edb4be88a33a526efdb1bb5
Size (css_parser-1.4.6.gem) = 17408 bytes
SHA1 (css_parser-1.4.10.gem) = a579462427cc845b695fe095c104e5ea3d03aad5
RMD160 (css_parser-1.4.10.gem) = 456141f1dc73b714df903415b797215ce6ef31a1
SHA512 (css_parser-1.4.10.gem) = 3f86460200c9074ff9e530b28f06fd4492459728d93a787d592f644e3fc8843f621fe3842841ff5339d5a278e3b3a22be20a9989813b287ffba10b44d45f63fa
Size (css_parser-1.4.10.gem) = 17920 bytes

0 comments on commit e27f5e8

Please sign in to comment.