From 38558224e10f3fddba29aaa25397495a0fded263 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 11 Apr 2014 10:06:02 +0200 Subject: minor: our engines do not have a db directory --- engines/billing/leap_web_billing.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/billing') diff --git a/engines/billing/leap_web_billing.gemspec b/engines/billing/leap_web_billing.gemspec index c6ac3f3..ff11c98 100644 --- a/engines/billing/leap_web_billing.gemspec +++ b/engines/billing/leap_web_billing.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.summary = "Billing for LeapWeb" s.description = "Billing System for a Leap provider" - s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "README.md"] + s.files = Dir["{app,config,lib}/**/*"] + ["Rakefile", "README.md"] s.test_files = Dir["test/**/*"] # s.add_dependency "braintree-rails", "~> 0.4.5" -- cgit v1.2.3