Update ruby-csspool to 4.0.5.
4.0.5 New Features * Support the ratio data type 4.0.4 (Broken release, do not use)
This commit is contained in:
parent
d26882f218
commit
2555ebdd71
3 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/02/05 15:32:25 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/06/11 16:47:00 taca Exp $
|
||||
|
||||
DISTNAME= csspool-4.0.3
|
||||
DISTNAME= csspool-4.0.5
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2015/02/05 15:32:25 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2015/06/11 16:47:00 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.autotest
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
|
@ -6,7 +6,7 @@ ${GEM_LIBDIR}/CHANGELOG.rdoc
|
|||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/Gemfile.lock
|
||||
${GEM_LIBDIR}/Manifest.txt
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/csspool.rb
|
||||
${GEM_LIBDIR}/lib/csspool/collection.rb
|
||||
|
@ -53,6 +53,7 @@ ${GEM_LIBDIR}/lib/csspool/terms/hash.rb
|
|||
${GEM_LIBDIR}/lib/csspool/terms/ident.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/math.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/number.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/ratio.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/resolution.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/rgb.rb
|
||||
${GEM_LIBDIR}/lib/csspool/terms/string.rb
|
||||
|
@ -70,11 +71,9 @@ ${GEM_LIBDIR}/test/css/test_import_rule.rb
|
|||
${GEM_LIBDIR}/test/css/test_keyframes_rule.rb
|
||||
${GEM_LIBDIR}/test/css/test_media_rule.rb
|
||||
${GEM_LIBDIR}/test/css/test_namespace_rule.rb
|
||||
${GEM_LIBDIR}/test/css/test_node_position.rb
|
||||
${GEM_LIBDIR}/test/css/test_parser.rb
|
||||
${GEM_LIBDIR}/test/css/test_supports_rule.rb
|
||||
${GEM_LIBDIR}/test/css/test_tokenizer.rb
|
||||
${GEM_LIBDIR}/test/css/test_variables.rb
|
||||
${GEM_LIBDIR}/test/files/test.css
|
||||
${GEM_LIBDIR}/test/helper.rb
|
||||
${GEM_LIBDIR}/test/sac/test_parser.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2015/02/05 15:32:25 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2015/06/11 16:47:00 taca Exp $
|
||||
|
||||
SHA1 (csspool-4.0.3.gem) = a37bc17334db112855bd396bcf64837a9e4c6ff2
|
||||
RMD160 (csspool-4.0.3.gem) = b5b8126ead456befb20af3fef283de2aa5c7d613
|
||||
Size (csspool-4.0.3.gem) = 47616 bytes
|
||||
SHA1 (csspool-4.0.5.gem) = af39b91fd3452b7295ac77cdb433ea78e04b4785
|
||||
RMD160 (csspool-4.0.5.gem) = 3de48299518c516302cc920f5bc5c332e94f4653
|
||||
Size (csspool-4.0.5.gem) = 47616 bytes
|
||||
|
|
Loading…
Reference in a new issue