diff options
| author | Azul <azul@leap.se> | 2014-04-11 10:06:02 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2014-04-11 10:07:31 +0200 | 
| commit | 38558224e10f3fddba29aaa25397495a0fded263 (patch) | |
| tree | 3b7598e5d11e9a35229ba5f932f43ceff894309e | |
| parent | 636692f9921bd695d726695d2d46c91f5a6e56f3 (diff) | |
minor: our engines do not have a db directory
| -rw-r--r-- | engines/billing/leap_web_billing.gemspec | 2 | ||||
| -rw-r--r-- | engines/support/leap_web_help.gemspec | 2 | 
2 files changed, 2 insertions, 2 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" diff --git a/engines/support/leap_web_help.gemspec b/engines/support/leap_web_help.gemspec index 41959d6..7b668d5 100644 --- a/engines/support/leap_web_help.gemspec +++ b/engines/support/leap_web_help.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s|    s.summary     = "Help Desk for LeapWeb"    s.description = "Managing Tickets 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/**/*"]  end | 
