recurly 2.17.8 → 2.17.9

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: d56fc67c38893f7150cf98085a9078f7a8991f439c7a76ecd127dcec487a27ee
4
- data.tar.gz: 734ddfbc88973d688cc040052693703b7ce8d81e9e2ec56f6896bad2c54550b7
3
+ metadata.gz: 8e908456f0d7bd5a9f67bc9aee4327743109912e7a5da81fc3f45ac7cd2de981
4
+ data.tar.gz: 1a0dc145c934b29115b85bf3b1ce0c0370f413bc15e7f850730f3e29f829e6a8
5
5
  SHA512:
6
- metadata.gz: 92b0e2a83bd77dbb38a16b4c2ced2d652a1066decf06ca5eff3e99d65cc171b5b746a634e629a021ad5c95567fbac7d2c3f27678e0297fe2d6a04c649af14568
7
- data.tar.gz: cb8a90f7f6f6d4ad5b06615a1e334fa9d43c5e201cf59eceaa99dabcf664ac3a2c684d712dd0724ba2ab1b5649da26c101d59fb0248128c2e29468cbfac30388
6
+ metadata.gz: e2eb1869442a263dfff55d613eacec010adefa4c1ab9dde0dbddece5bedbd9d4b4928d9cd98b406e80aac724ee33de49bf7d75d151c60da1819ec02cd59fefcc
7
+ data.tar.gz: 36c77a4eddc520484e901b0aa9e715ff4fd644ace30c4415451c8f53fde15606d68c998ae6c77d4e698271c525ae6c0556f2f8fb76a56c3f396c7051889c3fcc
@@ -33,6 +33,7 @@ module Recurly
33
33
  external_hpp_type
34
34
  gateway_token
35
35
  gateway_code
36
+ fraud_session_id
36
37
  ) | CREDIT_CARD_ATTRIBUTES | BANK_ACCOUNT_ATTRIBUTES | AMAZON_ATTRIBUTES | PAYPAL_ATTRIBUTES | ROKU_ATTRIBUTES
37
38
 
38
39
  # @return ["credit_card", "paypal", "amazon", "bank_account", "roku", nil] The type of billing info.
@@ -2,7 +2,7 @@ module Recurly
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 17
5
- PATCH = 8
5
+ PATCH = 9
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.8
4
+ version: 2.17.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-12 00:00:00.000000000 Z
11
+ date: 2019-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri