sage_pay 0.2.7 → 0.2.7.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.7'
10
+ VERSION = '0.2.7.1'
11
11
  end
12
12
 
13
13
  require 'validatable-ext'
@@ -48,5 +48,12 @@ module SagePay
48
48
 
49
49
  SagePay::Server::Release.new(defaults.merge(attributes))
50
50
  end
51
+
52
+ def self.abort(attributes = {})
53
+ defaults = {
54
+ }.merge(default_options)
55
+
56
+ SagePay::Server::Abort.new(defaults.merge(attributes))
57
+ end
51
58
  end
52
59
  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.7'
10
+ s.version = '0.2.7.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
  - 7
9
- version: 0.2.7
9
+ - 1
10
+ version: 0.2.7.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Graeme Mathieson