diff options
Diffstat (limited to 'billing/leap_web_billing.gemspec')
-rw-r--r-- | billing/leap_web_billing.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/leap_web_billing.gemspec b/billing/leap_web_billing.gemspec index 17f7f92..94d92e0 100644 --- a/billing/leap_web_billing.gemspec +++ b/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,db,lib}/**/*"] + ["Rakefile", "README.md"] s.test_files = Dir["test/**/*"] s.add_dependency "leap_web_core", LeapWeb::VERSION |