fusionauth_client 1.28.0 → 1.28.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/build.savant +1 -1
- data/fusionauth-ruby-client.iml +4 -4
- data/fusionauth_client.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f5c7cb69f901d83dc3b55ed925aea41ada2b94c81807017034173b54f707281
|
|
4
|
+
data.tar.gz: ff270948d4d1fbc257ccbc176d6d7955a77eb40599c31b85e3ba926295d003d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0ffcab47aeba93d264758a13c68c0145476b1a3bff94898d04978495a2c6c3144980885d8d35fb3715c6ccbc3c7bf407c4c252c391a8cb117fdcf8cdbd5ea7d
|
|
7
|
+
data.tar.gz: cfc5c3bea25ffe600f04c4665c6d07dfd9ca1427d25a5bebc5d763b4bd0373d101e9ba33cdcdb7f1ca5db19f2b29f131fcedd4d798b92589c69714fe223156df
|
data/Gemfile.lock
CHANGED
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.28.
|
|
19
|
+
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.28.1", licenses: ["ApacheV2_0"]) {
|
|
20
20
|
workflow {
|
|
21
21
|
standard()
|
|
22
22
|
}
|
data/fusionauth-ruby-client.iml
CHANGED
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
<option name="myRootTask">
|
|
17
17
|
<RakeTaskImpl id="rake">
|
|
18
18
|
<subtasks>
|
|
19
|
-
<RakeTaskImpl description="Build fusionauth_client-1.
|
|
19
|
+
<RakeTaskImpl description="Build fusionauth_client-1.28.1.gem into the pkg directory" fullCommand="build" id="build" />
|
|
20
20
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
21
21
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
22
|
-
<RakeTaskImpl description="Build and install fusionauth_client-1.
|
|
22
|
+
<RakeTaskImpl description="Build and install fusionauth_client-1.28.1.gem into system gems" fullCommand="install" id="install" />
|
|
23
23
|
<RakeTaskImpl id="install">
|
|
24
24
|
<subtasks>
|
|
25
|
-
<RakeTaskImpl description="Build and install fusionauth_client-1.
|
|
25
|
+
<RakeTaskImpl description="Build and install fusionauth_client-1.28.1.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
26
26
|
</subtasks>
|
|
27
27
|
</RakeTaskImpl>
|
|
28
|
-
<RakeTaskImpl description="Create tag v1.
|
|
28
|
+
<RakeTaskImpl description="Create tag v1.28.1 and build and push fusionauth_client-1.28.1.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
29
29
|
<RakeTaskImpl description="Run tests" fullCommand="test" id="test" />
|
|
30
30
|
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
31
31
|
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
data/fusionauth_client.gemspec
CHANGED
|
@@ -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.28.
|
|
7
|
+
spec.version = '1.28.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.28.
|
|
4
|
+
version: 1.28.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-06-
|
|
12
|
+
date: 2021-06-21 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.
|