summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-04-16 16:04:17 +0000
committerTed Ross <tross@apache.org>2012-04-16 16:04:17 +0000
commit01fb5a4c1c6ebab79a0a172178a6b16eaa624076 (patch)
treebff0b6e89df90b07963cb302d5ff5bfcfc2fa9a6
parent2a53cc615836d90fd1ce1954033a4f9357f8b8d5 (diff)
downloadqpid-python-01fb5a4c1c6ebab79a0a172178a6b16eaa624076.tar.gz
QPID-3940 - Back ported to 0.16.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.16@1326666 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|