Author: mcpierce
Date: Thu Oct 11 19:43:14 2012
New Revision: 1397260
URL: http://svn.apache.org/viewvc?rev=1397260&view=rev
Log:
JIRA 4291 : Some cleanup on the rdoc generation and markups.
Modified:
qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc
qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile
qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb
Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc?rev=1397260&r1=1397259&r2=1397260&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc Thu Oct 11 19:43:14 2012
@@ -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
Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile?rev=1397260&r1=1397259&r2=1397260&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile Thu Oct 11 19:43:14 2012
@@ -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
#-----------------
Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb?rev=1397260&r1=1397259&r2=1397260&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/lib/qpid/version.rb Thu Oct 11
19:43:14 2012
@@ -17,7 +17,7 @@
# under the License.
#
-module Qpid
+module Qpid #:nodoc:
module Version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]