Skip to content

Commit

Permalink
Added braintree gem as an official dependency to support the new 'Blu…
Browse files Browse the repository at this point in the history
…e' platform and updated Changelog and Contributors accordingly.
  • Loading branch information
Soleone committed Jul 6, 2010
1 parent 32ce9f9 commit 88bd9db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= ActiveMerchant CHANGELOG

* Add support for new Braintree Blue Gateway (using the braintree gem) [Braintree]
* Add a task rake gateways:hosts to get a list of all outbound hosts and ports [cody]
* Fix test failure in chronopay helper in Ruby 1.9.1 [cody]
* Fix timezone issue in credit card test. [cody]
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,8 @@ SallieMae (October 2, 2009)

Garanti (May 05, 2010)

* Selem Delul ([email protected])
* Selem Delul ([email protected])

Braintree Blue Gateway (May 19th, 2010)

* Braintree ([email protected])
1 change: 1 addition & 0 deletions activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency('activesupport', '>= 2.3.2')
s.add_dependency('builder', '>= 2.0.0')
s.add_dependency('braintree', '>= 2.0.0')

s.signing_key = ENV['GEM_PRIVATE_KEY']
s.cert_chain = ['gem-public_cert.pem']
Expand Down

0 comments on commit 88bd9db

Please sign in to comment.