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 +4 -4
- data/lib/braintree/error_codes.rb +1 -0
- data/lib/braintree/version.rb +1 -1
- data/spec/httpsd.pid +1 -0
- data/spec/spec_helper.rb +5 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4213a3a4067576307a99ec5057963ae90eee83b7
|
|
4
|
+
data.tar.gz: 716ecb6baa8f9a0134ac5d1baaa9123058c0aaf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/braintree/version.rb
CHANGED
data/spec/httpsd.pid
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8020
|
data/spec/spec_helper.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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.
|
|
309
|
+
rubygems_version: 2.5.2
|
|
309
310
|
signing_key:
|
|
310
311
|
specification_version: 4
|
|
311
312
|
summary: Braintree Gateway Ruby Client Library
|