Repository: qpid-proton
Updated Branches:
  refs/heads/master d4241caa0 -> b471fcfd1


PROTON-1775: rubygem doc is not multilib-clean for x86_64 vs i686

The YARD documentation tool generates timestamps in documentation by default.
Added an override for the footer template to prevent this.


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

Branch: refs/heads/master
Commit: b471fcfd15c11c3c6f42a790deab2549591c7992
Parents: d4241ca
Author: Alan Conway <acon...@redhat.com>
Authored: Wed Mar 7 16:02:07 2018 -0500
Committer: Alan Conway <acon...@redhat.com>
Committed: Wed Mar 7 16:02:07 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b471fcfd/proton-c/bindings/ruby/.yardopts
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/.yardopts b/proton-c/bindings/ruby/.yardopts
deleted file mode 100644
index 00217af..0000000
--- a/proton-c/bindings/ruby/.yardopts
+++ /dev/null
@@ -1,4 +0,0 @@
--r README.rdoc
---no-private
---default-return ""
---hide-void-return

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b471fcfd/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt 
b/proton-c/bindings/ruby/CMakeLists.txt
index 3b70b2a..22b0be0 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} -q -o ${bin}/doc -b ${bin}/.yardoc --no-progress 
--yardopts ${src}/.yardopts
+    COMMAND ${YARD_EXE} -o ${bin}/doc -b ${bin}/.yardoc --yardopts 
${src}/yard/options -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/b471fcfd/proton-c/bindings/ruby/yard/options
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/yard/options 
b/proton-c/bindings/ruby/yard/options
new file mode 100644
index 0000000..6dad9cb
--- /dev/null
+++ b/proton-c/bindings/ruby/yard/options
@@ -0,0 +1,8 @@
+--readme README.rdoc
+--quiet
+--no-progress
+--no-private
+--default-return ""
+--hide-void-return
+--template default
+


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

Reply via email to