Skip to content

Commit c6fe76a

Browse files
Update ruby samples so that they no longer refer to a model that is now gone due to the schema being simplified
1 parent 39e3534 commit c6fe76a

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

samples/client/petstore/ruby-httpx/.openapi-generator/FILES

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ lib/petstore/models/format_test.rb
108108
lib/petstore/models/has_only_read_only.rb
109109
lib/petstore/models/health_check_result.rb
110110
lib/petstore/models/list.rb
111-
lib/petstore/models/mamal_with_enum.rb
112111
lib/petstore/models/mammal.rb
113112
lib/petstore/models/mammal_anyof.rb
114113
lib/petstore/models/mammal_without_discriminator.rb

samples/client/petstore/ruby-httpx/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Class | Method | HTTP request | Description
153153
- [Petstore::HasOnlyReadOnly](docs/HasOnlyReadOnly.md)
154154
- [Petstore::HealthCheckResult](docs/HealthCheckResult.md)
155155
- [Petstore::List](docs/List.md)
156-
- [Petstore::MamalWithEnum](docs/MamalWithEnum.md)
157156
- [Petstore::Mammal](docs/Mammal.md)
158157
- [Petstore::MammalAnyof](docs/MammalAnyof.md)
159158
- [Petstore::MammalWithoutDiscriminator](docs/MammalWithoutDiscriminator.md)

samples/client/petstore/ruby-httpx/lib/petstore.rb

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
require 'petstore/models/has_only_read_only'
4343
require 'petstore/models/health_check_result'
4444
require 'petstore/models/list'
45-
require 'petstore/models/mamal_with_enum'
4645
require 'petstore/models/mammal'
4746
require 'petstore/models/mammal_anyof'
4847
require 'petstore/models/mammal_without_discriminator'

samples/client/petstore/ruby/.openapi-generator/FILES

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ lib/petstore/models/format_test.rb
108108
lib/petstore/models/has_only_read_only.rb
109109
lib/petstore/models/health_check_result.rb
110110
lib/petstore/models/list.rb
111-
lib/petstore/models/mamal_with_enum.rb
112111
lib/petstore/models/mammal.rb
113112
lib/petstore/models/mammal_anyof.rb
114113
lib/petstore/models/mammal_without_discriminator.rb

samples/client/petstore/ruby/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Class | Method | HTTP request | Description
153153
- [Petstore::HasOnlyReadOnly](docs/HasOnlyReadOnly.md)
154154
- [Petstore::HealthCheckResult](docs/HealthCheckResult.md)
155155
- [Petstore::List](docs/List.md)
156-
- [Petstore::MamalWithEnum](docs/MamalWithEnum.md)
157156
- [Petstore::Mammal](docs/Mammal.md)
158157
- [Petstore::MammalAnyof](docs/MammalAnyof.md)
159158
- [Petstore::MammalWithoutDiscriminator](docs/MammalWithoutDiscriminator.md)

samples/client/petstore/ruby/lib/petstore.rb

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
require 'petstore/models/has_only_read_only'
4343
require 'petstore/models/health_check_result'
4444
require 'petstore/models/list'
45-
require 'petstore/models/mamal_with_enum'
4645
require 'petstore/models/mammal'
4746
require 'petstore/models/mammal_anyof'
4847
require 'petstore/models/mammal_without_discriminator'

0 commit comments

Comments
 (0)