fusionauth_client 1.27.0 → 1.27.1

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: fee219ef1738d6ccb97d8bb5cdba190a5658dcc9263dcb460c811d97c02da025
4
- data.tar.gz: f9858eb19f04b69197b1dcf3f2c35a6e7429e331bfd764a95b55101f6b101cc4
3
+ metadata.gz: f26b3196d0f70ea66c579837b5cea413e1930955d274e4a1fbe05649fa91bf72
4
+ data.tar.gz: 84a46f0b0fd1d29317248331849b130d1ca1c2ddaf06cc8f5fc1b269739d88a5
5
5
  SHA512:
6
- metadata.gz: 71dae847ef49057df21dfc2966596f22b0fe65e5ccd6b37af5cb883b26aa21bc6be6ca0092e25e3e74126c0c74a553d566937f513adf2381d2c438ed1e8f6062
7
- data.tar.gz: 0c9ab46e8f349387417374abfb4ad2d4ec085d399f25fa489d02e83c2d69bffa09fd0a5eaccb3828d345545856f443c14b42d6e910a94aa8438a9145241c2973
6
+ metadata.gz: ec45895afd74ba5353c8473a56ce5f6722eb2f8afa8e70bc6504e78f200569749f063c4bef9f30457b8605be003f8d046d053eab1e0475556d3a58737d8d48e2
7
+ data.tar.gz: 404071ebf5121e3675dbe748261d983dd4b448bc105c7632994ba5f6861638f6656ffdd7b0f5914fcd53f9e7bf691285c2bad4b4175d1922f082e87842b881a3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.27.0)
4
+ fusionauth_client (1.27.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/build.savant CHANGED
@@ -16,7 +16,7 @@
16
16
  savantVersion = "1.0.0"
17
17
 
18
18
  pubVersion = ""
19
- project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.27.0", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.27.1", licenses: ["ApacheV2_0"]) {
20
20
  workflow {
21
21
  standard()
22
22
  }
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'fusionauth_client'
7
- spec.version = '1.27.0'
7
+ spec.version = '1.27.1'
8
8
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
9
9
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
10
10
 
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.27.0
4
+ version: 1.27.1
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: 2021-05-05 00:00:00.000000000 Z
12
+ date: 2021-05-07 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.