fat_zebra_multi 3.1.0.1 → 3.1.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/fat_zebra_multi.gemspec +3 -3
- data/lib/fat_zebra/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30b49748c51f992c3f462d71599ab4c1e5402195acc4095863bbcc8461fbc53d
|
|
4
|
+
data.tar.gz: 32328e35812fe9fd26b4b6cd79064424281af729efe2f7ad37ca57cacde060a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c027f53ef49d052621cb67c5b1e2fcf6a7f2487f608d09c28c43b9089cb32a1438de0b18d03049b90c1cc7b9ff6c985bfed21c41746da9cb4b55b8b1f1485995
|
|
7
|
+
data.tar.gz: 9ee40b044316b1138485be042d1526da0d87ed7ef4585fd9f4f51fc17b770dc29ba00d107ddd165d7bf3ba900786adaad961f23dafa5cd77340eefbe6bc3a72f
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A Ruby client for the [Fat Zebra](https://www.fatzebra.com.au) Online Payment Ga
|
|
|
7
7
|
|
|
8
8
|
This is an unofficial fork of the Fat Zebra API client. This version has been patched to allow multiple accounts to be used simultaneously.
|
|
9
9
|
|
|
10
|
-
Version 3.1.0.
|
|
10
|
+
Version 3.1.0.x of this gem aims to be a drop-in replacement for version 3.1.0 of the official gem.
|
|
11
11
|
|
|
12
12
|
It aims to maintain parity with the [official Fat Zebra API client](https://github.com/fatzebra/Ruby-Library).
|
|
13
13
|
|
data/fat_zebra_multi.gemspec
CHANGED
|
@@ -6,11 +6,11 @@ require 'fat_zebra/version'
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = 'fat_zebra_multi'
|
|
8
8
|
s.version = FatZebra::VERSION
|
|
9
|
-
s.authors = ['Matthew Savage']
|
|
10
|
-
s.email = ['matt@amasses.net']
|
|
9
|
+
s.authors = ['Matthew Savage', 'Aidan Samuel']
|
|
10
|
+
s.email = ['matt@amasses.net', 'aidan.samuel@supporterhub.com']
|
|
11
11
|
s.homepage = ''
|
|
12
12
|
s.summary = 'Unofficial fork of the Fat Zebra API client - integrate your Ruby app with Fat Zebra'
|
|
13
|
-
s.description = 'Provides integration with the Fat Zebra internet payment gateway (www.fatzebra.com.au), including purchase, refund, auth, capture and recurring billing functionality.'
|
|
13
|
+
s.description = 'Unofficial fork. Provides integration with the Fat Zebra internet payment gateway (www.fatzebra.com.au), including purchase, refund, auth, capture and recurring billing functionality.'
|
|
14
14
|
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
|
16
16
|
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
data/lib/fat_zebra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fat_zebra_multi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0.
|
|
4
|
+
version: 3.1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Savage
|
|
8
|
+
- Aidan Samuel
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -94,10 +95,12 @@ dependencies:
|
|
|
94
95
|
- - "~>"
|
|
95
96
|
- !ruby/object:Gem::Version
|
|
96
97
|
version: '3.0'
|
|
97
|
-
description: Provides integration with the Fat Zebra internet payment
|
|
98
|
-
including purchase, refund, auth, capture and recurring
|
|
98
|
+
description: Unofficial fork. Provides integration with the Fat Zebra internet payment
|
|
99
|
+
gateway (www.fatzebra.com.au), including purchase, refund, auth, capture and recurring
|
|
100
|
+
billing functionality.
|
|
99
101
|
email:
|
|
100
102
|
- matt@amasses.net
|
|
103
|
+
- aidan.samuel@supporterhub.com
|
|
101
104
|
executables: []
|
|
102
105
|
extensions: []
|
|
103
106
|
extra_rdoc_files: []
|
|
@@ -329,8 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
329
332
|
- !ruby/object:Gem::Version
|
|
330
333
|
version: '0'
|
|
331
334
|
requirements: []
|
|
332
|
-
|
|
333
|
-
rubygems_version: 2.7.6.2
|
|
335
|
+
rubygems_version: 3.0.3
|
|
334
336
|
signing_key:
|
|
335
337
|
specification_version: 4
|
|
336
338
|
summary: Unofficial fork of the Fat Zebra API client - integrate your Ruby app with
|