fat_zebra 3.2.2 → 3.2.3
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.gemspec +0 -2
- data/lib/fat_zebra/util.rb +1 -1
- data/lib/fat_zebra/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e5d627afd6d3040400fee49c3c191791363e3efbdfcb70477a4452e0b074630
|
|
4
|
+
data.tar.gz: daf94f02f48e8b62adb0d2c33f382be605ac5625e6dc9b4836a7eefd3789f0f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4b91bb9e842bd8a4052bf99a1914247a2dc90851a9cd62c805c9c0e56e21580fe26a0767c1e105b82e3e136a5a587b4bbc814bf65545095ffb70e4f0941209f
|
|
7
|
+
data.tar.gz: de16ef4131e682b1024e40e97177b1a1a6a9c29f4343a8c8ff67554473007fcd9b9b0576d22a70af0376bc95aa95462dc3a9447ba0dc716a1abbe81d09d4aad0
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Ruby API Library for Fat Zebra
|
|
|
3
3
|
|
|
4
4
|
[](https://travis-ci.org/fatzebra/Ruby-Library)
|
|
5
5
|
|
|
6
|
-
Release 3.2.
|
|
6
|
+
Release 3.2.3 for API version 1.0
|
|
7
7
|
|
|
8
8
|
A Ruby client for the [Fat Zebra](https://www.fatzebra.com) Online Payment Gateway
|
|
9
9
|
|
data/fat_zebra.gemspec
CHANGED
|
@@ -12,8 +12,6 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.summary = 'Fat Zebra payments gem - integrate your ruby app with Fat Zebra'
|
|
13
13
|
s.description = 'Provides integration with the Fat Zebra internet payment gateway (www.fatzebra.com), including purchase, refund, auth, capture and recurring billing functionality.'
|
|
14
14
|
|
|
15
|
-
s.rubyforge_project = 'fat_zebra'
|
|
16
|
-
|
|
17
15
|
s.files = `git ls-files`.split("\n")
|
|
18
16
|
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
|
19
17
|
s.require_paths = %w[lib]
|
data/lib/fat_zebra/util.rb
CHANGED
data/lib/fat_zebra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fat_zebra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fat Zebra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: byebug
|