diff options
author | Ted Ross <tross@apache.org> | 2012-04-10 19:09:40 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2012-04-10 19:09:40 +0000 |
commit | 49eb589e8319a198bd441f83739fef4755f83656 (patch) | |
tree | 220b98733422a1f5dd0fccd2daf4b70d2d297689 /cpp | |
parent | 020499b330a58378789536c5dbdc255bf4ccecba (diff) | |
download | qpid-python-49eb589e8319a198bd441f83739fef4755f83656.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/qpid@1311933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qpid/ruby/Rakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/ruby/Rakefile b/cpp/bindings/qpid/ruby/Rakefile index df0b3970b6..99c3e13c83 100644 --- a/cpp/bindings/qpid/ruby/Rakefile +++ b/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| |