agx 0.2.3 → 0.2.4

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
  SHA256:
3
- metadata.gz: d101f036ad3ca77c3210c91b0f15d8a38e9e8acaec7d2cf20f4b51089904a89e
4
- data.tar.gz: b62ff40f0118fe22d5eb0cf3f1e73435cd280cf8008cdc47922ce5e1f7664bde
3
+ metadata.gz: 9ccbe1e848cec1e453b8bc1b13ce4433febcbbd3ebe26e3137abd9159368d5d7
4
+ data.tar.gz: fde39187e4f243987f465310d6056fb636e63d245b5a546688729e1cedb70ced
5
5
  SHA512:
6
- metadata.gz: 2a5a30e877163b35a2175d904816ea184f7fea9e1f2ec32d031f5a73e34a4aa7ca4c2ee513fe90086894a1e734dd12c019c45575bfe1e4131e1248f3c2d10b21
7
- data.tar.gz: 7d9d43c10d4bedfbd34830c9bb801eecffebfdac0514f82032b11d61e8817b55f314b0662fe2ffed8b5d73ac2609fdf2e3e524e700d6bc66aa2d2dbcec8876e7
6
+ metadata.gz: 29cc151268d422113fc600b36a18fed72bebd0e547c63e367067543845a6d6f9ff94bdc34c9b5905da7a0cf2e6a4c72dc371ced3efd2cdc430125732d62d50e5
7
+ data.tar.gz: 14dcc251d90761f47ba215aadeb8a25503da8cf4049b9788d583eba626c1521242c153391d4f257aaa48c626374e82f5d30949f3722d1e131f10b549c1832f9a
data/README.md CHANGED
@@ -141,11 +141,11 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
141
141
 
142
142
  ## Contributing
143
143
 
144
- Bug reports and pull requests are welcome on GitHub at https://github.com/AgDevelopers/agx-ruby.
144
+ Bug reports and pull requests are welcome on GitHub at https://github.com/beaorn/agx-ruby.
145
145
 
146
146
 
147
147
  ## License
148
148
 
149
- The gem is available as open source under the terms of the MIT License (see [LICENSE.txt](https://github.com/AgDevelopers/agx-ruby/blob/master/LICENSE.txt))
149
+ The gem is available as open source under the terms of the MIT License (see [LICENSE.txt](https://github.com/beaorn/agx-ruby/blob/master/LICENSE.txt))
150
150
 
151
151
  [agX](http://www.agxplatform.com/) is a registered trademark of [SST Software](http://www.sstsoftware.com/).
@@ -8,7 +8,7 @@ module Agx
8
8
  @client_id = client_id || ENV['AGX_CONTENT_CLIENT_ID']
9
9
  @client_secret = client_secret || ENV['AGX_CONTENT_CLIENT_SECRET']
10
10
  @site = "https://refdata.#{domain}"
11
- @token_url = "https://auth.#{domain}/Account/Token"
11
+ @token_url = "https://auth.#{domain}/identity/connect/token"
12
12
  @version = version || "v1"
13
13
  @client = set_client
14
14
  @token = {
@@ -1,3 +1,3 @@
1
1
  module Agx
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryce Johnston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-28 00:00:00.000000000 Z
11
+ date: 2018-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.7.3
129
+ rubygems_version: 2.7.6
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Ruby client for accessing agX Platform APIs.