Author: tross
Date: Tue Apr 10 19:09:40 2012
New Revision: 1311933
URL: http://svn.apache.org/viewvc?rev=1311933&view=rev
Log:
QPID-3940 - Includes the spec and features subdirectories in the gemfile for
Ruby.
Applied patch from Darryl Pierce.
Modified:
qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile
Modified: qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile?rev=1311933&r1=1311932&r2=1311933&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/ruby/Rakefile Tue Apr 10 19:09:40 2012
@@ -120,7 +120,9 @@ spec = Gem::Specification.new do |s|
"lib/**/*.rb",
"test/**/*.rb",
"examples/**/*.rb",
- "ext/**/*"]
+ "ext/**/*",
+ "features/**/*",
+ "spec/**/*"]
end
Gem::PackageTask.new(spec) do |pkg|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]