recurly 2.20.2 → 2.20.4

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: 7b9df673d417f04fe0f5bed15fe3813eebcd79909b343c767e23b7c398ae8146
4
- data.tar.gz: 20f3090cb3f98c01961ceeeb32062a70b7298bb76739a3590f1f45c3641a0302
3
+ metadata.gz: 2e929752e1aa47c0e2959674c5f1704724993e8336ba8aace7bc501c50a398e4
4
+ data.tar.gz: 92b2edc6216de899128f7f15fee66b5701ba4c4396f7b755bcba316d7bd9710a
5
5
  SHA512:
6
- metadata.gz: 1eeed62429b20bb43da5e7c255f492ba188bba4aab7b561f138fe517250a17151e1878abbabf7270d8b9ccac3c5209bfc2dc2d45e70d694a028fbed2f3071862
7
- data.tar.gz: 1240588db91fd5c2f2b31c9acdc2aecc19e9b07e0aba7ecd39ac279edc44ff37369b303a0ced725c037520b7a09c69f48acce16875e4dfb9224c465d1f37693a
6
+ metadata.gz: 7bd557bf48692ac074bf0c9630680bc7459e70bf0fa384b58d7bece21579a20032b18ced014d3d253ae0192635ee24fecf73478c5e27e01adae7c984f2babc65
7
+ data.tar.gz: 6f2642b3c8d22509edf4fb7018ded822a444937f5a310a955fc0f648094b72d0d0b6e7edec2c0e660df6c9adc6ca5585d85cab4d814926ddd6beeb1b53a26586
data/README.md CHANGED
@@ -14,7 +14,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
14
14
  [Bundler](http://gembundler.com/) by adding the following line to your Gemfile:
15
15
 
16
16
  ``` ruby
17
- gem 'recurly', '~> 2.20.2'
17
+ gem 'recurly', '~> 2.20.4'
18
18
  ```
19
19
 
20
20
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -69,6 +69,7 @@ module Recurly
69
69
  surcharge_in_cents
70
70
  avalara_transaction_type
71
71
  avalara_service_type
72
+ vertex_transaction_type
72
73
  refundable_total_in_cents
73
74
  ] + RevRec::ALL_ATTRIBUTES
74
75
  alias to_param uuid
@@ -123,6 +123,7 @@ module Recurly
123
123
  refundable_total_in_cents
124
124
  used_tax_service
125
125
  business_entity_id
126
+ vertex_transaction_type
126
127
  )
127
128
  alias to_param invoice_number_with_prefix
128
129
 
data/lib/recurly/plan.rb CHANGED
@@ -43,6 +43,7 @@ module Recurly
43
43
  setup_fee_revenue_schedule_type
44
44
  tax_exempt
45
45
  tax_code
46
+ vertex_transaction_type
46
47
  trial_requires_billing_info
47
48
  auto_renew
48
49
  allow_any_item_on_subscriptions
@@ -144,6 +144,7 @@ module Recurly
144
144
  shipping_address_id
145
145
  gateway_code
146
146
  transaction_type
147
+ vertex_transaction_type
147
148
  billing_info_uuid
148
149
  )
149
150
 
@@ -1,6 +1,6 @@
1
1
  module Recurly
2
2
  module Version
3
- VERSION = "2.20.2"
3
+ VERSION = "2.20.4"
4
4
 
5
5
  class << self
6
6
  def inspect
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: 2.20.2
4
+ version: 2.20.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2025-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -275,7 +275,7 @@ homepage: https://github.com/recurly/recurly-client-ruby
275
275
  licenses:
276
276
  - MIT
277
277
  metadata: {}
278
- post_install_message:
278
+ post_install_message:
279
279
  rdoc_options:
280
280
  - "--main"
281
281
  - README.md
@@ -293,7 +293,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  version: '0'
294
294
  requirements: []
295
295
  rubygems_version: 3.0.3.1
296
- signing_key:
296
+ signing_key:
297
297
  specification_version: 4
298
298
  summary: Recurly API Client
299
299
  test_files: []