recurly 4.21.0 → 4.21.1
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/.bumpversion.cfg +1 -1
- data/CHANGELOG.md +11 -0
- data/lib/recurly/resources/subscription_ramp_interval_response.rb +2 -2
- data/lib/recurly/version.rb +1 -1
- data/openapi/api.yaml +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 219f3d280dd061539e7087e972e0954371e691300aa1bfdad4c6e4a4b22cf946
|
|
4
|
+
data.tar.gz: b5e700f336e8e25f9381aa1d302724880a55d7d69003c6a05d1fef1b8e31a0bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96c0570bdd87a04d9364415e8e984417ca4bb98c580f587b96f637e3bd78bbe7829a6a232f0dfc5f594b2cf917126bf609db5718f1179b64fef065ce4cabfab1
|
|
7
|
+
data.tar.gz: 410770536d971b7e0eb3db98027507b4ce174d185af412c883e3348873ccecc5a1aa84405dcf157c8c84ca7dc05f528edd7f3c4ead88c6a7843d1e06d2eed8a8
|
data/.bumpversion.cfg
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.21.1](https://github.com/recurly/recurly-client-ruby/tree/4.21.1) (2022-09-08)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.21.0...4.21.1)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Merged Pull Requests**
|
|
9
|
+
|
|
10
|
+
- Generated Latest Changes for v2021-02-25 [#792](https://github.com/recurly/recurly-client-ruby/pull/792) ([recurly-integrations](https://github.com/recurly-integrations))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
## [4.21.0](https://github.com/recurly/recurly-client-ruby/tree/4.21.0) (2022-09-07)
|
|
4
15
|
|
|
5
16
|
[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.20.0...4.21.0)
|
|
@@ -15,8 +15,8 @@ module Recurly
|
|
|
15
15
|
define_attribute :starting_billing_cycle, Integer
|
|
16
16
|
|
|
17
17
|
# @!attribute unit_amount
|
|
18
|
-
# @return [
|
|
19
|
-
define_attribute :unit_amount,
|
|
18
|
+
# @return [Float] Represents the price for the ramp interval.
|
|
19
|
+
define_attribute :unit_amount, Float
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
end
|
data/lib/recurly/version.rb
CHANGED
data/openapi/api.yaml
CHANGED
|
@@ -21302,7 +21302,9 @@ components:
|
|
|
21302
21302
|
type: integer
|
|
21303
21303
|
description: Represents how many billing cycles are left in a ramp interval.
|
|
21304
21304
|
unit_amount:
|
|
21305
|
-
type:
|
|
21305
|
+
type: number
|
|
21306
|
+
format: float
|
|
21307
|
+
title: Unit price
|
|
21306
21308
|
description: Represents the price for the ramp interval.
|
|
21307
21309
|
TaxInfo:
|
|
21308
21310
|
type: object
|
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.21.
|
|
4
|
+
version: 4.21.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Recurly
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -316,7 +316,7 @@ metadata:
|
|
|
316
316
|
changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
|
|
317
317
|
documentation_uri: https://recurly.github.io/recurly-client-ruby/
|
|
318
318
|
homepage_uri: https://github.com/recurly/recurly-client-ruby
|
|
319
|
-
source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.21.
|
|
319
|
+
source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.21.1
|
|
320
320
|
post_install_message:
|
|
321
321
|
rdoc_options: []
|
|
322
322
|
require_paths:
|