fusionauth_client 1.9.0 → 1.10.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: f51550dc085eaf8ad74b2aa3bfbc1ec1fa925ebf8a3235fb166cc12b1db6a999
4
- data.tar.gz: 16634ac33d519f30195a99a96b0d73e23bcae658eb00ab17709038b620c08dd5
3
+ metadata.gz: 82a1ed76eda085a6e16b8f632c47166cafcf536620b865a7396ff816d535ed0a
4
+ data.tar.gz: aaf75ce45f006c43003a80f6f2673f15fcab02078ade5b7fdd752b69a0803cca
5
5
  SHA512:
6
- metadata.gz: bea42ff7584b79b1de68a03a0bc7767bbfb68cba134bfedf798f1b2344689d11c7d7d6bab1323331e6693e167b2acbfc1db8c6875b81cb45ee00f8808a1cc248
7
- data.tar.gz: 7a335b1bbefb7c8b0805fed6570121ac90b9b59daa6cdb2eef6d09114996bcad3bbe92bb587c331c5eae4cff01c3c4b9439b7925cdb2e21c8d78bd71f268e9c5
6
+ metadata.gz: b04e6ad0c58341cee49afe90c48fbc0a5823762cd7aa09a83a4fdd5a2d6af14a3d9ebf2baadfc851f42f2ba391791c2e4136a7e0a3d2a740c94588e5df6ab0f4
7
+ data.tar.gz: 2964f354345a8e8bfe22b6a4fb3afe1b50d2143bcda29b5ef4faf20ae907a7c65f8845e9076badf2fe296e8c0c9850c1d7cb2b4abc54a0dfbe6381f2a4a25e7b
@@ -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.9.0", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.10.0", licenses: ["ApacheV2_0"]) {
20
20
  workflow {
21
21
  standard()
22
22
  }
@@ -8,7 +8,7 @@
8
8
  </content>
9
9
  <orderEntry type="jdk" jdkName="rbenv: 2.3.1" jdkType="RUBY_SDK" />
10
10
  <orderEntry type="sourceFolder" forTests="false" />
11
- <orderEntry type="library" scope="PROVIDED" name="bundler (v2.0.1, rbenv: 2.3.1) [gem]" level="application" />
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
13
  <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, rbenv: 2.3.1) [gem]" level="application" />
14
14
  </component>
@@ -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.9.0'
7
+ spec.version = '1.10.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.9.0
4
+ version: 1.10.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: 2019-09-23 00:00:00.000000000 Z
12
+ date: 2019-10-03 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.