[Groonga-commit] groonga/groonga-command at 93c5e0e [fix-travis-ci-error] Add .yardopts

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Jan 13 17:31:05 JST 2016


Haruka Yoshihara	2012-12-06 17:35:08 +0900 (Thu, 06 Dec 2012)

  New Revision: 93c5e0e5b74a75d7996ccb6fa1b2fb48e7e32b17
  https://github.com/groonga/groonga-command/commit/93c5e0e5b74a75d7996ccb6fa1b2fb48e7e32b17

  Message:
    Add .yardopts

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

  Added: .yardopts (+6 -0) 100644
===================================================================
--- /dev/null
+++ .yardopts    2012-12-06 17:35:08 +0900 (a531f94)
@@ -0,0 +1,6 @@
+--protected
+--no-private
+--output doc/reference/en
+--title "groonga-command API Reference"
+-
+doc/text/*

  Modified: groonga-command.gemspec (+1 -0)
===================================================================
--- groonga-command.gemspec    2012-12-06 17:27:26 +0900 (9bdc69b)
+++ groonga-command.gemspec    2012-12-06 17:35:08 +0900 (9d3e079)
@@ -40,6 +40,7 @@ Gem::Specification.new do |spec|
   spec.summary, spec.description, = description.split(/\n\n+/, 3)
 
   spec.files = ["README.md", "Rakefile", "Gemfile", "#{spec.name}.gemspec"]
+  spec.files += [".yardopts"]
   spec.files += Dir.glob("lib/**/*.rb")
   spec.files += Dir.glob("doc/text/*")
   spec.test_files += Dir.glob("test/**/*")
-------------- next part --------------
HTML����������������������������...
Download 



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