velopayments 2.35.58.beta1 → 2.35.58

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: 2c21de0e6eb72b7c2b698ae46127c5cba1b3e90f04d1f627877321f1077c86b6
4
- data.tar.gz: cef4898deacff1bc80c3b0a0ded875630bd23a8131cc9dadba7d8f642833f19c
3
+ metadata.gz: '040803257d7b5ee25ccda3f24977e9863a25894d151cbe4a427fcc4e6d69148f'
4
+ data.tar.gz: fc3b60aff8c52a831e16987e9ee179d96ffedaa7f51b4daa94ea256f723dd4fb
5
5
  SHA512:
6
- metadata.gz: e707490808ef7406eb4992de8b19bfcfcedde374fe067a0b2fb85627d92c91e978733647a31ac4d95089944fdff4185b0be30d259b4c552f2707712403476a4c
7
- data.tar.gz: 8cf15d52787b71890faee3eec4966596aa1697e197761ebb63c94aacb6e3e9514f129897f019284f0d2c35c4017b2c690062b718415d33f0af3ad7baac0bb7ad
6
+ metadata.gz: 16d4ef4ee6d490fb96a30ce9dc5345b76b795cab3d6817133c7a52bc43c1b4753462d669ee83a30d7396a385d47a1c61dd93a1b2e34d531d36586e1a6cf20c8c
7
+ data.tar.gz: 896dfc5317604d05d2d2777d34e0669c9791443cbfe43cd91a59899a179ab1a4bd472037fce007dc5a198614a9077e57fe68a637328817a1ae2a1ea5c6930b26
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- velopayments (2.35.58.beta1)
4
+ velopayments (2.35.58)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -28,7 +28,7 @@ GEM
28
28
  pry (>= 0.13, < 0.15)
29
29
  psych (5.1.1.1)
30
30
  stringio
31
- racc (1.7.2)
31
+ racc (1.7.3)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
34
  rspec (3.12.0)
@@ -53,7 +53,7 @@ GEM
53
53
  ruby-progressbar (~> 1.7)
54
54
  unicode-display_width (>= 1.4.0, < 1.6)
55
55
  ruby-progressbar (1.13.0)
56
- stringio (3.0.8)
56
+ stringio (3.0.9)
57
57
  typhoeus (1.4.0)
58
58
  ethon (>= 0.9.0)
59
59
  unicode-display_width (1.5.0)
data/README.md CHANGED
@@ -80,7 +80,7 @@ If you make other Velo API calls which require authorization but the Authorizati
80
80
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
81
81
 
82
82
  - API version: 2.35.58
83
- - Package version: 2.35.58.beta1
83
+ - Package version: 2.35.58
84
84
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
85
85
 
86
86
  ## Installation
@@ -96,16 +96,16 @@ gem build velopayments.gemspec
96
96
  Then either install the gem locally:
97
97
 
98
98
  ```shell
99
- gem install ./velopayments-2.35.58.beta1.gem
99
+ gem install ./velopayments-2.35.58.gem
100
100
  ```
101
101
 
102
- (for development, run `gem install --dev ./velopayments-2.35.58.beta1.gem` to install the development dependencies)
102
+ (for development, run `gem install --dev ./velopayments-2.35.58.gem` to install the development dependencies)
103
103
 
104
104
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
105
105
 
106
106
  Finally add this to the Gemfile:
107
107
 
108
- gem 'velopayments', '~> 2.35.58.beta1'
108
+ gem 'velopayments', '~> 2.35.58'
109
109
 
110
110
  ### Install from Git
111
111
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.1.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module VeloPayments
14
- VERSION = '2.35.58.beta1'
14
+ VERSION = '2.35.58'
15
15
  end
data/oa3-config.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "gemName": "velopayments",
3
- "gemVersion": "2.35.58.beta1",
3
+ "gemVersion": "2.35.58",
4
4
  "gemHomepage": "https://github.com/velopaymentsapi/velo-ruby",
5
5
  "gemAuthor": "Velo Payments API",
6
6
  "gemDescription": "This library provides a Ruby client that simplifies interactions with the Velo Payments API. For full details covering the API visit our docs at Velo Payments APIs https://apidocs.velopayments.com. Note: some of the Velo API calls which require authorization via an access token, see the full docs on how to configure.",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: velopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.35.58.beta1
4
+ version: 2.35.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Velo Payments API
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-03 00:00:00.000000000 Z
11
+ date: 2023-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -67,7 +67,6 @@ files:
67
67
  - Makefile
68
68
  - README.md
69
69
  - Rakefile
70
- - credentials
71
70
  - docs/AcceptedPaymentV3.md
72
71
  - docs/AccessTokenResponse.md
73
72
  - docs/AccessTokenValidationRequest.md
@@ -641,9 +640,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
641
640
  version: '2.7'
642
641
  required_rubygems_version: !ruby/object:Gem::Requirement
643
642
  requirements:
644
- - - ">"
643
+ - - ">="
645
644
  - !ruby/object:Gem::Version
646
- version: 1.3.1
645
+ version: '0'
647
646
  requirements: []
648
647
  rubygems_version: 3.2.3
649
648
  signing_key:
data/credentials DELETED
@@ -1 +0,0 @@
1
- :rubygems_api_key: rubygems_e62ab52eb97fbc7070fa04c2bd130c5177241ef57cd9e9a9