Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.331.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 11, 2024
1 parent 48c185d commit 160cd76
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 84 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ id: 5a2dd83e-da98-455b-8ef9-0100a914efdf
management:
docChecksum: d074e83422312242c953b9123b5c20aa
docVersion: 0.0.1
speakeasyVersion: 1.330.0
generationVersion: 2.361.10
releaseVersion: 0.2.1
configChecksum: 8fd2d3815d64286d1d0164f900bb799d
speakeasyVersion: 1.331.0
generationVersion: 2.365.0
releaseVersion: 0.2.2
configChecksum: 988f62797bc8373c0deeae2f8ea218d2
repoURL: https://github.com/dubinc/dub-ruby.git
installationURL: https://github.com/dubinc/dub-ruby
published: true
features:
ruby:
core: 3.2.14
core: 3.2.15
deprecations: 2.81.1
examples: 2.81.3
flattening: 2.81.1
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
ruby:
version: 0.2.1
version: 0.2.2
author: Dub
description: Ruby Client SDK Generated by Speakeasy
imports:
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.330.0
speakeasyVersion: 1.331.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:7183ce1934c204b6a4c8f3eb2fcdd188564bf3e90d4c90e79c83b3bfb023e6d3
sourceBlobDigest: sha256:9d46de0e49dc71db3bfd213345a1811e0384590a73a15208d479da208f876701
sourceRevisionDigest: sha256:42077c3e11496f56ef03227d20586a411cac0ce691df9b551ce21f2d73897473
sourceBlobDigest: sha256:9b4014ec8fc17d6d4f8566161014d36e9bfa645f35f4ddc15fbfb40f23ad1bee
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:7183ce1934c204b6a4c8f3eb2fcdd188564bf3e90d4c90e79c83b3bfb023e6d3
sourceBlobDigest: sha256:9d46de0e49dc71db3bfd213345a1811e0384590a73a15208d479da208f876701
sourceRevisionDigest: sha256:42077c3e11496f56ef03227d20586a411cac0ce691df9b551ce21f2d73897473
sourceBlobDigest: sha256:9b4014ec8fc17d6d4f8566161014d36e9bfa645f35f4ddc15fbfb40f23ad1bee
codeSamplesNamespace: code-samples-ruby-my-first-target
codeSamplesRevisionDigest: sha256:8d29e9b4ee9d7bb4f043b6e3029a6b4c05e0450193f38843028cc5c7caf13979
codeSamplesRevisionDigest: sha256:9bf321c1146b7d44071412a25b297f7c6bc6c38d765f5141c420087a553ad7d4
outLocation: /github/workspace/repo
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:
dub (0.2.1)
dub (0.2.2)
faraday
faraday-multipart
rack
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,14 @@ Based on:
### Generated
- [ruby v0.2.1] .
### Releases
- [Ruby Gems v0.2.1] https://rubygems.org/gems/dub/versions/0.2.1 - .
- [Ruby Gems v0.2.1] https://rubygems.org/gems/dub/versions/0.2.1 - .

## 2024-07-11 01:21:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.331.0 (2.365.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.2.2] .
### Releases
- [Ruby Gems v0.2.2] https://rubygems.org/gems/dub/versions/0.2.2 - .
132 changes: 66 additions & 66 deletions codeSamples.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dub.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 = 'dub'
s.version = '0.2.1'
s.version = '0.2.2'
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.2.1'
@gen_version = '2.361.10'
@user_agent = 'speakeasy-sdk/ruby 0.2.1 2.361.10 0.0.1 dub'
@sdk_version = '0.2.2'
@gen_version = '2.365.0'
@user_agent = 'speakeasy-sdk/ruby 0.2.2 2.365.0 0.0.1 dub'
end

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

0 comments on commit 160cd76

Please sign in to comment.