File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
= ActiveMerchant CHANGELOG
2
2
3
3
* Add support for new Braintree Blue Gateway (using the braintree gem) [Braintree]
4
+
5
+ == Version 1.6.0 (July 6, 2010)
6
+
4
7
* Add a task rake gateways:hosts to get a list of all outbound hosts and ports [cody]
5
8
* Fix test failure in chronopay helper in Ruby 1.9.1 [cody]
6
9
* Fix timezone issue in credit card test. [cody]
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ require 'rake/gempackagetask'
6
6
require 'lib/support/gateway_support'
7
7
require 'lib/support/outbound_hosts'
8
8
9
- VERSION = "1.5.1"
10
-
11
9
desc "Run the unit test suite"
12
10
task :default => 'test:units'
13
11
Original file line number Diff line number Diff line change 1
1
module ActiveMerchant
2
- VERSION = "1.5.1 " unless defined? ( ::ActiveMerchant ::VERSION )
2
+ VERSION = "1.6.0 " unless defined? ( ::ActiveMerchant ::VERSION )
3
3
end
You can’t perform that action at this time.
0 commit comments