sage_pay 0.2.6 → 0.2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ require 'md5'
7
7
  require 'uuid'
8
8
 
9
9
  module SagePay
10
- VERSION = '0.2.6'
10
+ VERSION = '0.2.6.1'
11
11
  end
12
12
 
13
13
  require 'validatable-ext'
@@ -24,7 +24,7 @@ module SagePay
24
24
  "VPSTxId" => vps_tx_id,
25
25
  "SecurityKey" => security_key,
26
26
  "TxAuthNo" => tx_auth_no,
27
- "ReleaseAmount" => ("%.2f" % amount)
27
+ "ReleaseAmount" => ("%.2f" % release_amount)
28
28
  })
29
29
  end
30
30
 
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'sage_pay'
10
- s.version = '0.2.6'
10
+ s.version = '0.2.6.1'
11
11
  s.date = '2010-04-25'
12
12
  s.rubyforge_project = 'sage_pay'
13
13
 
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 6
9
- version: 0.2.6
9
+ - 1
10
+ version: 0.2.6.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Graeme Mathieson