sagepayadminapi 0.0.1 → 0.0.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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SagePay Admin & Reporting API for Ruby
2
2
 
3
- This is a port of [the PHP version](https://github.com/colinbm/sagepay-php). Mainly written to play with making a gem.
3
+ This is a port of [the PHP version](https://github.com/colinbm/sagepayadminapi-php). Mainly written to play with making a gem.
4
4
 
5
5
  ## Installation
6
6
 
@@ -36,4 +36,5 @@ puts "Third Man Status: #{transaction['t3maction']} (#{transaction['t3mscore']})
36
36
 
37
37
  ## Todo
38
38
 
39
- - Tests
39
+ - Tests
40
+ - Documentation
@@ -1,8 +1,6 @@
1
- require_relative "./sagepayadminapi/version"
2
-
3
1
  class SagePayAdminAPI
4
2
 
5
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
6
4
 
7
5
  def initialize(vendor, username, password, live=true, sslverify=true)
8
6
  @vendor = vendor
@@ -4,7 +4,7 @@ require File.expand_path('../lib/sagepayadminapi', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Colin Burn-Murdoch"]
6
6
  gem.email = ["colin@burn-murdoch.com"]
7
- gem.description = "Ruby interface to the SagePay Admin & Rporting API"
7
+ gem.description = "Ruby interface to the SagePay Admin & Reporting API"
8
8
  gem.summary = "SagePay Admin & Reporting API"
9
9
  gem.homepage = "http://github.com/colinbm/sagepayadminapi-ruby"
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sagepayadminapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-29 00:00:00.000000000 Z
12
+ date: 2012-05-31 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-simple
16
- requirement: !ruby/object:Gem::Requirement
16
+ requirement: &70209201657660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,13 +21,8 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: '0'
30
- description: Ruby interface to the SagePay Admin & Rporting API
24
+ version_requirements: *70209201657660
25
+ description: Ruby interface to the SagePay Admin & Reporting API
31
26
  email:
32
27
  - colin@burn-murdoch.com
33
28
  executables: []
@@ -40,7 +35,6 @@ files:
40
35
  - README.md
41
36
  - Rakefile
42
37
  - lib/sagepayadminapi.rb
43
- - lib/sagepayadminapi/version.rb
44
38
  - sagepayadminapi.gemspec
45
39
  - test/test_helper.rb
46
40
  homepage: http://github.com/colinbm/sagepayadminapi-ruby
@@ -63,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
57
  version: '0'
64
58
  requirements: []
65
59
  rubyforge_project:
66
- rubygems_version: 1.8.23
60
+ rubygems_version: 1.8.10
67
61
  signing_key:
68
62
  specification_version: 3
69
63
  summary: SagePay Admin & Reporting API
@@ -1,3 +0,0 @@
1
- module Sagepayadminapi
2
- VERSION = "0.0.1"
3
- end