From c429006b9f4970c46def91941719b17663101829 Mon Sep 17 00:00:00 2001 From: cloudpdf-sdk-bot Date: Wed, 26 Aug 2026 00:02:39 +0000 Subject: [PATCH] chore: generate CloudPDF Ruby SDK 3.0.0.alpha.8 --- .fern/metadata.json | 4 ++-- cloudpdf-generation.json | 8 ++++---- lib/CloudPDF/version.rb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index a4993e9..c2a416b 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -5,9 +5,9 @@ "generatorConfig": { "moduleName": "CloudPDF" }, - "originGitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea", + "originGitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8", "originGitCommitIsDirty": false, "invokedBy": "ci", - "requestedVersion": "3.0.0.alpha.7", + "requestedVersion": "3.0.0.alpha.8", "ciProvider": "github" } \ No newline at end of file diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index faeef14..a1f31bc 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -1,12 +1,12 @@ { "language": "ruby", - "canonicalVersion": "3.0.0-next.7", - "sdkVersion": "3.0.0.alpha.7", + "canonicalVersion": "3.0.0-next.8", + "sdkVersion": "3.0.0.alpha.8", "source": { "repository": "embedpdf/embed-pdf-viewer", "openapi": "cloudpdf/contract/openapi.json", - "openapiSha256": "f6fc610bfd193f278a7e8ec063d9e96b8fef86bdec7ade5e7bc4b19879673147", - "gitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea", + "openapiSha256": "e997d51317662fe0666e6582916ded9b17a8bcd225c178548e1ff226e4d01c6d", + "gitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8", "gitCommitIsDirty": false }, "fern": { diff --git a/lib/CloudPDF/version.rb b/lib/CloudPDF/version.rb index 9d6d9a5..3cc04b4 100644 --- a/lib/CloudPDF/version.rb +++ b/lib/CloudPDF/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CloudPDF - VERSION = "3.0.0.alpha.7" + VERSION = "3.0.0.alpha.8" end