fusionauth_client 1.42.1 → 1.43.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04e95448e4ab27df0e4991b81050e250f87b970e71b2ef6467da31e39dbbf724
4
- data.tar.gz: 2b6f6d1e2a352ea3ef419b31f8cf80f1ad633680500d11d1eb7d60e848a8f789
3
+ metadata.gz: 805e4a1ab84dc1ebb4409863e482ee254aded74c826b9070d42fe7abc14b820b
4
+ data.tar.gz: 4d8a5f7f2950332ec83a297c2e21752759bd1f931f70ed5aaa656b114f08824b
5
5
  SHA512:
6
- metadata.gz: 80901262c799dc684db5dfb3fa1f3cce0058d2839cded39142dadb5829d5e9b7907b5d620a94b9903eaf3e1645c52a1702f34a42cf53738830653b4079195942
7
- data.tar.gz: b39412acd4f761126ba275fdf769f6f04bb26f23613481bd88c0678da2009930894b3cc596c430a069063d06fcbb02520dc3174a8fb86b2d377fa767245a2c20
6
+ metadata.gz: fc0f3953d05fd9e79e1c8430f76a0a9d951b1dc9836396c5a63c9eb5ea22aa1e218b59efa1e34a856ebf8783846fff771ca91ac1df9b59e566369c6e5b6be8ca
7
+ data.tar.gz: 72fa7def0622dadf6dd453d9c4656490f598c12b75af3f1c37835415575ef37188b01b938d395c06181792dbe291b9bfe945bd621c99936898b968ca64dea6ce
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.43.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.43.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.43.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.43.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-02-20 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.