summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-04-10 19:09:40 +0000
committerTed Ross <tross@apache.org>2012-04-10 19:09:40 +0000
commit5304bb459a8511195c1703e63ddd53ecef865daa (patch)
tree0191f073eec91056054ea1bd08f92c7c608af4fb
parent491f1ba460bee5e00c6c0796003bf5ef2532e621 (diff)
downloadqpid-python-5304bb459a8511195c1703e63ddd53ecef865daa.tar.gz
QPID-3940 - Includes the spec and features subdirectories in the gemfile for Ruby.
Applied patch from Darryl Pierce. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1311933 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/bindings/qpid/ruby/Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/Rakefile b/qpid/cpp/bindings/qpid/ruby/Rakefile
index df0b3970b6..99c3e13c83 100644
--- a/qpid/cpp/bindings/qpid/ruby/Rakefile
+++ b/qpid/cpp/bindings/qpid/ruby/Rakefile
@@ -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|