diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qpid/ruby/README.rdoc | 7 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/Rakefile | 3 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/lib/qpid/version.rb | 2 |
3 files changed, 7 insertions, 5 deletions
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 |