Skip to content

Commit 28b401a

Browse files
committed
Packaging for release 1.15.0
1 parent 172db7c commit 28b401a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

activemerchant.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'activemerchant'
4-
s.version = '1.14.0'
4+
s.version = '1.15.0'
55
s.summary = 'Framework and tools for dealing with credit card transactions.'
66
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.'
77

lib/active_merchant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveMerchant
2-
VERSION = "1.14.0"
2+
VERSION = "1.15.0"
33
end

0 commit comments

Comments
 (0)