Rakefile in activemerchant-1.3.1 vs Rakefile in activemerchant-1.3.2
- old
+ new
@@ -6,10 +6,10 @@
require 'rake/contrib/rubyforgepublisher'
require File.dirname(__FILE__) + '/lib/tasks/cia'
require File.dirname(__FILE__) + '/lib/support/gateway_support'
-PKG_VERSION = "1.3.1"
+PKG_VERSION = "1.3.2"
PKG_NAME = "activemerchant"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[
"lib/**/*", "test/**/*", "script/**/*", "[a-zA-Z]*"
\ No newline at end of file