recurly 2.18.31 → 2.18.32

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: 912d1b45d04c83c3506c375f50e8849ab302dfc305fed4da9a12955fc1bfb1b7
4
- data.tar.gz: 7114fa3829dbef3ddcc4c34ffad3f94e58f638878b0eb1e2947a8feb2ae9a1a0
3
+ metadata.gz: 380b5b8231cc9062f6275a2a5828cf51eae88aaa65aca50b6ea989c62dbf630d
4
+ data.tar.gz: 10994ca6ae6a77b269a9fe68f0c50858781adf161bbc4e38fb464d46169aaeb6
5
5
  SHA512:
6
- metadata.gz: 8df421cb571be12bf410ebabd4ebd7d10180d44838c2aa4e57341a6fb4f3c25b0c4cae7ccd1b99d0bf3efdd4553075d653860cdef31f84e81ae3580f0daf1598
7
- data.tar.gz: 2b86033aac54329ed83c8085f2ff41edae9020bda46a194d4fb4fd63dbedffd081fe33c2265305cd781f2ab73e132f24bcd57dd685b8d2810f24c1f3dbb2e557
6
+ metadata.gz: 49b6f26d5151d156c47046fb6a7ee41174e8b42f69e1c932a19f35fea7ab8ddffb2056bd127e20ea21d3101858abc4c5f940284791043e07d4c1c9316ee352e5
7
+ data.tar.gz: 3aac2a23498e485be20c61bd3f53bbd392c75a02df3f5619b66519054ed1f0fe4cd5274bf52b4698c786206d4a077a2c8fc2c7eb6c98e481acc3d04cb5e8aff6
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.18.31'
17
+ gem 'recurly', '~> 2.18.32'
18
18
  ```
19
19
 
20
20
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -103,6 +103,7 @@ module Recurly
103
103
  has_past_due_invoice
104
104
  has_paused_subscription
105
105
  preferred_locale
106
+ preferred_time_zone
106
107
  transaction_type
107
108
  dunning_campaign_id
108
109
  invoice_template_uuid
@@ -1,6 +1,6 @@
1
1
  module Recurly
2
2
  module Version
3
- VERSION = "2.18.31"
3
+ VERSION = "2.18.32"
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.18.31
4
+ version: 2.18.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-30 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri