Skip to content

Commit 91bfe11

Browse files
authored
Merge branch 'speakeasy/clean-generation-1759761426' into speakeasy/resolve-1759761426
2 parents 37e2bcc + 353493a commit 91bfe11

File tree

12 files changed

+23
-15
lines changed

12 files changed

+23
-15
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
lockVersion: 2.0.0
22
id: 37267b3b-21f9-4237-891a-b05feedd266a
33
management:
4-
docChecksum: 81505265a2f19dfa29c7624d0dd1ea98
4+
docChecksum: f369e18e829df384b97888dc75314b1c
55
docVersion: 1.0.0
66
speakeasyVersion: 0.0.1
77
generationVersion: 2.711.1
8-
releaseVersion: 0.0.7
9-
configChecksum: 6088d7125401c4b46565a3b4f89c48d2
8+
releaseVersion: 0.0.8
9+
configChecksum: 1f057ad3ba457404469e027d6efbd52c
10+
repoURL: https://github.com/speakeasy-api/git-binary-repro-ivan.git
11+
installationURL: https://github.com/speakeasy-api/git-binary-repro-ivan
1012
customCodePatch: "diff --git a/lib/open_api_sdk/models/components/pet.rb b/lib/open_api_sdk/models/components/pet.rb\nindex 5e81d8f..45e5207 100644\n--- a/lib/open_api_sdk/models/components/pet.rb\n+++ b/lib/open_api_sdk/models/components/pet.rb\n@@ -21,7 +21,7 @@ module OpenApiSDK\n field :category, Crystalline::Nilable.new(Models::Components::Category), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('category') } }\n \n field :tags, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Tag)), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tags') } }\n- # pet status in the store\n+ # pet status in the store - MANUAL EDIT VERSION A\n field :status, Crystalline::Nilable.new(Models::Components::PetStatus), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('status'), 'decoder': Utils.enum_from_string(Models::Components::PetStatus, true) } }\n \n field :id, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('id') } }\n"
1113
features:
1214
ruby:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ generation:
2323
generateNewTests: true
2424
skipResponseBodyAssertions: false
2525
ruby:
26-
version: 0.0.7
26+
version: 0.0.8
2727
additionalDependencies:
2828
development: {}
2929
runtime: {}

.speakeasy/out.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ components:
685685
'$ref': '#/components/schemas/Tag'
686686
status:
687687
type: string
688-
description: pet status in the store
688+
description: pet status in the store - SPEC EDIT VERSION B
689689
enum:
690690
- available
691691
- pending

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openapi (0.0.4)
4+
openapi (0.0.8)
55
base64 (>= 0.2.0, < 1.0)
66
faraday
77
faraday-multipart

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The SDK can be installed using [RubyGems](https://rubygems.org/):
4545

4646
```bash
4747
gem install specific_install
48-
gem specific_install
48+
gem specific_install https://github.com/speakeasy-api/git-binary-repro-ivan
4949
```
5050
<!-- End SDK Installation [installation] -->
5151

docs/models/components/pet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
| `name` | *::String* | :heavy_check_mark: | N/A | doggie |
1111
| `photo_urls` | T::Array<*::String*> | :heavy_check_mark: | N/A | |
1212
| `tags` | T::Array<[Models::Components::Tag](../../models/shared/tag.md)> | :heavy_minus_sign: | N/A | |
13-
| `status` | [T.nilable(Models::Components::PetStatus)](../../models/shared/petstatus.md) | :heavy_minus_sign: | pet status in the store | |
13+
| `status` | [T.nilable(Models::Components::PetStatus)](../../models/shared/petstatus.md) | :heavy_minus_sign: | pet status in the store - SPEC EDIT VERSION B | |

docs/models/components/petinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
| `name` | *::String* | :heavy_check_mark: | N/A | doggie |
1010
| `photo_urls` | T::Array<*::String*> | :heavy_check_mark: | N/A | |
1111
| `tags` | T::Array<[Models::Components::Tag](../../models/shared/tag.md)> | :heavy_minus_sign: | N/A | |
12-
| `status` | [T.nilable(Models::Components::PetStatus)](../../models/shared/petstatus.md) | :heavy_minus_sign: | pet status in the store | |
12+
| `status` | [T.nilable(Models::Components::PetStatus)](../../models/shared/petstatus.md) | :heavy_minus_sign: | pet status in the store - SPEC EDIT VERSION B | |

docs/models/components/petstatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PetStatus
22

3-
pet status in the store
3+
pet status in the store - SPEC EDIT VERSION B
44

55

66
## Values

lib/open_api_sdk/models/components/pet_input.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PetInput
2121
field :category, Crystalline::Nilable.new(Models::Components::Category), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('category') } }
2222

2323
field :tags, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Tag)), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tags') } }
24-
# pet status in the store
24+
# pet status in the store - SPEC EDIT VERSION B
2525
field :status, Crystalline::Nilable.new(Models::Components::PetStatus), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('status'), 'decoder': Utils.enum_from_string(Models::Components::PetStatus, true) } }
2626

2727

lib/open_api_sdk/models/components/pet_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenApiSDK
88
module Models
99
module Components
1010

11-
# PetStatus - pet status in the store
11+
# PetStatus - pet status in the store - SPEC EDIT VERSION B
1212
class PetStatus
1313

1414

0 commit comments

Comments
 (0)