unimatrix 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b5966fc26cab9707714f870f990197a3bbcedb0
4
- data.tar.gz: debaee4dc03546fd1f93d938912a8138433b9b01
3
+ metadata.gz: ac3e057fab9840a39e41aaa924e6e1bde765ee6d
4
+ data.tar.gz: e57ba7fa907551238c1d2fcfad752a30c8625daf
5
5
  SHA512:
6
- metadata.gz: 468464e3feed296d2bc65050e1fa817ddfc20418652b20d43b11c13d5c6ea5c863f5d4445fa0bc159fb9efd4340d81ea64447476219206292a7cbd0856936b73
7
- data.tar.gz: 9012deb29c697c48fc1954281914ea19ae1e66d0999e73dcbd990ac5fb1a058c5e16f82c301275911ad51077d5fe6b60ec0b81757228e8456e1eec12a33e5d65
6
+ metadata.gz: 0e2011da9335656280d64a976e11244acb01b535192e58d7617db57a854f098ab06e52cf9b7d7d439011e1d4decfc5f6cd0afda319d6ed775e48627ea54b9cd0
7
+ data.tar.gz: 1f39f4a77817b6a5cd8486007da18eebabc5ddbcf32349ac60afe0d9e3b2188120211ed3d2dbac88fd409768e7ff70c1057649e9aa8cb0090dd5642f4b4d7ea1
@@ -10,7 +10,7 @@ module Unimatrix::Authorization
10
10
  end
11
11
 
12
12
  def request_token
13
- uri = URI.parse( "#{ Unimatrix.configuration.url }/token" )
13
+ uri = URI.parse( "#{ Unimatrix.configuration.authorization_url }/token" )
14
14
  params = { "grant_type" => "client_credentials" }
15
15
  http = Net::HTTP.new( uri.host, uri.port )
16
16
  request = Net::HTTP::Post.new( uri.request_uri )
@@ -1,3 +1,3 @@
1
1
  module Unimatrix
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unimatrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jackson Souza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-22 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.5.2
185
+ rubygems_version: 2.4.8
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Unimatrix is used to communicate with Unimatrix APIs.