summaryrefslogtreecommitdiff
path: root/engines/billing
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-04-11 10:06:02 +0200
committerAzul <azul@leap.se>2014-04-11 10:07:31 +0200
commit38558224e10f3fddba29aaa25397495a0fded263 (patch)
tree3b7598e5d11e9a35229ba5f932f43ceff894309e /engines/billing
parent636692f9921bd695d726695d2d46c91f5a6e56f3 (diff)
minor: our engines do not have a db directory
Diffstat (limited to 'engines/billing')
-rw-r--r--engines/billing/leap_web_billing.gemspec2
1 files changed, 1 insertions, 1 deletions
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"