Update ruby-css-parser pacakge to 1.1.4.
=== 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
This commit is contained in:
parent
d528bc27f5
commit
e94c2d94d2
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/23 07:28:39 taca Exp $
|
# $NetBSD: Makefile,v 1.2 2011/03/23 15:31:53 taca Exp $
|
||||||
|
|
||||||
DISTNAME= css_parser-1.0.1
|
DISTNAME= css_parser-1.1.4
|
||||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/23 07:28:39 taca Exp $
|
@comment $NetBSD: PLIST,v 1.2 2011/03/23 15:31:53 taca Exp $
|
||||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||||
${GEM_LIBDIR}/lib/css_parser.rb
|
${GEM_LIBDIR}/lib/css_parser.rb
|
||||||
${GEM_LIBDIR}/lib/css_parser/parser.rb
|
${GEM_LIBDIR}/lib/css_parser/parser.rb
|
||||||
|
@ -10,7 +10,7 @@ ${GEM_LIBDIR}/test/fixtures/import1.css
|
||||||
${GEM_LIBDIR}/test/fixtures/simple.css
|
${GEM_LIBDIR}/test/fixtures/simple.css
|
||||||
${GEM_LIBDIR}/test/fixtures/subdir/import2.css
|
${GEM_LIBDIR}/test/fixtures/subdir/import2.css
|
||||||
${GEM_LIBDIR}/test/test_css_parser_basic.rb
|
${GEM_LIBDIR}/test/test_css_parser_basic.rb
|
||||||
${GEM_LIBDIR}/test/test_css_parser_downloading.rb
|
${GEM_LIBDIR}/test/test_css_parser_loading.rb
|
||||||
${GEM_LIBDIR}/test/test_css_parser_media_types.rb
|
${GEM_LIBDIR}/test/test_css_parser_media_types.rb
|
||||||
${GEM_LIBDIR}/test/test_css_parser_misc.rb
|
${GEM_LIBDIR}/test/test_css_parser_misc.rb
|
||||||
${GEM_LIBDIR}/test/test_css_parser_regexps.rb
|
${GEM_LIBDIR}/test/test_css_parser_regexps.rb
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.1.1.1 2010/09/23 07:28:39 taca Exp $
|
$NetBSD: distinfo,v 1.2 2011/03/23 15:31:53 taca Exp $
|
||||||
|
|
||||||
SHA1 (css_parser-1.0.1.gem) = a7b6c375cc5f648048226fe3f89d6894ff083d0a
|
SHA1 (css_parser-1.1.4.gem) = f5f459beba5ac9e5e0bb0ff14ff8e0d3828b8a7e
|
||||||
RMD160 (css_parser-1.0.1.gem) = c78947d1d75e04c4f32d7970c2c130f78bed6cac
|
RMD160 (css_parser-1.1.4.gem) = e1ad252fe7bbdd95a1d1065cc8fdb5bfbd439957
|
||||||
Size (css_parser-1.0.1.gem) = 18944 bytes
|
Size (css_parser-1.1.4.gem) = 19968 bytes
|
||||||
|
|
Loading…
Reference in a new issue