payture-cheques 0.1.5 → 0.1.7
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/.gitignore +1 -0
- data/lib/payture/cheques/methods/create.rb +1 -1
- data/lib/payture/cheques/version.rb +1 -1
- data/payture-cheques.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee9e38ea7571a86109a8c872c5a9d6e19b16a9438406a5ec871100ad4429df3c
|
|
4
|
+
data.tar.gz: 4ca60f682da869d48536df6dcfd15edf56c6638c0d99e93101a88f8c08b3a192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d26cbdba12f8fd591c238e81ed2bf5f1c2a27b76b6527cb67bc052fc4649906ebec679052d158b953bea2cee95a5c78a451e30a6e02c73f283682efbc9f3579
|
|
7
|
+
data.tar.gz: be203a8b038a1ea20e1bbdd625b2e4a132359f67da95901bfc1d580093cdaff8c47e735906e905b937441a9a5652606498d12135af9f352e268172a6302ebcc4
|
data/.gitignore
CHANGED
data/payture-cheques.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["alexander.sviridov@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Payture payment system API for sendind cheques separately from payments}
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/gillbus/payture-cheques'
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: payture-cheques
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Sviridov
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
-
description:
|
|
139
|
+
description:
|
|
140
140
|
email:
|
|
141
141
|
- alexander.sviridov@gmail.com
|
|
142
142
|
executables: []
|
|
@@ -164,11 +164,11 @@ files:
|
|
|
164
164
|
- lib/payture/cheques/responses/status.rb
|
|
165
165
|
- lib/payture/cheques/version.rb
|
|
166
166
|
- payture-cheques.gemspec
|
|
167
|
-
homepage: https://github.com/
|
|
167
|
+
homepage: https://github.com/gillbus/payture-cheques
|
|
168
168
|
licenses:
|
|
169
169
|
- MIT
|
|
170
170
|
metadata: {}
|
|
171
|
-
post_install_message:
|
|
171
|
+
post_install_message:
|
|
172
172
|
rdoc_options: []
|
|
173
173
|
require_paths:
|
|
174
174
|
- lib
|
|
@@ -183,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
184
|
version: '0'
|
|
185
185
|
requirements: []
|
|
186
|
-
rubygems_version: 3.0.
|
|
187
|
-
signing_key:
|
|
186
|
+
rubygems_version: 3.0.9
|
|
187
|
+
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: Payture payment system API for sendind cheques separately from payments
|
|
190
190
|
test_files: []
|