braintree 2.86.0 → 2.87.0

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
  SHA1:
3
- metadata.gz: 7d16d946caac139ce933b07a194e06074d6bf721
4
- data.tar.gz: 88a89e4cf504034189c75129b1b1e65d2bfeb66d
3
+ metadata.gz: 4213a3a4067576307a99ec5057963ae90eee83b7
4
+ data.tar.gz: 716ecb6baa8f9a0134ac5d1baaa9123058c0aaf4
5
5
  SHA512:
6
- metadata.gz: fab396847ee1626b764b26210c10e7a3eaaf5b2eea6e8e25254ccebd2d4dd92326291a7bc211c8e7073a28c29170176254ea14d99c08a530283d4efe99b07021
7
- data.tar.gz: 4994c09be6eaf8a57e698248902114cf9671ac64a10d1dd05638a643f94b30904a967fdb1cc06b0ed12d2b4622f5d250a288d79c097a83d5c6e350d6851d5435
6
+ metadata.gz: e74de4236aa5bb09c33775c3a09c67df3714fa74252fa3e0c3e8587460d3a190a09b4e1ea8eb13b8c0de40c2bcf0ece3b2811c1099587c8ecc45dfd6f60ecc42
7
+ data.tar.gz: 3f62aca3888a83732af83699158fdf5b02cd359e3989b8225f18b21f3255af7c51a51d28fba132452786431aeca1c2bf505714c80b63a0e735cbab977fd042ce
@@ -169,6 +169,7 @@ module Braintree
169
169
  NonDisputedPriorTransactionEvidenceMissingDate = "95723"
170
170
  RecurringTransactionEvidenceMissingDate = "95724"
171
171
  RecurringTransactionEvidenceMissingARN = "95725"
172
+ ValidEvidenceRequiredToFinalize = "95726"
172
173
  end
173
174
 
174
175
  module DocumentUpload
@@ -1,7 +1,7 @@
1
1
  module Braintree
2
2
  module Version
3
3
  Major = 2
4
- Minor = 86
4
+ Minor = 87
5
5
  Tiny = 0
6
6
 
7
7
  String = "#{Major}.#{Minor}.#{Tiny}"
@@ -0,0 +1 @@
1
+ 8020
@@ -219,6 +219,11 @@ end
219
219
  RSpec.configure do |config|
220
220
  config.include CustomMatchers
221
221
 
222
+ if ENV["JUNIT"] == "1"
223
+ config.add_formatter("RspecJunitFormatter", "tmp/build/braintree-ruby.#{rand}.junit.xml")
224
+ config.add_formatter("progress")
225
+ end
226
+
222
227
  config.expect_with :rspec do |expect|
223
228
  expect.syntax = [:should, :expect]
224
229
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: braintree
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.86.0
4
+ version: 2.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Braintree
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-04 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: builder
@@ -185,6 +185,7 @@ files:
185
185
  - spec/fixtures/files/gif_extension_bt_logo.gif
186
186
  - spec/fixtures/files/malformed_pdf.pdf
187
187
  - spec/hacks/tcp_socket.rb
188
+ - spec/httpsd.pid
188
189
  - spec/integration/braintree/add_on_spec.rb
189
190
  - spec/integration/braintree/address_spec.rb
190
191
  - spec/integration/braintree/advanced_search_spec.rb
@@ -305,7 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
306
  version: '0'
306
307
  requirements: []
307
308
  rubyforge_project: braintree
308
- rubygems_version: 2.6.14
309
+ rubygems_version: 2.5.2
309
310
  signing_key:
310
311
  specification_version: 4
311
312
  summary: Braintree Gateway Ruby Client Library