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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8d85774af51c13646069798dbd89e5c0c5e361b7f5c0b4c243f2f1cc588df52
4
- data.tar.gz: 05264d69795b2711ae0e15e659537595fc1ff4e14f419aa96fc716d06376f880
3
+ metadata.gz: 8e5d627afd6d3040400fee49c3c191791363e3efbdfcb70477a4452e0b074630
4
+ data.tar.gz: daf94f02f48e8b62adb0d2c33f382be605ac5625e6dc9b4836a7eefd3789f0f9
5
5
  SHA512:
6
- metadata.gz: 3e9495cf35d0ccd5ee00df0a22d22da40dc0f62f9e3b151ea9e8cb39ca24ab8978b6de308c6520bc4995b80826dc5925990539b3d25a6e40aa94bbba3a0a3f53
7
- data.tar.gz: bd4f0411fd66e9a84e7f705a19ae51a1a9f5a31afed558b50f3952d38eb88f5e083aba17ba34cc7386cf5ed41635494f6eed4e5cdf36ed4493fb433822562aba
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
  [![Build Status](https://travis-ci.org/fatzebra/Ruby-Library.svg?branch=master)](https://travis-ci.org/fatzebra/Ruby-Library)
5
5
 
6
- Release 3.2.1 for API version 1.0
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]
@@ -6,7 +6,7 @@ module FatZebra
6
6
  REGEXP_HTTP = %r{http[s]?\:\/\/}
7
7
 
8
8
  def cleanup_host(uri)
9
- uri.gsub(REGEXP_HTTP, '')
9
+ uri.to_s.gsub(REGEXP_HTTP, '')
10
10
  end
11
11
 
12
12
  ##
@@ -1,3 +1,3 @@
1
1
  module FatZebra
2
- VERSION = '3.2.2'.freeze
2
+ VERSION = '3.2.3'.freeze
3
3
  end
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.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: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2021-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug