Skip to content

Commit

Permalink
Packaging for release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soleone committed Jan 20, 2011
1 parent 1a09756 commit 15146ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 6 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,9 @@ iDEAL/Rabobank Gateway (January 10, 2011)

Quantum Gateway

* Joshua Lippiner
* Joshua Lippiner
* Refactored by Nathaniel Talbott

BluePay Gateway

* Nathaniel Talbott
2 changes: 1 addition & 1 deletion activemerchant.gemspec
Original file line number Diff line number Diff line change
@@ -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.'

Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = "1.9.4"
VERSION = "1.10.0"
end

0 comments on commit 15146ab

Please sign in to comment.