sage_pay 0.2.6.1 → 0.2.6.2

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.1'
10
+ VERSION = '0.2.6.2'
11
11
  end
12
12
 
13
13
  require 'validatable-ext'
@@ -39,10 +39,6 @@ module SagePay
39
39
  def simulator_service
40
40
  "VendorReleaseTx"
41
41
  end
42
-
43
- def response_from_response_body(response_body)
44
- SagePay::Server::ReleaseResponse.from_response_body(response_body)
45
- end
46
42
  end
47
43
  end
48
44
  end
@@ -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.1'
10
+ s.version = '0.2.6.2'
11
11
  s.date = '2010-04-25'
12
12
  s.rubyforge_project = 'sage_pay'
13
13
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 6
9
- - 1
10
- version: 0.2.6.1
9
+ - 2
10
+ version: 0.2.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Graeme Mathieson