build.savant in fusionauth_client-1.1.0 vs build.savant in fusionauth_client-1.3.0

- old
+ new

@@ -14,11 +14,11 @@ * language governing permissions and limitations under the License. */ savantVersion = "1.0.0" pubVersion = "" -project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.1.2", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.3.0", licenses: ["ApacheV2_0"]) { workflow { standard() } publishWorkflow { @@ -70,10 +70,10 @@ target(name: "gem-publish", description: "Publish the GEM file", dependsOn: ["clean", "compile"]) { ProcessBuilder pb = new ProcessBuilder('gem', 'push', "pkg/fusionauth_client-${pubVersion}.gem").inheritIO() clearEnvironment(pb) if (pb.start().waitFor() != 0) { - fail("Tests failed") + fail("Gem push failed") } } target(name: "release", description: "Releases a full version of the project", dependsOn: ["clean", "int"]) { release.release()