Update rabbit to 1.0.7.
== 1.0.7: 2012-05-29 twitter-stream 0.1.15 support release. === Improvements ==== rabbit * Supported markdown extension as Markdown file. * Supported Markdown's link markup. [Patch by KITAITI Makoto] ==== Theme * default-preformatted: Added @preformatted_centering variable that changes alignment of preformatted text. [Patch by kimura wataru] * (({true})): Centering (default) * (({false})): Left align ==== rabbiter * Supported twitter-stream 0.1.15. === Fixes ==== rabbit * Fixed computation of spacing. ==== Theme * Fixed a bug that horizontal centering isn't reset. ==== Documentation * Fixed typos [Reported by @tmtms] === Thanks * KITAITI Makoto * kimura wataru * @tmtms
This commit is contained in:
parent
74ea270076
commit
2142e13240
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.34 2012/03/03 11:44:29 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2012/06/07 11:56:28 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rabbit-1.0.6
|
||||
DISTNAME= rabbit-1.0.7
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://rabbit-shockers.org/download/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.20 2012/02/01 12:57:50 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.21 2012/06/07 11:56:28 obache Exp $
|
||||
bin/rabbirack
|
||||
bin/rabbirc
|
||||
bin/rabbit
|
||||
|
@ -270,6 +270,8 @@ ${RUBY_VENDORLIB}/rabbit/theme/edge-info-toolkit/edge-info-toolkit.rb
|
|||
${RUBY_VENDORLIB}/rabbit/theme/edge-info-toolkit/property.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/emphasize-keyword/emphasize-keyword.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/emphasize-keyword/property.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/enishi-green/enishi-green.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/enishi-green/property.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/entry.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/footer-comment/footer-comment.rb
|
||||
${RUBY_VENDORLIB}/rabbit/theme/footer-comment/property.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.26 2012/03/03 11:44:29 obache Exp $
|
||||
$NetBSD: distinfo,v 1.27 2012/06/07 11:56:29 obache Exp $
|
||||
|
||||
SHA1 (rabbit-1.0.6.tar.gz) = 869d71213b0c6500772d245ba0058dcfd65c919c
|
||||
RMD160 (rabbit-1.0.6.tar.gz) = 54fd032a64090435835e28bfea6dc4bdd823c537
|
||||
Size (rabbit-1.0.6.tar.gz) = 5886935 bytes
|
||||
SHA1 (rabbit-1.0.7.tar.gz) = 354f0988dbb82b144cb170ef256149edc3766fce
|
||||
RMD160 (rabbit-1.0.7.tar.gz) = 727eaed2c629e9cdbbc0e937ed3ada5700989f4a
|
||||
Size (rabbit-1.0.7.tar.gz) = 5897132 bytes
|
||||
|
|
Loading…
Reference in a new issue