From 15146ab34a6f189e68e8ce33a421cfb8f842c423 Mon Sep 17 00:00:00 2001 From: Dennis Theisen Date: Thu, 20 Jan 2011 17:31:29 +0100 Subject: [PATCH] Packaging for release 1.10.0 --- CHANGELOG | 7 ++++++- CONTRIBUTORS | 7 ++++++- activemerchant.gemspec | 2 +- lib/active_merchant/version.rb | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a93061e5ac4..4892acff993 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,12 @@ = ActiveMerchant CHANGELOG -* Add BluePay Gateway +== Version 1.10.0 (Jan 20, 2011) + +* PayPal Express: Support returning payer phone number [Soleone] +* Fix ePay to correctly send order number [Soleone] +* Add BluePay Gateway [Nathaniel Talbott] * Add Quantum Gateway [Joshua Lippiner] +* Add iDEAL/Rabobank gateway [Jonathan Rudenberg] * SagePayForm: Added send_email_confirmation (default false) to enable confirmation emails [wisq] == Version 1.9.4 (Jan 5, 2011) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2632eb72804..710c75724bb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -182,4 +182,9 @@ iDEAL/Rabobank Gateway (January 10, 2011) Quantum Gateway -* Joshua Lippiner \ No newline at end of file +* Joshua Lippiner +* Refactored by Nathaniel Talbott + +BluePay Gateway + +* Nathaniel Talbott \ No newline at end of file diff --git a/activemerchant.gemspec b/activemerchant.gemspec index 8d9becf8bfa..8cc1085f4c1 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.9.4' + s.version = '1.10.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 6b53a0135bc..faa4b60bbbe 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = "1.9.4" + VERSION = "1.10.0" end