diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 025b62d..0316cee 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,18 +1,18 @@ lockVersion: 2.0.0 id: 5a2dd83e-da98-455b-8ef9-0100a914efdf management: - docChecksum: 373f4c3f0a911b7ea9a64ea083111854 + docChecksum: b1ddc6340113bd7c10aec74280cf3844 docVersion: 0.0.1 - speakeasyVersion: 1.438.1 - generationVersion: 2.457.2 - releaseVersion: 0.2.2-alpha.32 - configChecksum: 3ab49a46d6589a3fea2d260ff2c7afe6 + speakeasyVersion: 1.440.0 + generationVersion: 2.457.9 + releaseVersion: 0.2.2-alpha.33 + configChecksum: f3c0f7116ca67855a5d8e7d102b4483e repoURL: https://github.com/dubinc/dub-ruby.git installationURL: https://github.com/dubinc/dub-ruby published: true features: ruby: - core: 3.3.0 + core: 3.3.1 deprecations: 2.81.1 examples: 2.81.3 flattening: 2.81.1 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 26c0d95..21d4dc7 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false ruby: - version: 0.2.2-alpha.32 + version: 0.2.2-alpha.33 author: Dub description: Ruby Client SDK Generated by Speakeasy imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index f148fba..733b595 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,20 +1,20 @@ -speakeasyVersion: 1.438.1 +speakeasyVersion: 1.440.0 sources: dub: sourceNamespace: dub - sourceRevisionDigest: sha256:ade642623da232e60621ed2ac3a05f573e788bb827e8af67730c074655278908 - sourceBlobDigest: sha256:15a4bc5ddf9675dc60f3829516e1561f691ca4c6c521a3fc79f59d50c77b561d + sourceRevisionDigest: sha256:aefb1cdaf4bfc8e70dcd671b5afed4b011c96c85c950d87f536a02ce4d41a8b0 + sourceBlobDigest: sha256:3966bb8bc5699e35c824bb96a8f3ec677b9648218db57fb301fdb1c8e0d97e25 tags: - latest - - main + - speakeasy-sdk-regen-1731630478 targets: my-first-target: source: dub sourceNamespace: dub - sourceRevisionDigest: sha256:ade642623da232e60621ed2ac3a05f573e788bb827e8af67730c074655278908 - sourceBlobDigest: sha256:15a4bc5ddf9675dc60f3829516e1561f691ca4c6c521a3fc79f59d50c77b561d + sourceRevisionDigest: sha256:aefb1cdaf4bfc8e70dcd671b5afed4b011c96c85c950d87f536a02ce4d41a8b0 + sourceBlobDigest: sha256:3966bb8bc5699e35c824bb96a8f3ec677b9648218db57fb301fdb1c8e0d97e25 codeSamplesNamespace: code-samples-ruby-my-first-target - codeSamplesRevisionDigest: sha256:adb027338993fe7c821997dff2a4e19a3eeaede8ee1d80f4858c21184016947e + codeSamplesRevisionDigest: sha256:6223326bd882d72fa6b908b3b2f4843c249bdd28bd6c3d8cc9862d7e74600113 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/Gemfile.lock b/Gemfile.lock index 2dac94e..c4a9c54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dub (0.2.2.pre.alpha.32) + dub (0.2.2.pre.alpha.33) faraday faraday-multipart rack @@ -13,14 +13,14 @@ GEM specs: ast (2.4.2) erubi (1.12.0) - faraday (2.12.0) - faraday-net_http (>= 2.0, < 3.4) + faraday (2.12.1) + faraday-net_http (>= 2.0, < 3.5) json logger faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (3.3.0) - net-http + faraday-net_http (3.4.0) + net-http (>= 0.5.0) json (2.7.1) language_server-protocol (3.17.0.3) logger (1.6.1) @@ -84,7 +84,7 @@ GEM yard-sorbet thor (1.3.0) unicode-display_width (2.5.0) - uri (1.0.1) + uri (1.0.2) yard (0.9.34) yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) diff --git a/README.md b/README.md index 0dda070..fa28fbd 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ end ### [customers](docs/sdks/customers/README.md) -* [list](docs/sdks/customers/README.md#list) - Get a list of customers +* [list](docs/sdks/customers/README.md#list) - Retrieve a list of customers * [create](docs/sdks/customers/README.md#create) - Create a customer -* [get](docs/sdks/customers/README.md#get) - Get a customer +* [get](docs/sdks/customers/README.md#get) - Retrieve a customer * [update](docs/sdks/customers/README.md#update) - Update a customer * [delete](docs/sdks/customers/README.md#delete) - Delete a customer diff --git a/RELEASES.md b/RELEASES.md index 79efc67..9354cb2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -468,4 +468,14 @@ Based on: ### Generated - [ruby v0.2.2-alpha.32] . ### Releases -- [Ruby Gems v0.2.2-alpha.32] https://rubygems.org/gems/dub/versions/0.2.2-alpha.32 - . \ No newline at end of file +- [Ruby Gems v0.2.2-alpha.32] https://rubygems.org/gems/dub/versions/0.2.2-alpha.32 - . + +## 2024-11-15 00:27:50 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.440.0 (2.457.9) https://github.com/speakeasy-api/speakeasy +### Generated +- [ruby v0.2.2-alpha.33] . +### Releases +- [Ruby Gems v0.2.2-alpha.33] https://rubygems.org/gems/dub/versions/0.2.2-alpha.33 - . \ No newline at end of file diff --git a/docs/sdks/customers/README.md b/docs/sdks/customers/README.md index 543a058..c668119 100644 --- a/docs/sdks/customers/README.md +++ b/docs/sdks/customers/README.md @@ -5,15 +5,15 @@ ### Available Operations -* [list](#list) - Get a list of customers +* [list](#list) - Retrieve a list of customers * [create](#create) - Create a customer -* [get](#get) - Get a customer +* [get](#get) - Retrieve a customer * [update](#update) - Update a customer * [delete](#delete) - Delete a customer ## list -Get a list of customers for the authenticated workspace. +Retrieve a list of customers for the authenticated workspace. ### Example Usage @@ -87,7 +87,7 @@ end ## get -Get a customer by ID for the authenticated workspace. +Retrieve a customer by ID for the authenticated workspace. ### Example Usage diff --git a/dub.gemspec b/dub.gemspec index 9e94be9..056ff72 100644 --- a/dub.gemspec +++ b/dub.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) Gem::Specification.new do |s| s.name = 'dub' - s.version = '0.2.2-alpha.32' + s.version = '0.2.2-alpha.33' s.platform = Gem::Platform::RUBY s.licenses = ['Apache-2.0'] s.summary = '' diff --git a/lib/open_api_sdk/customers.rb b/lib/open_api_sdk/customers.rb index 8db9340..eb80171 100644 --- a/lib/open_api_sdk/customers.rb +++ b/lib/open_api_sdk/customers.rb @@ -21,8 +21,8 @@ def initialize(sdk_config) sig { returns(::OpenApiSDK::Operations::GetCustomersResponse) } def list - # list - Get a list of customers - # Get a list of customers for the authenticated workspace. + # list - Retrieve a list of customers + # Retrieve a list of customers for the authenticated workspace. url, params = @sdk_configuration.get_server_details base_url = Utils.template_url(url, params) url = "#{base_url}/customers" @@ -182,8 +182,8 @@ def create(request) sig { params(request: T.nilable(::OpenApiSDK::Operations::GetCustomerRequest)).returns(::OpenApiSDK::Operations::GetCustomerResponse) } def get(request) - # get - Get a customer - # Get a customer by ID for the authenticated workspace. + # get - Retrieve a customer + # Retrieve a customer by ID for the authenticated workspace. url, params = @sdk_configuration.get_server_details base_url = Utils.template_url(url, params) url = Utils.generate_url( diff --git a/lib/open_api_sdk/sdkconfiguration.rb b/lib/open_api_sdk/sdkconfiguration.rb index bb54b89..0800dd8 100644 --- a/lib/open_api_sdk/sdkconfiguration.rb +++ b/lib/open_api_sdk/sdkconfiguration.rb @@ -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.2-alpha.32' - @gen_version = '2.457.2' - @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.32 2.457.2 0.0.1 dub' + @sdk_version = '0.2.2-alpha.33' + @gen_version = '2.457.9' + @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.33 2.457.9 0.0.1 dub' end sig { returns([String, T::Hash[Symbol, String]]) }