summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/billing/leap_web_billing.gemspec2
-rw-r--r--engines/support/leap_web_help.gemspec2
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