Skip to content

Commit d7ec00a

Browse files
committed
Correct packagename
1 parent 582686c commit d7ec00a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1149
-1203
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
lockVersion: 2.0.0
2-
id: 7f056840-b128-4c8d-a134-c6cf25a2605e
2+
id: ee307ad3-8dfc-4d06-9c04-86e7d437810d
33
management:
4-
docChecksum: d5642d2fc4c1429cd697ff73b0ed7b31
4+
docChecksum: cf89a4fde0fbc1524296a333f75ea848
55
docVersion: 0.4.0 .
66
speakeasyVersion: 1.405.6
77
generationVersion: 2.428.1
8-
releaseVersion: 4.2.23
9-
configChecksum: 8e938d1cc757eb34c5b2ee0447659f24
10-
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
11-
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
12-
published: true
8+
releaseVersion: 0.1.0
9+
configChecksum: 75290a64ad214f247206311465145621
1310
features:
1411
ruby:
1512
core: 3.2.26
@@ -283,6 +280,7 @@ generatedFiles:
283280
- docs/sdks/schemas/README.md
284281
- docs/sdks/shorturls/README.md
285282
- docs/sdks/speakeasyclientsdk/README.md
283+
- docs/sdks/speakeasyclientsdkapiendpoints/README.md
286284
- docs/sdks/suggest/README.md
287285
- docs/sdks/workspaces/README.md
288286
- lib/open_api_sdk/apiendpoints.rb
@@ -540,13 +538,13 @@ generatedFiles:
540538
- lib/open_api_sdk/sdkconfiguration.rb
541539
- lib/open_api_sdk/shorturls.rb
542540
- lib/open_api_sdk/speakeasyclientsdk.rb
541+
- lib/open_api_sdk/speakeasyclientsdk_apiendpoints.rb
543542
- lib/open_api_sdk/suggest.rb
544543
- lib/open_api_sdk/utils/metadata_fields.rb
545544
- lib/open_api_sdk/utils/t.rb
546545
- lib/open_api_sdk/utils/utils.rb
547546
- lib/open_api_sdk/workspaces.rb
548-
- lib/openapi.rb
549-
- openapi.gemspec
547+
- lib/speakeasy_client_sdk_ruby.rb
550548
- sorbet/config
551549
- sorbet/rbi/annotations/.gitattributes
552550
- sorbet/rbi/annotations/faraday.rbi
@@ -587,6 +585,7 @@ generatedFiles:
587585
- sorbet/rbi/gems/[email protected]
588586
- sorbet/tapioca/config.yml
589587
- sorbet/tapioca/require.rb
588+
- speakeasy_client_sdk_ruby.gemspec
590589
examples:
591590
getApis:
592591
speakeasy-default-get-apis:
@@ -795,7 +794,7 @@ examples:
795794
apiID: "<id>"
796795
versionID: "<id>"
797796
requestBody:
798-
multipart/form-data: {"file": {"": "0x4df791aeF8"}}
797+
multipart/form-data: {"file": {"": "0x9fcD0d6727"}}
799798
responses:
800799
4XX:
801800
application/json: {"message": "<value>", "status_code": 213717}
@@ -1341,7 +1340,7 @@ examples:
13411340
header:
13421341
x-session-id: "<id>"
13431342
requestBody:
1344-
multipart/form-data: {"schema": {"": "0xCc4A493fFb"}}
1343+
multipart/form-data: {"schema": {"": "0x8a2EB0Aaa9"}}
13451344
responses:
13461345
2XX:
13471346
application/json: "0x5F8Df5AB67"

.speakeasy/gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 2.0.0
22
generation:
3-
sdkClassName: SpeakeasyClientSdk
3+
sdkClassName: SpeakeasyClientSDK
44
maintainOpenAPIOrder: true
55
usageSnippets:
66
optionalPropertyRendering: withExample
@@ -27,4 +27,4 @@ ruby:
2727
maxMethodParams: 4
2828
module: OpenApiSdk
2929
outputModelSuffix: output
30-
packageName: openapi
30+
packageName: speakeasy_client_sdk_ruby

0 commit comments

Comments
 (0)