Repository: qpid-proton
Updated Branches:
  refs/heads/master b7e4a1e16 -> bce2ab4fb


PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

Fixed inconsistent line break between different YARD versions.


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

Branch: refs/heads/master
Commit: bce2ab4fb8c1618496f63b0ef27220b6235c8458
Parents: b7e4a1e
Author: Alan Conway <acon...@redhat.com>
Authored: Fri Jun 29 14:43:58 2018 -0400
Committer: Alan Conway <acon...@redhat.com>
Committed: Fri Jun 29 14:43:58 2018 -0400

----------------------------------------------------------------------
 ruby/CMakeLists.txt | 2 +-
 ruby/README.rdoc    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bce2ab4f/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/ruby/CMakeLists.txt b/ruby/CMakeLists.txt
index 5239cdf..59486f9 100644
--- a/ruby/CMakeLists.txt
+++ b/ruby/CMakeLists.txt
@@ -158,7 +158,7 @@ if (YARD_EXE)
     OUTPUT ${bin}/doc
     WORKING_DIRECTORY ${src}
     COMMAND ${YARD_EXE} -o ${bin}/doc -b ${bin}/.yardoc -p ${src}/doc/templates
-    DEPENDS ${RUBY_SRC} ${TEMPLATES}
+    DEPENDS ${RUBY_SRC} ${TEMPLATES} .yardopts
     )
   add_custom_target(docs-ruby DEPENDS ${bin}/doc)
   add_dependencies (docs docs-ruby)

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bce2ab4f/ruby/README.rdoc
----------------------------------------------------------------------
diff --git a/ruby/README.rdoc b/ruby/README.rdoc
index eef728f..c8dc082 100644
--- a/ruby/README.rdoc
+++ b/ruby/README.rdoc
@@ -22,7 +22,7 @@ http://qpid.apache.org/proton. To build from source:
 
 This produces a Gem file at:
 
-    ${CMAKE_BUILD_DIR}/ruby/qpid_proton-${PN_VERSION}.gem
+    BUILD_DIR/ruby/qpid_proton-VERSION.gem
 
 You can install the gem with +gem install+
 


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

Reply via email to