NO-JIRA: [ruby] move yard/options to standard location .yardopts

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1f682a6c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1f682a6c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1f682a6c

Branch: refs/heads/go1
Commit: 1f682a6ceff7d8cf6e7c21f7112019d3b79de995
Parents: 5a34fda
Author: Alan Conway <acon...@redhat.com>
Authored: Wed Mar 21 14:01:01 2018 -0400
Committer: Alan Conway <acon...@redhat.com>
Committed: Fri Mar 23 09:39:39 2018 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/.yardopts      | 8 ++++++++
 proton-c/bindings/ruby/CMakeLists.txt | 2 +-
 proton-c/bindings/ruby/yard/options   | 8 --------
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1f682a6c/proton-c/bindings/ruby/.yardopts
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/.yardopts b/proton-c/bindings/ruby/.yardopts
new file mode 100644
index 0000000..166989d
--- /dev/null
+++ b/proton-c/bindings/ruby/.yardopts
@@ -0,0 +1,8 @@
+--readme README.rdoc
+--quiet
+--no-progress
+--no-private
+--default-return ""
+--hide-void-return
+--template default
+--api qpid

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1f682a6c/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt 
b/proton-c/bindings/ruby/CMakeLists.txt
index 22b0be0..d8f9a44 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -144,7 +144,7 @@ if (YARD_EXE)
   add_custom_command(
     OUTPUT ${bin}/doc
     WORKING_DIRECTORY ${src}
-    COMMAND ${YARD_EXE} -o ${bin}/doc -b ${bin}/.yardoc --yardopts 
${src}/yard/options -p ${src}/yard/templates
+    COMMAND ${YARD_EXE} -o ${bin}/doc -b ${bin}/.yardoc --yardopts 
${src}/.yardopts -p ${src}/yard/templates
     DEPENDS ${RUBY_SRC}
     )
   add_custom_target(docs-ruby DEPENDS ${bin}/doc)

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1f682a6c/proton-c/bindings/ruby/yard/options
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/yard/options 
b/proton-c/bindings/ruby/yard/options
deleted file mode 100644
index 166989d..0000000
--- a/proton-c/bindings/ruby/yard/options
+++ /dev/null
@@ -1,8 +0,0 @@
---readme README.rdoc
---quiet
---no-progress
---no-private
---default-return ""
---hide-void-return
---template default
---api qpid


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to