soaspec 0.1.15 → 0.1.16
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/ChangeLog +4 -0
- data/lib/soaspec/o_auth2.rb +1 -0
- data/lib/soaspec/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be29f2183a787b94831d520bd5f08f50a3db0c51
|
|
4
|
+
data.tar.gz: 2f04d48ca686b5788f498e1e89878cf0281df642
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21bac4eed696d3f8613f7f9dca483348e16c5e6c843da42f77e71590c7b8b29ca7b8b72143625d28d7c51b6297d50246a3a61e7dd4f031f5b38c72a6b096340a
|
|
7
|
+
data.tar.gz: 8266742c1d2db5453e900521a60732f6890f6714a42d72b24604acc6636f9c1981b013d56a5d85f612b0b7e13bc4404510ec62545afd0d6c23eabd403d6dce1a
|
data/ChangeLog
CHANGED
data/lib/soaspec/o_auth2.rb
CHANGED
|
@@ -33,6 +33,7 @@ module Soaspec
|
|
|
33
33
|
# @param_value [security_token] Security Token used in password grant
|
|
34
34
|
# @param [String] api_username Username to use which can be set by Soaspec::ExchangeHandler
|
|
35
35
|
def initialize(params_sent, api_username = nil)
|
|
36
|
+
self.retry_count = 0 # No initial tries at getting access token
|
|
36
37
|
params = params_sent.transform_keys_to_symbols
|
|
37
38
|
params[:token_url] ||= Soaspec::OAuth2.token_url
|
|
38
39
|
raise 'client_id and client_secret not set' unless params[:client_id] && params[:client_secret]
|
data/lib/soaspec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soaspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SamuelGarrattIQA
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|