Skip to content

Commit

Permalink
Gem v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacaulay committed Jul 9, 2010
1 parent c588508 commit 0356c29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
= ActiveMerchant CHANGELOG

== Version 1.7.0 (July 9, 2010)

* Add support for new Braintree Blue Gateway (using the braintree gem) [Braintree]

== Version 1.6.0 (July 6, 2010)
Expand Down
4 changes: 2 additions & 2 deletions activemerchant.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'activemerchant'
s.version = '1.6.0'
s.version = '1.7.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 All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.has_rdoc = true

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

Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = "1.6.0" unless defined?(::ActiveMerchant::VERSION)
VERSION = "1.7.0"
end

0 comments on commit 0356c29

Please sign in to comment.