paysafe 0.16.0 → 0.17.0
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/lib/paysafe/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d47095610ddd26b613a74eb8abff64168a0d2cf2f78f33040c0ba8308f9878f
|
|
4
|
+
data.tar.gz: 2f8ef012981e655218cb68d8ada51655e98ee77940888f5cdfaa768e53536fef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bd3ae95877d75d9a08f05401325ded30dfa60ef007b88bbab23b863743016a6a382005cabd253926727a9d66c2a198608046e0f57c38a82005b6636fc761158
|
|
7
|
+
data.tar.gz: 570401f8d3b531ad9cfb057165130656ad4b9a43a857bc6f7f9f2b5ab9d98d243b4c7bcd6fbe5c78f6094d9a2c9471dfd2a113abf0f24290dbad907c5cf82f3a
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://badge.fury.io/rb/paysafe)
|
|
4
4
|

|
|
5
5
|
|
|
6
|
-
A well tested Ruby interface to the [Paysafe REST API](paysafe_api_reference) (formerly Optimal Payments).
|
|
6
|
+
A well tested Ruby interface to the [Paysafe REST API](paysafe_api_reference) (formerly Optimal Payments). Not all API actions are supported yet. Since the Paysafe API uses camelCase, this gem will handle converting to and from snake_case for you.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
data/lib/paysafe/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paysafe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Julio
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: http
|
|
@@ -19,7 +18,7 @@ dependencies:
|
|
|
19
18
|
version: '4'
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
21
|
+
version: '7'
|
|
23
22
|
type: :runtime
|
|
24
23
|
prerelease: false
|
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +28,7 @@ dependencies:
|
|
|
29
28
|
version: '4'
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
31
|
+
version: '7'
|
|
33
32
|
description: A Ruby interface to the Paysafe REST API.
|
|
34
33
|
email:
|
|
35
34
|
- javier@jackpocket.com
|
|
@@ -72,7 +71,6 @@ homepage: https://github.com/jackpocket/paysafe
|
|
|
72
71
|
licenses:
|
|
73
72
|
- MIT
|
|
74
73
|
metadata: {}
|
|
75
|
-
post_install_message:
|
|
76
74
|
rdoc_options: []
|
|
77
75
|
require_paths:
|
|
78
76
|
- lib
|
|
@@ -80,15 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
80
78
|
requirements:
|
|
81
79
|
- - ">="
|
|
82
80
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: '2
|
|
81
|
+
version: '3.2'
|
|
84
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
83
|
requirements:
|
|
86
84
|
- - ">="
|
|
87
85
|
- !ruby/object:Gem::Version
|
|
88
86
|
version: '0'
|
|
89
87
|
requirements: []
|
|
90
|
-
rubygems_version:
|
|
91
|
-
signing_key:
|
|
88
|
+
rubygems_version: 4.0.3
|
|
92
89
|
specification_version: 4
|
|
93
90
|
summary: A Ruby interface to the Paysafe REST API.
|
|
94
91
|
test_files: []
|