fusionauth_client 1.1.0 → 1.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c4cc881b3128aa728f08c6d2f8fa680a683306b
4
- data.tar.gz: af5ccb02f618b58d2680617a16e2a48fad418758
3
+ metadata.gz: e1af1d4d1609856fae8d8d8a6a2a26dbc8ff013b
4
+ data.tar.gz: 622bf5fc6df1e113e9b546f47fc3b582a38b114e
5
5
  SHA512:
6
- metadata.gz: 99a24c958b7a6ccf5a5aecb7338c09f319ce3474d8922add1fcb0c4451cad64411b9ccb7b3f89f902415e9b5428c5d745e9f868255685c8fa8e4f2f687a80471
7
- data.tar.gz: 5a266543a6d500755f6a621df7914a26c4a2f54c623b9fb5cb3c42bf09ede01797288a670f022e12a79c05f17aebaadd7f8d19a29f1dd041414a491cb3432d8a
6
+ metadata.gz: 5cc350be0b7397b81274060cb393c4ac45f8fa29b0cef74f0e103cb5d3150305082936aa82b00ea3cdba4d77368f45fbe417cd6256eb128246b0800f475be4d1
7
+ data.tar.gz: ef7457fd9c6436e22b145988e19e66decb628ae9b0caa9fa2531ac9ce4d4f36af0e6d7cb138707e17cce8ecd4ef0abf0fc1723dda7480d3cdf8d259464befa81
@@ -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.1.2", licenses: ["ApacheV2_0"]) {
19
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.3.0", licenses: ["ApacheV2_0"]) {
20
20
  workflow {
21
21
  standard()
22
22
  }
@@ -72,7 +72,7 @@ target(name: "gem-publish", description: "Publish the GEM file", dependsOn: ["cl
72
72
  ProcessBuilder pb = new ProcessBuilder('gem', 'push', "pkg/fusionauth_client-${pubVersion}.gem").inheritIO()
73
73
  clearEnvironment(pb)
74
74
  if (pb.start().waitFor() != 0) {
75
- fail("Tests failed")
75
+ fail("Gem push failed")
76
76
  }
77
77
  }
78
78
 
@@ -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.1.0'
7
+ spec.version = '1.3.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.1.0
4
+ version: 1.3.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: 2018-11-14 00:00:00.000000000 Z
12
+ date: 2018-12-06 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.