recurly 2.19.0 → 2.19.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/recurly/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 621d3fdceef9b44283b4eb9100e3e2ea08347706a16d27dace4419743ee2a961
4
- data.tar.gz: 27c32771f27b55b2f4a54eb4d8ea6afef0a32223075b86aa877c13986ea90063
3
+ metadata.gz: 69469dc138a9a12534568a6c597253329c834f129fa58f38c763ea24ee97268d
4
+ data.tar.gz: 6618f8671f3fcdeb8b17b5f26e71af6dd10497ef9f675366811e24058441d9f8
5
5
  SHA512:
6
- metadata.gz: e4de95fd9931d04ea34dd2f9ca2e092c765613b3f2f0e21e24db15a7a4f6c07c908d4afe7241ea885e91e62b365d4b962795ac131d62fa4995e89b4755072a8f
7
- data.tar.gz: 3f613fd2f69d06aa91ca16dbd3eed35b0c39a0b1a7189acc974fd0d83aef98e3067197659b7976939785ba7a2cea5978936958560db0f3d5de968ada97ad8d1d
6
+ metadata.gz: aee231e848059714146662a5cafc3df52419c12d710dd755080a8ad0da42dd0ca2aaa03d193bde21693135773aa3a4a60ef80b766aba2bc1b289d9db529a8f5f
7
+ data.tar.gz: 3be1e1b82cfc47187f491cbd7f7af9d0d020bcd554ce99eaea6bebe63f3222766cd9c5673ad5d274974d6a27784376aab874b12e5d47c0e18ccc29fa0547d529
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.19.0'
17
+ gem 'recurly', '~> 2.19.1'
18
18
  ```
19
19
 
20
20
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -1,6 +1,6 @@
1
1
  module Recurly
2
2
  module Version
3
- VERSION = "2.19.0"
3
+ VERSION = "2.19.1"
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.19.0
4
+ version: 2.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-29 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri