fusionauth_client 1.15.4 → 1.16.0

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: 8cbcb2adfc3b09a934e786c6f513b5d99505d900539972ea3687ca9b8fb453a9
4
- data.tar.gz: 00eb3457df983b0dcd35e89484c7dbb92b8a5a604a3235f6f4e2a7d9e2b266ad
3
+ metadata.gz: f53f3914a7e0de237f86a54b7155c576515ecd711fdbbc15ca02df2f16a59330
4
+ data.tar.gz: a0d15305f2382a0403048f1f37ecaca7cb994618495199cacd0ae916ed054aa2
5
5
  SHA512:
6
- metadata.gz: 7ba9e4b2449499f77087c09c1c3f21e7bb13ee3d9e4153abb7f52824354d62c03f1dda43e56d321c2564efb123cfcf4ca04a91447daed5aa6e315e009afe2ad5
7
- data.tar.gz: d9b35f7594bbcbbc18a5bbeef396c8bfe849a50ef213c61ab3646ac131798c43cd526457ff6a23430c8c2bb7121f3ba834f39a18ecc0eb0a92f609dc447cbb8a
6
+ metadata.gz: 85ef71d6884b75357024252e19b8415c67a324cf113ab582e65dba923945d39739dab6fac36c0c045144cf6d0b007de495b8ebc6b6b714448dc80ba9faff7cee
7
+ data.tar.gz: 6d013b34b203a1aa35a38bcebbe76deae58d32e25ba6a82e27c8177564fa2ba56ca2066d4721f29e10fd52da68e2b81e757f6df31ef323f55f2b1bfb1d2a498d
data/Gemfile CHANGED
@@ -1,7 +1,21 @@
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
  source 'https://rubygems.org'
2
16
  ruby '2.3.1'
3
17
 
4
- gem "rake", "10.4.2"
18
+ gem "rake", "12.3.3"
5
19
  gem "minitest", "5.8.3"
6
20
 
7
21
  # Specify your gem's dependencies in fusionauth_client.gemspec
@@ -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.4", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.16.0", licenses: ["ApacheV2_0"]) {
20
20
  workflow {
21
21
  standard()
22
22
  }
@@ -10,6 +10,6 @@
10
10
  <orderEntry type="sourceFolder" forTests="false" />
11
11
  <orderEntry type="library" scope="PROVIDED" name="bundler (v2.0.2, rbenv: 2.3.1) [gem]" level="application" />
12
12
  <orderEntry type="library" scope="PROVIDED" name="minitest (v5.8.3, rbenv: 2.3.1) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, rbenv: 2.3.1) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="rake (v12.3.3, rbenv: 2.3.1) [gem]" level="application" />
14
14
  </component>
15
15
  </module>
@@ -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.4'
7
+ spec.version = '1.16.0'
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.15.4
4
+ version: 1.16.0
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-03-02 00:00:00.000000000 Z
12
+ date: 2020-05-08 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.