fusionauth_client 1.46.0 → 1.48.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: 188a214d179542598a99c19b42cee7ded5a4fe5401833b7cd68c61f1ed116bc0
4
- data.tar.gz: 7648163d9f63e75d8463a38d86108264036859942bf67208f671b49e363add09
3
+ metadata.gz: 2883c3474e5b77f5aeaadf6c8d2ce8aad98129beac6d6ae8ef145796c25d87b2
4
+ data.tar.gz: 72f588866593d1fb67c9ab6d275e9898cd27dd054037c2a4119750b3c4d9db39
5
5
  SHA512:
6
- metadata.gz: f8858c3bc5dce7ab05d4a74d647fbc5e0081c9c60dd10e9325172f41f770ce65a01f12cab19ba0b457d8833849ff812284b9fb619f4175ebd9ec10185f33b17a
7
- data.tar.gz: 3d0db52b315ccbadbc0706e3f9030249d569f928e62d8def29a82bfdb0e51e2730ed397eb6a7f42e8bb3c97491dca6cbe44e279bb0c4639760a59df7d8d6ef45
6
+ metadata.gz: b73e0209ecd5575d495e8b334bbfb9b726360e8c25894d5f97366a6a24b7629f9e4c4e455a6db8f340d57052b0b5eb3c61933f5141a5676b8806382c5fdcbc3b
7
+ data.tar.gz: c1957c0e7f3fddbed0345afe9dc0110c0729a7603095660143d0c41bb35ae83a026787c5ac65d23b150adf7a008c397f476b1d5e501ef4b3c18f8601c3b504fe
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.46.0)
4
+ fusionauth_client (1.48.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/build.savant CHANGED
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  pubVersion = ""
18
- project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.46.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.48.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
@@ -12,4 +12,4 @@
12
12
  <orderEntry type="library" scope="PROVIDED" name="minitest (v5.8.3, rbenv: 2.5.9) [gem]" level="application" />
13
13
  <orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, rbenv: 2.5.9) [gem]" level="application" />
14
14
  </component>
15
- </module>
15
+ </module>
@@ -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.46.0'
22
+ spec.version = '1.48.0'
23
23
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
24
24
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
25
25
 
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.46.0
4
+ version: 1.48.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-06-20 00:00:00.000000000 Z
12
+ date: 2023-10-27 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.