fusionauth_client 1.27.1 → 1.27.2

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: f26b3196d0f70ea66c579837b5cea413e1930955d274e4a1fbe05649fa91bf72
4
- data.tar.gz: 84a46f0b0fd1d29317248331849b130d1ca1c2ddaf06cc8f5fc1b269739d88a5
3
+ metadata.gz: c3be99d4a422cd75a0161a5fa7a93bcde4c83c28abb43284d43b22e490fadfb7
4
+ data.tar.gz: fc5c5fcb80f985800cb8bd81308b4adeff01082bcfacf53603fecb61206e952a
5
5
  SHA512:
6
- metadata.gz: ec45895afd74ba5353c8473a56ce5f6722eb2f8afa8e70bc6504e78f200569749f063c4bef9f30457b8605be003f8d046d053eab1e0475556d3a58737d8d48e2
7
- data.tar.gz: 404071ebf5121e3675dbe748261d983dd4b448bc105c7632994ba5f6861638f6656ffdd7b0f5914fcd53f9e7bf691285c2bad4b4175d1922f082e87842b881a3
6
+ metadata.gz: ceb82d839e3bc5e1f1769d59d033fbc92834c6af96331f514eb2b0a8f583b49586167a61530a2fc23abcf000405bb59b87e10db0a83b636ee4bcfd6aab6ded79
7
+ data.tar.gz: 20fdd61ccc7b0e029a628b105801fa2546b58f0ac8abf0b260dd916ad2ba805846934a74abe783ee2a018253210f6fda315f870084c3b31def6e18967d5c69a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.27.1)
4
+ fusionauth_client (1.27.2)
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.1", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.27.2", 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.1'
7
+ spec.version = '1.27.2'
8
8
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
9
9
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
10
10
 
@@ -103,7 +103,7 @@ module FusionAuth
103
103
  # @param request [OpenStruct, Hash] The change password request that contains all of the information used to change the password.
104
104
  # @return [FusionAuth::ClientResponse] The ClientResponse object.
105
105
  def change_password(change_password_id, request)
106
- start.uri('/api/user/change-password')
106
+ startAnonymous.uri('/api/user/change-password')
107
107
  .url_segment(change_password_id)
108
108
  .body_handler(FusionAuth::JSONBodyHandler.new(request))
109
109
  .post()
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.1
4
+ version: 1.27.2
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-07 00:00:00.000000000 Z
12
+ date: 2021-05-10 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.