fusionauth_client 1.20.0 → 1.20.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: e815e4667224cb1fb5ae6df284a1b3a578143f84fb9ce6bc170eefaf1bc9b817
4
- data.tar.gz: c795401c250613344f61cb50ced363afe2c7f23e92088b812787123dbe9a8c7a
3
+ metadata.gz: 5fe088762f00614e8062a4e5a74260aaca9d468f34667c69cdff66dc86680089
4
+ data.tar.gz: f8a4ad5c004e7bf5e6c214bab8af0664e0f64bc25f17b1e4259e3f789b6a0e0f
5
5
  SHA512:
6
- metadata.gz: a7d776826e013d30fcda08077b548dbd1af76243011d43c5f29e371eac9e5e25c2416ac79c3cab41560671d9c2df1f42f3ec7e5facdd6695dba1693519bde83c
7
- data.tar.gz: a6e727d09bb8fdfd4f176237ab3de1f590cec4259fb9d2eb099ae3781057063ccc47426c42fd65bc21af4d97d32672bd3c48b571c8cdccca8319ca89959763a3
6
+ metadata.gz: dcc18aed9b7023fcf87dcffcda1a1c37f2a741e26fd48838f092fa9b080d9a51f282e4b89e6da8563746417e4ac112505ab2a0bc3540a4242fd9a9cc3b2e7f3e
7
+ data.tar.gz: 6e2ea05d391a2a9e048151e90372c51b72ac0e8f7aebd7e62795988632d5cb4d26db1ac2b73c858aaf9444112f1fbe1b7d8b7f13f077d894e39113666167f02f
@@ -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.20.0", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.20.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.20.0'
7
+ spec.version = '1.20.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.20.0
4
+ version: 1.20.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: 2020-10-26 00:00:00.000000000 Z
12
+ date: 2020-10-30 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.