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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f3b06fd6e37d9ab4dd1cbc21d9e5aee08970b7f
4
- data.tar.gz: e7a05262881eb352dffc4fa1a8717264f889f333
3
+ metadata.gz: 3e8cdcbe31a63d3fe92eed68b18a6052bd7ce0c1
4
+ data.tar.gz: 93b82888139b56f12db27f5ce8f9d2845bb70f52
5
5
  SHA512:
6
- metadata.gz: d49ff66c4104cccba4a0fe77d8d75384dbaffb2edbfc0b5cb2cc5bbe17271506f4ceed2dc03ae055b2f80c3b21d79890d6308baa597a4b9d43ed0603e85584bf
7
- data.tar.gz: 38ac729078a083f186ecc7eb517a9bdad858e606b8e85e105c272fbea9044caa5cd57a33f1a264132c75b066d99a3d84a6bc7722bb38599544256a1bf94dea2a
6
+ metadata.gz: 3e134533ab5ef2d3bb7b0e84c86a981550d67b4b69f1b03b0d2f499bf8cff5be3ce66ec04d6379d26d3cead1bdb056a25f55643f0fb7adac3c82b5a5feeb4c60
7
+ data.tar.gz: 5d4c9b37bec9b72e4641a36e74b1dc5e6ae661b63afc32bb0342dace5b1df3edf6253d30278d396014089d2e89d7c76c5e2b49026a648459d1577b252f72d27c
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'leantesting'
3
- s.version = '1.1.0'
4
- s.date = '2016-04-12'
3
+ s.version = '1.2.1'
4
+ s.date = '2016-10-24'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.summary = 'Lean Testing Ruby SDK'
7
7
  s.description = 'Lean Testing Ruby SDK'
@@ -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.0
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-04-12 00:00:00.000000000 Z
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.4.6
166
+ rubygems_version: 2.5.1
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: Lean Testing Ruby SDK