From 2e59c7131a08acab4944b18ba4b8d82daa402c4f Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 7 Mar 2013 12:17:13 -0800 Subject: Start to branch using braintree to process credit card payments. --- billing/leap_web_billing.gemspec | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 billing/leap_web_billing.gemspec (limited to 'billing/leap_web_billing.gemspec') diff --git a/billing/leap_web_billing.gemspec b/billing/leap_web_billing.gemspec new file mode 100644 index 0000000..c3b4bdd --- /dev/null +++ b/billing/leap_web_billing.gemspec @@ -0,0 +1,20 @@ +$:.push File.expand_path("../lib", __FILE__) + +require File.expand_path('../../lib/leap_web/version.rb', __FILE__) + +# Describe your gem and declare its dependencies: +Gem::Specification.new do |s| + s.name = "leap_web_billing" + s.version = LeapWeb::VERSION + s.authors = ["Jessib"] + s.email = ["jessib@leap.se"] + s.homepage = "http://www.leap.se" + s.summary = "Billing for LeapWeb" + s.description = "Billing System for a Leap provider" + + s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "Readme.md"] + s.test_files = Dir["test/**/*"] + + s.add_dependency "leap_web_core", LeapWeb::VERSION + s.add_dependency "braintree-rails", "~> 0.4.5" +end -- cgit v1.2.3