From 28b401a6ee1040528204677ec5bd6574af02f878 Mon Sep 17 00:00:00 2001 From: Dennis Theisen Date: Thu, 12 May 2011 17:16:06 -0400 Subject: [PATCH] Packaging for release 1.15.0 --- activemerchant.gemspec | 2 +- lib/active_merchant/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activemerchant.gemspec b/activemerchant.gemspec index 6814054b956..336f08428cb 100644 --- a/activemerchant.gemspec +++ b/activemerchant.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'activemerchant' - s.version = '1.14.0' + s.version = '1.15.0' s.summary = 'Framework and tools for dealing with credit card transactions.' s.description = 'Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.' diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index dbd9267b001..ed6e3cad281 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.14.0" + VERSION = "1.15.0" end