From 49eb589e8319a198bd441f83739fef4755f83656 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 10 Apr 2012 19:09:40 +0000 Subject: 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 --- cpp/bindings/qpid/ruby/Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp') 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| -- cgit v1.2.1