summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/ruby/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'M4-RCs/qpid/ruby/README.txt')
-rw-r--r--M4-RCs/qpid/ruby/README.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/M4-RCs/qpid/ruby/README.txt b/M4-RCs/qpid/ruby/README.txt
deleted file mode 100644
index b68a41b7b4..0000000000
--- a/M4-RCs/qpid/ruby/README.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-= INSTALLATION =
-
-Extract the release archive into a directory of your choice and set
-your RUBYLIB environment variable accordingly:
-
- tar -xzf qpid-ruby-<version>.tar.gz -C <install-prefix>
- export RUBYLIB=<install-prefix>/qpid-<version>/ruby/lib
-
-= GETTING STARTED =
-
-The ruby client includes a simple hello-world example that publishes
-and consumes a message:
-
- cp <install-prefix>/qpid-<version>/ruby/examples/hello-world.rb .
- ./hello-world.rb
-
-= RUNNING THE TESTS =
-
-The "tests" directory contains a collection of unit tests for the ruby
-client. These can be run with the Rakefile provided:
-
- ./rake test