Author: tross
Date: Tue Jan 12 16:57:02 2010
New Revision: 898419
URL: http://svn.apache.org/viewvc?rev=898419&view=rev
Log:
QPID-2264 - The Build Instructions for the Ruby bits could use some love
QPID-2265 - Ruby Rakfile References an old file (patch from bkearney)
Modified:
qpid/trunk/qpid/ruby/Rakefile
Modified: qpid/trunk/qpid/ruby/Rakefile
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/ruby/Rakefile?rev=898419&r1=898418&r2=898419&view=diff
==============================================================================
--- qpid/trunk/qpid/ruby/Rakefile (original)
+++ qpid/trunk/qpid/ruby/Rakefile Tue Jan 12 16:57:02 2010
@@ -86,7 +86,7 @@
#
PKG_FILES = FileList[
- "DISCLAIMER", "LICENSE.txt", "NOTICE.txt",
+ "LICENSE.txt", "NOTICE.txt",
"Rakefile", "RELEASE_NOTES",
"lib/**/*.rb", "lib/*/spec_cache/*.rb*", "tests/**/*", "examples/**",
"ext/**/*.[ch]",
"ext/**/MANIFEST", "ext/**/extconf.rb"
@@ -105,6 +105,7 @@
s.files = PKG_FILES
s.required_ruby_version = '>= 1.8.1'
s.description = "Ruby client for Qpid"
+ s.extensions << 'ext/sasl/extconf.rb'
end
Rake::GemPackageTask.new(SPEC) do |pkg|
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]