From fe7a5ac0776e1bd7baf36382600e265def901e51 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 12 Mar 2013 13:23:36 -0700 Subject: More pieces to set up the billing engine. --- billing/Rakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'billing/Rakefile') diff --git a/billing/Rakefile b/billing/Rakefile index 1dcfb25..52929c4 100644 --- a/billing/Rakefile +++ b/billing/Rakefile @@ -14,14 +14,16 @@ end RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' - rdoc.title = 'Billing' + rdoc.title = 'LeapWebBilling' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end - - +spec = eval(File.read('leap_web_billing.gemspec')) +Gem::PackageTask.new(spec) do |p| + p.gem_spec = spec +end Bundler::GemHelper.install_tasks -- cgit v1.2.3