[Groonga-commit] groonga/groonga-command-parser at 42f2b03 [master] Use kramdown instead of Redcarpet

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 21 22:56:34 JST 2015


Kouhei Sutou	2015-05-21 22:56:34 +0900 (Thu, 21 May 2015)

  New Revision: 42f2b039d1a2570df2731e7bb635e662eab8b500
  https://github.com/groonga/groonga-command-parser/commit/42f2b039d1a2570df2731e7bb635e662eab8b500

  Message:
    Use kramdown instead of Redcarpet
    
    Because Redcarpet can't work on JRuby.

  Modified files:
    .yardopts
    groonga-command-parser.gemspec

  Modified: .yardopts (+2 -0)
===================================================================
--- .yardopts    2015-05-21 22:55:20 +0900 (6e386d1)
+++ .yardopts    2015-05-21 22:56:34 +0900 (35363fa)
@@ -2,6 +2,8 @@
 --no-private
 --output doc/reference/en
 --title "groonga-command-parser API Reference"
+--markup markdown
+--markup-provider kramdown
 --po-dir doc/po
 -
 doc/text/*

  Modified: groonga-command-parser.gemspec (+1 -1)
===================================================================
--- groonga-command-parser.gemspec    2015-05-21 22:55:20 +0900 (4b8693a)
+++ groonga-command-parser.gemspec    2015-05-21 22:56:34 +0900 (eab04f0)
@@ -62,6 +62,6 @@ Gem::Specification.new do |spec|
   spec.add_development_dependency("bundler")
   spec.add_development_dependency("packnga")
   spec.add_development_dependency("yard")
-  spec.add_development_dependency("redcarpet")
+  spec.add_development_dependency("kramdown")
 end
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index