fat_zebra_multi 3.1.0.1 → 3.1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee47c7e08352ee5db3f0648ccbb0331af1e0cbf6e2364cddbae5525f747cf5a0
4
- data.tar.gz: 57a95b2cd2f58cd814798f990bb5b03267dd42e607febcfd7c568f57a44709ee
3
+ metadata.gz: 30b49748c51f992c3f462d71599ab4c1e5402195acc4095863bbcc8461fbc53d
4
+ data.tar.gz: 32328e35812fe9fd26b4b6cd79064424281af729efe2f7ad37ca57cacde060a6
5
5
  SHA512:
6
- metadata.gz: 7914d2d1e23cdce79db77fb6ea0aeab26039344b2cc5a1d3157089ebad6e577d693048f3c901d1a70345a1ff97063b165e89f579c29120e475507bb81134b2eb
7
- data.tar.gz: 1fd30cea517d76df7612752972f83089a33a201092d8b3dd6483a5ece8faa01eecb3bb895d534d09c52ce9471bff407b8d030b64fcab3b82692f876164dd0e6b
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.1 of this gem aims to be a drop-in replacement for version 3.1.0 of the official gem.
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
 
@@ -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")
@@ -1,3 +1,3 @@
1
1
  module FatZebra
2
- VERSION = '3.1.0.1'.freeze
2
+ VERSION = '3.1.0.2'.freeze
3
3
  end
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.1
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 gateway (www.fatzebra.com.au),
98
- including purchase, refund, auth, capture and recurring billing functionality.
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
- rubyforge_project:
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