sezzle_client 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sezzle_client/version.rb +1 -1
- data/sezzle_client-1.0.1.gem +0 -0
- data/sezzle_client.gemspec +2 -2
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d017c0e94ac5bfef2072034206a2d598adeacad0898f5318ddcdc651f3537f6
|
4
|
+
data.tar.gz: 64041512cc9eda840bf21c4c1012c121dfef70a8e1652844db5fa70f917dd10e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f541e23c77b93fe1852e6652e7ab7da2a277e8de3c22605f97cb2e5128521d5c446630d8fe90c5cf49b2397ddcdd187c4b292c6de681eb29f0db23ea238bc65
|
7
|
+
data.tar.gz: f89976769693b17aa40ac11bd490064384e5e39d308f3a0f14a07adda660cf91a21214661452b0b368700f1e6a382ceb1dd46bcfe011267b7d543cc76c069444
|
Binary file
|
data/sezzle_client.gemspec
CHANGED
@@ -20,9 +20,9 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.platform = Gem::Platform::RUBY
|
21
21
|
s.authors = ["Swagger-Codegen"]
|
22
22
|
s.email = [""]
|
23
|
-
s.homepage = "https://github.com/
|
23
|
+
s.homepage = "https://github.com/rum-and-code/sezzle_client"
|
24
24
|
s.summary = "Sezzle API Ruby Gem"
|
25
|
-
s.description = "The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option."
|
25
|
+
s.description = "The Sezzle API is intended for merchants interested in accepting Sezzle Pay as a payment option. This gem was generated from the Sezzle v2 OpenAPI Specification using the Swagger Editor and modified from SwaggerClient to SezzleClient throughout."
|
26
26
|
s.license = "Unlicense"
|
27
27
|
s.required_ruby_version = ">= 1.9"
|
28
28
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sezzle_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Swagger-Codegen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -71,7 +71,8 @@ dependencies:
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '3.6'
|
73
73
|
description: The Sezzle API is intended for merchants interested in accepting Sezzle
|
74
|
-
Pay as a payment option.
|
74
|
+
Pay as a payment option. This gem was generated from the Sezzle v2 OpenAPI Specification
|
75
|
+
using the Swagger Editor and modified from SwaggerClient to SezzleClient throughout.
|
75
76
|
email:
|
76
77
|
- ''
|
77
78
|
executables: []
|
@@ -191,6 +192,7 @@ files:
|
|
191
192
|
- lib/sezzle_client/models/token.rb
|
192
193
|
- lib/sezzle_client/models/webhook.rb
|
193
194
|
- lib/sezzle_client/version.rb
|
195
|
+
- sezzle_client-1.0.1.gem
|
194
196
|
- sezzle_client.gemspec
|
195
197
|
- spec/.DS_Store
|
196
198
|
- spec/api/bearer_authentication_api_spec.rb
|
@@ -249,7 +251,7 @@ files:
|
|
249
251
|
- spec/models/token_spec.rb
|
250
252
|
- spec/models/webhook_spec.rb
|
251
253
|
- spec/spec_helper.rb
|
252
|
-
homepage: https://github.com/
|
254
|
+
homepage: https://github.com/rum-and-code/sezzle_client
|
253
255
|
licenses:
|
254
256
|
- Unlicense
|
255
257
|
metadata: {}
|