leantesting 1.1.0 → 1.2.1
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/leantesting.gemspec +2 -2
- data/lib/Handler/Auth/OAuth2Handler.rb +2 -2
- 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: 3e8cdcbe31a63d3fe92eed68b18a6052bd7ce0c1
|
4
|
+
data.tar.gz: 93b82888139b56f12db27f5ce8f9d2845bb70f52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e134533ab5ef2d3bb7b0e84c86a981550d67b4b69f1b03b0d2f499bf8cff5be3ce66ec04d6379d26d3cead1bdb056a25f55643f0fb7adac3c82b5a5feeb4c60
|
7
|
+
data.tar.gz: 5d4c9b37bec9b72e4641a36e74b1dc5e6ae661b63afc32bb0342dace5b1df3edf6253d30278d396014089d2e89d7c76c5e2b49026a648459d1577b252f72d27c
|
data/leantesting.gemspec
CHANGED
@@ -45,7 +45,7 @@ module LeanTesting
|
|
45
45
|
raise SDKInvalidArgException, '`state` must be a string'
|
46
46
|
end
|
47
47
|
|
48
|
-
baseURL = 'https://leantesting.com/login/oauth/authorize'
|
48
|
+
baseURL = 'https://app.leantesting.com/login/oauth/authorize'
|
49
49
|
|
50
50
|
params = {
|
51
51
|
'client_id' => clientID,
|
@@ -107,7 +107,7 @@ module LeanTesting
|
|
107
107
|
'/login/oauth/access_token',
|
108
108
|
'POST',
|
109
109
|
{
|
110
|
-
'base_uri' => 'https://leantesting.com',
|
110
|
+
'base_uri' => 'https://app.leantesting.com',
|
111
111
|
'params' => params
|
112
112
|
}
|
113
113
|
)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: leantesting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Crowdsourced Testing
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
163
|
version: '0'
|
164
164
|
requirements: []
|
165
165
|
rubyforge_project:
|
166
|
-
rubygems_version: 2.
|
166
|
+
rubygems_version: 2.5.1
|
167
167
|
signing_key:
|
168
168
|
specification_version: 4
|
169
169
|
summary: Lean Testing Ruby SDK
|