recurly 4.66.0 → 4.67.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77ba4ba0c1fdf8abde591f11cf95bd727ff60e279e806f66d6d5cb11462f2bdf
4
- data.tar.gz: 29c17176e6dd1228a30716b0e92306ebd76ef87a41c40f1be38a82a60a6b1cfc
3
+ metadata.gz: ecdc59beffdb2d49c779442d7d3765d3f7bf38c5c2eb696f269534f019ea424c
4
+ data.tar.gz: 0ebe1b6e43e0e6381b69be1452908af55e02eba7aa70882d37a3debde3d78f75
5
5
  SHA512:
6
- metadata.gz: 22a4d56b96b2c7e635b504bd08574a4314c389d7154ff281aa346e62e705aea538f7b4700836b3048353fbfbc1884824d289e06e17a09ca57567165969929791
7
- data.tar.gz: 437441e666c9dd8b0d03de3df2f11cb4da5332674c58f472867359899fc219211c8f70343ca40fd1eae606008db49b52b7b5da7afa31f2195d95729e84cc0b68
6
+ metadata.gz: 71afc7f777daeb723c2a7dfdeb292c82838dda1bcd6dd6d3a4b9c7984411efd0f797eac180c1366aebb90a04311a50dcb9fdfd9afe7e84d81070154c1a33a485
7
+ data.tar.gz: fb44979a290c16d34570e33f3ba965d920a9b749ba3ce5589c82a36bf92cc2dbe8372e4e57feb7d347d10b57e618d83c6fbe7fe7122d2430fad6b9307c282494
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.66.0
2
+ current_version = 4.67.0
3
3
  parse = (?P<major>\d+)
4
4
  \.(?P<minor>\d+)
5
5
  \.(?P<patch>\d+)
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.67.0](https://github.com/recurly/recurly-client-ruby/tree/4.67.0) (2025-08-13)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.66.0...4.67.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 [#934](https://github.com/recurly/recurly-client-ruby/pull/934) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
3
14
  ## [4.66.0](https://github.com/recurly/recurly-client-ruby/tree/4.66.0) (2025-07-22)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.65.0...4.66.0)
data/GETTING_STARTED.md CHANGED
@@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
5
5
  In your Gemfile, add `recurly` as a dependency.
6
6
 
7
7
  ```ruby
8
- gem 'recurly', '~> 4.66'
8
+ gem 'recurly', '~> 4.67'
9
9
  ```
10
10
 
11
11
  > *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions.
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.66.0"
2
+ VERSION = "4.67.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -27032,6 +27032,7 @@ components:
27032
27032
  - eft
27033
27033
  - gateway_token
27034
27034
  - google_pay
27035
+ - google_pay_device_pan
27035
27036
  - iban_bank_account
27036
27037
  - money_order
27037
27038
  - other
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.66.0
4
+ version: 4.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-22 00:00:00.000000000 Z
11
+ date: 2025-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -384,7 +384,7 @@ metadata:
384
384
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
385
385
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
386
386
  homepage_uri: https://github.com/recurly/recurly-client-ruby
387
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.66.0
387
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.67.0
388
388
  post_install_message:
389
389
  rdoc_options: []
390
390
  require_paths: