fusionauth_client 1.15.3 → 1.15.4

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: 43bd0bd89fdd6ec3ce3a4b0dde7473ca5fc115267b8d1812bfa10b580cbc3410
4
- data.tar.gz: babeb2aef80ce760f675120c6836085ba217717255295d7abf803998c3f2434f
3
+ metadata.gz: 8cbcb2adfc3b09a934e786c6f513b5d99505d900539972ea3687ca9b8fb453a9
4
+ data.tar.gz: 00eb3457df983b0dcd35e89484c7dbb92b8a5a604a3235f6f4e2a7d9e2b266ad
5
5
  SHA512:
6
- metadata.gz: d1de52b05abeac8c7490895c452b4aa9192d1c722e4e636ae1e4639cce7e4c69b3d07c3094f38b0f17e286ede486b6d5112ad0c4ca3cef795ee88d2ef403e328
7
- data.tar.gz: 18051a9e1497294febad008597ef7cd44385800768bd49e0daf43709bc17de25c95026209534d63625b3c95554b07e8f239158d86cae5ed14f2e52cabdf7c3d3
6
+ metadata.gz: 7ba9e4b2449499f77087c09c1c3f21e7bb13ee3d9e4153abb7f52824354d62c03f1dda43e56d321c2564efb123cfcf4ca04a91447daed5aa6e315e009afe2ad5
7
+ data.tar.gz: d9b35f7594bbcbbc18a5bbeef396c8bfe849a50ef213c61ab3646ac131798c43cd526457ff6a23430c8c2bb7121f3ba834f39a18ecc0eb0a92f609dc447cbb8a
@@ -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.15.3", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.15.4", 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.15.3'
7
+ spec.version = '1.15.4'
8
8
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
9
9
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
10
10
 
@@ -1,3 +1,17 @@
1
+ # Copyright (c) 2019, FusionAuth, All Rights Reserved
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing,
10
+ # software distributed under the License is distributed on an
11
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
12
+ # either express or implied. See the License for the specific
13
+ # language governing permissions and limitations under the License.
14
+
1
15
  require 'base64'
2
16
  require 'json'
3
17
  require 'net/http'
@@ -41,7 +55,7 @@ module FusionAuth
41
55
  # @param body_handler [BodyHandler] The body handler.
42
56
  # @return [RESTClient] this
43
57
  #
44
- def rbody_handler(body_handler)
58
+ def body_handler(body_handler)
45
59
  @body_handler = body_handler
46
60
  self
47
61
  end
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.15.3
4
+ version: 1.15.4
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-02-27 00:00:00.000000000 Z
12
+ date: 2020-03-02 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.