agx 0.2.3 → 0.2.4
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/README.md +2 -2
- data/lib/agx/content/client.rb +1 -1
- data/lib/agx/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ccbe1e848cec1e453b8bc1b13ce4433febcbbd3ebe26e3137abd9159368d5d7
|
|
4
|
+
data.tar.gz: fde39187e4f243987f465310d6056fb636e63d245b5a546688729e1cedb70ced
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
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/).
|
data/lib/agx/content/client.rb
CHANGED
|
@@ -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}/
|
|
11
|
+
@token_url = "https://auth.#{domain}/identity/connect/token"
|
|
12
12
|
@version = version || "v1"
|
|
13
13
|
@client = set_client
|
|
14
14
|
@token = {
|
data/lib/agx/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|