vaas 2.0.0 → 3.0.0

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: a05b70f5292bec90b8e2155e46351bb419e09cfa9c2ab2adc7a9b7518c2461bd
4
- data.tar.gz: f35d1a3472a24c1361e643d58fafd37b20d2cb9aa3cc37217e650a9e295537d4
3
+ metadata.gz: 86c4b8c8ed151fe77da284d60d07156dbc84b40346fcad1ef64162ef7a15cb14
4
+ data.tar.gz: 1fdce2973ded2543f3ff4e808d8263371c7add9ea7b5bee6f62d146125ad7763
5
5
  SHA512:
6
- metadata.gz: 86dacfaee9ab76cea8301ebc704a9e6e46001c45c7ac6d9ef8c9b77cf3fcf2b759300087205bfe02ae2952b4bc9ff88858ea68426b7231768a37597fb5b36322
7
- data.tar.gz: df21c2cfd66cdca06ed715dc89fa4f39d3df1e54685b9f8a86be4ec149b4ee2659dbaf3325ae2bdc7baca15b8e16c6356d6a3637fdfc859be5b0aaafe1dfceb9
6
+ metadata.gz: bf6267e4f1c176b9c4dc3b760d8ec54fa475a73fef613d8c8220954cdadbc73f23a78baa529b338dd1a711051b8462471961443ea4c9ab94a69a8f2b3eb8a447
7
+ data.tar.gz: 8fe1af11c62026f93bf03e30353b826f0f0d9c99d481b3f8494e5da59e155b2a599dc362f78c3fc8df6009d15566754adc55fdd86f80b377ac924472535a2e1d
@@ -10,7 +10,7 @@ def main
10
10
  authenticator = VAAS::ClientCredentialsGrantAuthenticator.new(
11
11
  CLIENT_ID,
12
12
  CLIENT_SECRET,
13
- "https://keycloak-vaas.gdatasecurity.de/realms/vaas/protocol/openid-connect/token"
13
+ "https://account.gdata.de/realms/vaas-production/protocol/openid-connect/token"
14
14
  )
15
15
 
16
16
  # create a vaas object and get a token to authenticate
@@ -10,7 +10,7 @@ def main
10
10
  authenticator = VAAS::ClientCredentialsGrantAuthenticator.new(
11
11
  CLIENT_ID,
12
12
  CLIENT_SECRET,
13
- "https://keycloak-vaas.gdatasecurity.de/realms/vaas/protocol/openid-connect/token"
13
+ "https://account.gdata.de/realms/vaas-production/protocol/openid-connect/token"
14
14
  )
15
15
 
16
16
  # create a vaas object and get a token to authenticate
@@ -14,7 +14,7 @@ require_relative 'vaas_errors'
14
14
  module VAAS
15
15
  class VaasMain
16
16
 
17
- def initialize(url = "wss://gateway-vaas.gdatasecurity.de", timeout = 600)
17
+ def initialize(url = "wss://gateway.production.vaas.gdatasecurity.de", timeout = 600)
18
18
  @url = url
19
19
  @timeout = timeout
20
20
  @requests = {}
data/lib/vaas/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module VAAS
2
- VERSION = '2.0.0'
2
+ VERSION = '3.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vaas
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allie Weitenkamp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async