From ae3ddbf2004141792a094af15e71b96800c59c87 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Thu, 11 Oct 2012 19:43:14 +0000 Subject: JIRA 4291 : Some cleanup on the rdoc generation and markups. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1397260 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qpid/ruby/README.rdoc | 7 ++++--- cpp/bindings/qpid/ruby/Rakefile | 3 ++- cpp/bindings/qpid/ruby/lib/qpid/version.rb | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'cpp/bindings') diff --git a/cpp/bindings/qpid/ruby/README.rdoc b/cpp/bindings/qpid/ruby/README.rdoc index 5c60a15588..5d12b89880 100644 --- a/cpp/bindings/qpid/ruby/README.rdoc +++ b/cpp/bindings/qpid/ruby/README.rdoc @@ -1,6 +1,7 @@ -= Qpid - Open Source AMQP Messaging += Qpid - Ruby language bindings for the Qpid messaging framework. -Qpid is an cross-platform enterprise messaging system. +Qpid is an cross-platform enterprise messaging system based on the open-source +AMQP protocol. Version :: 0.19.0 @@ -12,7 +13,7 @@ Documents :: http://qpid.apache.org/ You can install Qpid with the following command. - $ gem install qpid + $ gem install qpid_messaging == Building The Native Code diff --git a/cpp/bindings/qpid/ruby/Rakefile b/cpp/bindings/qpid/ruby/Rakefile index 99c3e13c83..a813f15b8a 100644 --- a/cpp/bindings/qpid/ruby/Rakefile +++ b/cpp/bindings/qpid/ruby/Rakefile @@ -20,7 +20,7 @@ task :noop -# look for a root directory for out-of-tree builds +$:.push File.expand_path("../lib", __FILE__) OUTPUT_DIR=ENV["OUTPUT_DIR"] || "." @@ -92,6 +92,7 @@ Rake::RDocTask.new(:rdoc => "rdoc", rd.main = "README.rdoc" rd.options << "--all" rd.rdoc_files.include("README.rdoc", "lib/**/*.rb") + rd.title = "Qpid Messaging Documentation" end #----------------- diff --git a/cpp/bindings/qpid/ruby/lib/qpid/version.rb b/cpp/bindings/qpid/ruby/lib/qpid/version.rb index 39524e428f..737f021006 100644 --- a/cpp/bindings/qpid/ruby/lib/qpid/version.rb +++ b/cpp/bindings/qpid/ruby/lib/qpid/version.rb @@ -17,7 +17,7 @@ # under the License. # -module Qpid +module Qpid #:nodoc: module Version -- cgit v1.2.1