You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/02/07 16:49:46 UTC

svn commit: r1443571 - /qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc

Author: mcpierce
Date: Thu Feb  7 15:49:46 2013
New Revision: 1443571

URL: http://svn.apache.org/viewvc?rev=1443571&view=rev
Log:
QPID-4568: Fixed up the README.rdoc file

Removed extraneous pieces of information, such as the copyright notice
and author name. Fixed the instructions for how to generate the Swig
wrapper code and build the gem, how to install it and where to find more
information.

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc

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=1443571&r1=1443570&r2=1443571&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/README.rdoc Thu Feb  7 15:49:46 2013
@@ -1,46 +1,41 @@
 = Qpid - Ruby language bindings for the Qpid messaging framework.
 
-Qpid is an cross-platform enterprise messaging system based on the open-source
+Qpid is a cross-platform enterprise messaging system based on the open-source
 AMQP protocol.
 
-Version :: 0.21.0
-
 = Links
 
 Documents :: http://qpid.apache.org/
 
-= Installation
+= Building The Gemfile
+
+== Prerequisites
 
-You can install Qpid with the following command.
+You need to have the Qpid client libraries installed along with the related
+development files (headers, etc). To install them, please see:
 
-  $ gem install qpid_messaging
+http://cwiki.apache.org/qpid/developer-pages.html
 
-== Building The Native Code
+== Gemfile Creation
 
-The Qpid gem requires that you have available the Qpid libraries and
-development header files. To install them, please see:
+Simply type:
 
-http://cwiki.apache.org/qpid/developer-pages.html
+  $ gem build qpid_messaging.gemspec
 
-If you are building the gem within the Qpid development environment
-itself, you can specify the location of the Qpid headers and
-libraries with:
+This will produce a gemfile name qpid_messaging-${VERSION}.gem.
 
-$ ruby extconfig.rb --with-qpid-lib=[path to libqpidclient.so, etc.]
-$ make
+== Installation
 
-== Examples
+You can install Qpid with the following command:
 
-Take a look at the integration tests for examples on how to leverage
-the messaging capabilities of Qpid in your Ruby applications.
+  $ gem install qpid_messaging-${VERSION}.gem
 
 == License
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor licensing agreements.
 
-Author:: Darryl L. Pierce (mailto:dpierce@redhat.com)
-Copyright:: Copyright (c) 2011, Red Hat, Inc.
+Author:: Apache Qpid Project
 Homepage:: http://qpid.apache.org
 License:: Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html
 



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