diff options
author | elijah <elijah@riseup.net> | 2013-12-22 01:56:26 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-12-22 01:56:26 -0800 |
commit | 5bf1462140a7aa17ea815ccc5105ace6fa878d83 (patch) | |
tree | ed0c0e089b9fd8abd5caa65229bbcb1c7f8bf32f /billing | |
parent | 741f82253d0c88ab68213f605f44f5f27dff3e55 (diff) |
re-generated Gemfile.lock with the new versions of engine gems. as a side effect, it also upgraded rails to the the latest in the 3.2 series.
Diffstat (limited to 'billing')
-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 |