Skip to content

Commit

Permalink
Packaging for release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Duff committed Sep 23, 2011
1 parent 7d6f276 commit e6e981d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
= ActiveMerchant CHANGELOG

* NoChex: Update the URL that payment requests are posted to [caseywhalen]
== Version 1.18.0 (September 23, 2011)

* NoChex: Update the URL that payment requests are posted to [caseywhalen/jduff]
* QBMS: fixed test mode check [Soleone]
* Realex: encode avs info with shipping address [Soleone]
* Add Dwolla offsite gateway [armsteadj1/jduff]
* Eway: pass email, customer, description and options to store [moklett/tobi]
* New dependency: active_utils gem [odorcicd]
* Optimal Payments: fix test mode check [jduff]

== Version 1.17.0 (August 23, 2011)

Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ Optimal Payments (August, 2011)

* Jamie Macey (jamie)

CardSave (August 2011,)
CardSave (August, 2011)

* Tom Crinson (MrJaba)

Dwolla (September, 2011)

* James Armstead (armsteadj1)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ The [ActiveMerchant Wiki](http://github.com/Shopify/active_merchant/wikis) conta
* [Chronopay](http://www.chronopay.com)
* [Direct-eBanking / sofortueberweisung.de by Payment-Networks AG](https://www.payment-network.com/deb_com_en/merchantarea/home) - DE, AT, CH, BE, UK, NL
* [DirecPay](http://www.timesofmoney.com/direcpay/jsp/home.jsp)
* [Dwolla](https://www.dwolla.com/default.aspx)
* [HiTRUST](http://www.hitrust.com.hk/)
* [Moneybookers](http://www.moneybookers.com)
* [Nochex](http://www.nochex.com)
Expand Down
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.17.0'
s.version = '1.18.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.17.0"
VERSION = "1.18.0"
end

0 comments on commit e6e981d

Please sign in to comment.