Skip to content

Commit

Permalink
Update ruby-maruku to 0.7.2.
Browse files Browse the repository at this point in the history
0.7.2

* Fix angle-bracket links starting with https:// at the beginning of a
  line. #126
* Fix error in footnote generation. #129
* Fix for ellipses dissapearing at the end of a line. #131
* Reimplement smartypants for a large overall speed improvement. #132
* #maruku_error will now respect :on_error => :ignore. #133
  • Loading branch information
taca committed Mar 13, 2015
1 parent 683c8b1 commit 94b761e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-maruku/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2014/03/14 18:22:03 taca Exp $
# $NetBSD: Makefile,v 1.9 2015/03/13 16:16:12 taca Exp $

DISTNAME= maruku-0.7.1
DISTNAME= maruku-0.7.2
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
5 changes: 3 additions & 2 deletions textproc/ruby-maruku/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2014/03/14 18:22:03 taca Exp $
@comment $NetBSD: PLIST,v 1.10 2015/03/13 16:16:12 taca Exp $
bin/maruku
bin/marutex
${GEM_HOME}/cache/${GEM_NAME}.gem
Expand Down Expand Up @@ -40,7 +40,6 @@ ${GEM_LIBDIR}/lib/maruku/input/mdline.rb
${GEM_LIBDIR}/lib/maruku/input/parse_block.rb
${GEM_LIBDIR}/lib/maruku/input/parse_doc.rb
${GEM_LIBDIR}/lib/maruku/input/parse_span.rb
${GEM_LIBDIR}/lib/maruku/input/rubypants.rb
${GEM_LIBDIR}/lib/maruku/input_textile2/t2_parser.rb
${GEM_LIBDIR}/lib/maruku/inspect_element.rb
${GEM_LIBDIR}/lib/maruku/maruku.rb
Expand Down Expand Up @@ -119,6 +118,8 @@ ${GEM_LIBDIR}/spec/block_docs/issue117.md
${GEM_LIBDIR}/spec/block_docs/issue120.md
${GEM_LIBDIR}/spec/block_docs/issue123.md
${GEM_LIBDIR}/spec/block_docs/issue124.md
${GEM_LIBDIR}/spec/block_docs/issue126.md
${GEM_LIBDIR}/spec/block_docs/issue130.md
${GEM_LIBDIR}/spec/block_docs/issue20.md
${GEM_LIBDIR}/spec/block_docs/issue26.md
${GEM_LIBDIR}/spec/block_docs/issue29.md
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-maruku/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2014/03/14 18:22:03 taca Exp $
$NetBSD: distinfo,v 1.8 2015/03/13 16:16:12 taca Exp $

SHA1 (maruku-0.7.1.gem) = f4f93a2e930b2711aa1f7572be2271a4638978e8
RMD160 (maruku-0.7.1.gem) = 849c580ac87b0c21e49ce73a2813511264e1ef5f
Size (maruku-0.7.1.gem) = 144896 bytes
SHA1 (maruku-0.7.2.gem) = b9df9e5cc8ea5202afe0a7322ea896f5f3490a45
RMD160 (maruku-0.7.2.gem) = 9cf63e4b5e4082712a1782159e95e25e1f6e855a
Size (maruku-0.7.2.gem) = 142336 bytes

0 comments on commit 94b761e

Please sign in to comment.