finapps 2.0.3 → 2.0.4
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/finapps/version.rb +1 -1
- data/spec/rest/base_client_spec.rb +1 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae51d63eabbc06265ec732daaabdca386e3b1b79
|
|
4
|
+
data.tar.gz: 616025325958098e835789d0f39c9cbdf223a115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e36a7872196a1ea55ee82f37cbf999f1ffce1c1954a2ae7742d24dda678f3a6913d7e9ed6c26d18c004a4ca0fbb49c369714cd618e7d6e2f74da4be7b2e6831a
|
|
7
|
+
data.tar.gz: e0c3104cd52a91e73952fca3a021aa457e62ed70d50ef4c5340e0c9416bd744238dd72210e49cb6d40852b3482094ec993305247705154b8466a4c499961f798
|
data/lib/finapps/version.rb
CHANGED
|
@@ -72,10 +72,7 @@ RSpec.describe FinApps::REST::BaseClient do
|
|
|
72
72
|
context 'for proxy errors' do
|
|
73
73
|
subject { FinApps::REST::BaseClient.new(valid_tenant_options).send_request('proxy_error', :get) }
|
|
74
74
|
|
|
75
|
-
it
|
|
76
|
-
expect { subject.send_request(nil, :get) }
|
|
77
|
-
.to raise_error(Faraday::ConnectionFailed, '407 "Proxy Authentication Required"')
|
|
78
|
-
end
|
|
75
|
+
it { expect { subject }.to raise_error(Faraday::ConnectionFailed, '407 "Proxy Authentication Required"') }
|
|
79
76
|
end
|
|
80
77
|
end
|
|
81
78
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: finapps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erich Quintero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
302
302
|
version: '0'
|
|
303
303
|
requirements: []
|
|
304
304
|
rubyforge_project:
|
|
305
|
-
rubygems_version: 2.
|
|
305
|
+
rubygems_version: 2.6.6
|
|
306
306
|
signing_key:
|
|
307
307
|
specification_version: 4
|
|
308
308
|
summary: FinApps REST API ruby client.
|