patmaddox-activemerchant 1.4.2.5 → 1.4.2.6
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ require 'rake/contrib/rubyforgepublisher'
|
|
7
7
|
require File.join(File.dirname(__FILE__), 'lib', 'support', 'gateway_support')
|
8
8
|
|
9
9
|
|
10
|
-
PKG_VERSION = "1.4.2.
|
10
|
+
PKG_VERSION = "1.4.2.6"
|
11
11
|
PKG_NAME = "patmaddox-activemerchant"
|
12
12
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patmaddox-activemerchant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.2.
|
4
|
+
version: 1.4.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Luetke
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain:
|
11
11
|
- gem-public_cert.pem
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-20 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|