fusionauth_client 1.14.0 → 1.15.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
- SHA256:
3
- metadata.gz: de32e8397d38b4822cb2496c708159675b4a19c16b11fcce8714f2dd6b9345ea
4
- data.tar.gz: 44919b0d9cd79a12cdb57aa8607d33e96b28d00f67462fc86c35bd9212d24ef6
2
+ SHA1:
3
+ metadata.gz: 9a503cb29d7f7d064778354d1c2e90ecde0f8177
4
+ data.tar.gz: 671e92f9f2e88694e2392c2f83a229437621222c
5
5
  SHA512:
6
- metadata.gz: da20d931c0d71ff0a363c70c4b76b95e38605109c094eabe2a9ee9d3232f2a0739210ff15a9498a9261b62a6d188f878c55541dee191c374c8565a4d5c10f4c2
7
- data.tar.gz: e1f141e422e44c34ae1a01082b0e587b4e88f8e0eb58fb8e11c56e11b56cfde216dd2aa53301669781d61718e4f3fc3d2c27ef092f2fa97244e6a37ac385cb05
6
+ metadata.gz: 74ced127af1c9ce394756371cd43e693da4d3fe1b788c4972841993c696681f9e99784850cda793d7cf6af2492271f76e0d1e8f19030cdea3957a028b8dc86ed
7
+ data.tar.gz: e49b8691a7bb274ebded8f060ed157b153786aeaa4584a8a913fd6c8c85356533fcffc23b21dd2f9f9816eae3e42595ea223c405af9def5d006ee618788cb794
@@ -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.14.0", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.15.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.14.0'
7
+ spec.version = '1.15.2'
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.14.0
4
+ version: 1.15.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: 2020-01-23 00:00:00.000000000 Z
12
+ date: 2020-02-19 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.
@@ -51,7 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.0.2
54
+ rubyforge_project:
55
+ rubygems_version: 2.5.1
55
56
  signing_key:
56
57
  specification_version: 4
57
58
  summary: The Ruby client library for FusionAuth