fusionauth_client 1.42.1 → 1.44.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: 04e95448e4ab27df0e4991b81050e250f87b970e71b2ef6467da31e39dbbf724
4
- data.tar.gz: 2b6f6d1e2a352ea3ef419b31f8cf80f1ad633680500d11d1eb7d60e848a8f789
3
+ metadata.gz: cd37dba87638d7ace8c827371d1183c52219a1f407a4836a564b31bff0216b59
4
+ data.tar.gz: d25c25c4ca2925a91cfd3d5731fb7e5790c82f5869f0095c0d3a5af46e6a85d8
5
5
  SHA512:
6
- metadata.gz: 80901262c799dc684db5dfb3fa1f3cce0058d2839cded39142dadb5829d5e9b7907b5d620a94b9903eaf3e1645c52a1702f34a42cf53738830653b4079195942
7
- data.tar.gz: b39412acd4f761126ba275fdf769f6f04bb26f23613481bd88c0678da2009930894b3cc596c430a069063d06fcbb02520dc3174a8fb86b2d377fa767245a2c20
6
+ metadata.gz: ed71e7ea71bf4f07121fa42d4993ef8948b49e613af238c7ac763366627264995cfc6751e1bb8001902beba24ce17ef0c548b64ecdcf508576ae53d6f3307403
7
+ data.tar.gz: 744c65076908365082ddd0a5c02077cf9d6126fa54d3a47a4611b5e03f4ff42c67fd1df6f56eb7d9fddcf10e645d509af8875dd5ae3a337479c25e1fa0a0f014
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.42.1)
4
+ fusionauth_client (1.44.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/build.savant CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2018-2023, FusionAuth, All Rights Reserved
2
+ * Copyright (c) 2018-2022, FusionAuth, All Rights Reserved
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  pubVersion = ""
18
- project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.42.1", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.44.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
@@ -1,6 +1,6 @@
1
1
  # coding: utf-8
2
2
 
3
- # Copyright (c) 2022-2023, FusionAuth, All Rights Reserved
3
+ # Copyright (c) 2022, FusionAuth, All Rights Reserved
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
19
19
 
20
20
  Gem::Specification.new do |spec|
21
21
  spec.name = 'fusionauth_client'
22
- spec.version = '1.42.1'
22
+ spec.version = '1.44.0'
23
23
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
24
24
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
25
25
 
@@ -2,7 +2,7 @@ require 'ostruct'
2
2
  require 'fusionauth/rest_client'
3
3
 
4
4
  #
5
- # Copyright (c) 2018-2022, FusionAuth, All Rights Reserved
5
+ # Copyright (c) 2018-2023, FusionAuth, All Rights Reserved
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
8
8
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusionauth_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.1
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pontarelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-01-27 00:00:00.000000000 Z
12
+ date: 2023-03-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This library contains the Ruby client library that helps you connect
15
15
  your application to FusionAuth.