summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'ruby')
-rw-r--r--ruby/RELEASE_NOTES19
-rw-r--r--ruby/qpid/test.rb21
2 files changed, 40 insertions, 0 deletions
diff --git a/ruby/RELEASE_NOTES b/ruby/RELEASE_NOTES
new file mode 100644
index 0000000000..5ea0bd8eec
--- /dev/null
+++ b/ruby/RELEASE_NOTES
@@ -0,0 +1,19 @@
+Apache Incubator Qpid Ruby M2 Release Notes
+---------------------------------------------
+
+The Qpid M2 release contains support the for AMQP 0-8 specification.
+You can access the 0-8 specification using the following link.
+http://www.amqp.org/tikiwiki/tiki-index.php?page=Download
+
+For full details of Qpid capabilities, as they currently stand, see our
+detailed project documentation at:
+
+http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=28284
+
+Please take time to go through the README file provided with the distro.
+
+
+Known Issues/Outstanding Work
+-----------------------------
+
+Bug QPID-467 Complete Interop Testing
diff --git a/ruby/qpid/test.rb b/ruby/qpid/test.rb
index af57e8cf68..f8107143ab 100644
--- a/ruby/qpid/test.rb
+++ b/ruby/qpid/test.rb
@@ -1,3 +1,24 @@
+
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#/
+
require "qpid/spec"
require "qpid/client"