Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKok committed Jul 16, 2024
1 parent b3ce72e commit 75c22b3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 78d0454e-9200-41d2-a226-c97b6eef2032
management:
docChecksum: 751bbee351db5354325a9ef968014e0d
docVersion: 0.0.1
speakeasyVersion: 1.335.2
generationVersion: 2.372.3
releaseVersion: 0.0.3
configChecksum: 8985a1b13321a66e85b0f15eee1f86ef
speakeasyVersion: 1.337.0
generationVersion: 2.373.0
releaseVersion: 0.0.6
configChecksum: f52a4e41ccf034d7f20fce5a56113208
published: true
features:
ruby:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
ruby:
version: 0.0.3
version: 0.0.6
author: comfydeploy
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
speakeasyVersion: 1.335.2
speakeasyVersion: 1.337.0
sources:
comfydeploy-api:
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:afa07becbd1793f398b4b2dcc131ed36953f748d71d1e0ab059988bf9d0661fa
sourceBlobDigest: sha256:b3a77a8e72006a36c8114b1cc83abd4662b13148823630831509880fc5d42953
sourceRevisionDigest: sha256:e46baf997f5e5ce1cba50946ef5212885a48b594e111bd1419d98a842dba00e1
sourceBlobDigest: sha256:37c4714e1f5dad59d38fd223d5b595e7426fb9586226a176dbcdf37525e5e7a3
tags:
- latest
targets:
comfy-deploy:
source: comfydeploy-api
sourceNamespace: comfydeploy-api
sourceRevisionDigest: sha256:afa07becbd1793f398b4b2dcc131ed36953f748d71d1e0ab059988bf9d0661fa
sourceBlobDigest: sha256:b3a77a8e72006a36c8114b1cc83abd4662b13148823630831509880fc5d42953
sourceRevisionDigest: sha256:e46baf997f5e5ce1cba50946ef5212885a48b594e111bd1419d98a842dba00e1
sourceBlobDigest: sha256:37c4714e1f5dad59d38fd223d5b595e7426fb9586226a176dbcdf37525e5e7a3
outLocation: /Users/bennykok/Documents/GitHub/comfy-deploy-ruby
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
comfydeploy (0.0.3)
comfydeploy (0.0.6)
faraday
faraday-multipart
rack
Expand Down
2 changes: 1 addition & 1 deletion comfydeploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'comfydeploy'
s.version = '0.0.3'
s.version = '0.0.6'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
6 changes: 3 additions & 3 deletions lib/open_api_sdk/sdkconfiguration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def initialize(client, security, server_url, server_idx)
@security = security
@language = 'ruby'
@openapi_doc_version = '0.0.1'
@sdk_version = '0.0.3'
@gen_version = '2.372.3'
@user_agent = 'speakeasy-sdk/ruby 0.0.3 2.372.3 0.0.1 comfydeploy'
@sdk_version = '0.0.6'
@gen_version = '2.373.0'
@user_agent = 'speakeasy-sdk/ruby 0.0.6 2.373.0 0.0.1 comfydeploy'
end

sig { returns([String, T::Hash[Symbol, String]]) }
Expand Down

0 comments on commit 75c22b3

Please # to comment.