recurly 2.17.5 → 2.17.6

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: 4728284a90311477585bd4e7a3cf2407c7d7a2001393c8024316edd0ddbae1c2
4
- data.tar.gz: 92753965d6071f9ed65ab002157fa4a54781a24d3000379289d65efe7cd2062c
3
+ metadata.gz: a7917c21001eb4112fd3c5bbc96fbbbe40ef166301505413115ee976377b90a2
4
+ data.tar.gz: d0857e6d2e28accbf0fad9997b211f53739ad50fe2f9d05510ff166f51207498
5
5
  SHA512:
6
- metadata.gz: ce42d3196f35961c328f9bcc66dddaaebe0b7ce8cf1695e3d133ecfd07ce7f9c53b3bded7edb9ac3379179b5be46b3bcb7603423a0698a92a795e786c853c7e1
7
- data.tar.gz: 64c7477e0218508c7dedc7e390f7584466a0d7c61797a6841178b9b4b9848d589f34b84eb3e15e4d59637fc3a8517a13297acabcee62efe1a22bf811a332a03f
6
+ metadata.gz: 4636d69dca6b6ffe8dcd9cd740192fdd177796d916865ae1fba8993a785cac4029683ffab7b2bc5524a63b9a74ffbdd8f4f7c9754081793e2bb135363f18ed20
7
+ data.tar.gz: 030642fdb5369ce47820a0636d82707db447c954da5c1da8049834db95456a855d8e633a653551f44018c973dc948ffc0df94e14bb34021014052aa7d9d3b063
data/lib/recurly/api.rb CHANGED
@@ -17,7 +17,7 @@ module Recurly
17
17
  @@base_uri = "https://api.recurly.com/v2/"
18
18
  @@valid_domains = [".recurly.com"]
19
19
 
20
- RECURLY_API_VERSION = '2.17'
20
+ RECURLY_API_VERSION = '2.18'
21
21
 
22
22
  FORMATS = Helper.hash_with_indifferent_read_access(
23
23
  'pdf' => 'application/pdf',
@@ -5,7 +5,7 @@ module Recurly
5
5
  class BillingInfo < Resource
6
6
  BANK_ACCOUNT_ATTRIBUTES = %w(name_on_account account_type last_four routing_number).freeze
7
7
  CREDIT_CARD_ATTRIBUTES = %w(number verification_value card_type year month first_six last_four).freeze
8
- AMAZON_ATTRIBUTES = %w(amazon_billing_agreement_id).freeze
8
+ AMAZON_ATTRIBUTES = %w(amazon_billing_agreement_id amazon_region).freeze
9
9
  PAYPAL_ATTRIBUTES = %w(paypal_billing_agreement_id).freeze
10
10
  ROKU_ATTRIBUTES = %w(roku_billing_agreement_id last_four).freeze
11
11
 
@@ -2,7 +2,7 @@ module Recurly
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 17
5
- PATCH = 5
5
+ PATCH = 6
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
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.17.5
4
+ version: 2.17.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-17 00:00:00.000000000 Z
11
+ date: 2019-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri