recurly 2.18.20 → 2.18.21

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: 17c82b3ed4385ef449530e65f3cf37fef29fc7b1459829672be9c0cc7557ec77
4
- data.tar.gz: c8f9bdbcff45857a02bac6af75a82bd3f090ae332781e2df7592bf2f6776daaa
3
+ metadata.gz: 90911f96367a97bcc65fb3227083ab224b662639c9a233d3f085f66e79197592
4
+ data.tar.gz: 61d45e9d4d4249b1061af262a4b9569c4368dd20b987521fbf809bf8061d7ac4
5
5
  SHA512:
6
- metadata.gz: a07c1273b0da9046fb4dcf5e490318eab5a28fd38d7390a5c8b7b516dfeb66f7cb1967931ac99c500a0bb0778fe09338ea213cd87f1186407ce3233f77133ad7
7
- data.tar.gz: 9267adfa03c7c1da06f9abfd9f178d15a239c0e243467853f1880b15b778bec700c4874d96e28fd9419040474fb02a3d89381b40e17fb7cb953f624509a6377f
6
+ metadata.gz: 4bd74ae8c57c57660dc12c11cf644c1441c2f28f42954344412f80745b6f1d8211783cb8b1917f8de557cfadb147e36c36ae56ce502c096db51db7366a1e61f4
7
+ data.tar.gz: 805fa6a086423a13b37b640056506b60f099af605af2595ca3de1efa552d7537f0e741520c1d6cbffffa5f8bc05c485634861d4d72ebd2710b8a6b39afc4671c
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.20'
17
+ gem 'recurly', '~> 2.18.21'
18
18
  ```
19
19
 
20
20
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -45,6 +45,7 @@ module Recurly
45
45
  tax_identifier_type
46
46
  primary_payment_method
47
47
  backup_payment_method
48
+ cc_bin_country
48
49
  ) | CREDIT_CARD_ATTRIBUTES | BANK_ACCOUNT_ATTRIBUTES | AMAZON_ATTRIBUTES | PAYPAL_ATTRIBUTES | ROKU_ATTRIBUTES | SEPA_ATTRIBUTES | BACS_ATTRIBUTES | BECS_ATTRIBUTES
49
50
 
50
51
  # Verify an account's stored billing info
@@ -1,6 +1,6 @@
1
1
  module Recurly
2
2
  module Version
3
- VERSION = "2.18.20"
3
+ VERSION = "2.18.21"
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.20
4
+ version: 2.18.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-16 00:00:00.000000000 Z
11
+ date: 2021-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri