Skip to content

Commit d69a929

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 d69a929

File tree

12 files changed

+0
-378
lines changed

12 files changed

+0
-378
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ docs/FormatTest.md
3737
docs/HasOnlyReadOnly.md
3838
docs/HealthCheckResult.md
3939
docs/List.md
40-
docs/MamalWithEnum.md
4140
docs/Mammal.md
4241
docs/MammalAnyof.md
4342
docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108107
lib/petstore/models/has_only_read_only.rb
109108
lib/petstore/models/health_check_result.rb
110109
lib/petstore/models/list.rb
111-
lib/petstore/models/mamal_with_enum.rb
112110
lib/petstore/models/mammal.rb
113111
lib/petstore/models/mammal_anyof.rb
114112
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/docs/MamalWithEnum.md

-47
This file was deleted.

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-httpx/lib/petstore/models/mamal_with_enum.rb

-104
This file was deleted.

samples/client/petstore/ruby-httpx/spec/models/mamal_with_enum_spec.rb

-32
This file was deleted.

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

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ docs/FormatTest.md
3737
docs/HasOnlyReadOnly.md
3838
docs/HealthCheckResult.md
3939
docs/List.md
40-
docs/MamalWithEnum.md
4140
docs/Mammal.md
4241
docs/MammalAnyof.md
4342
docs/MammalWithoutDiscriminator.md
@@ -108,7 +107,6 @@ lib/petstore/models/format_test.rb
108107
lib/petstore/models/has_only_read_only.rb
109108
lib/petstore/models/health_check_result.rb
110109
lib/petstore/models/list.rb
111-
lib/petstore/models/mamal_with_enum.rb
112110
lib/petstore/models/mammal.rb
113111
lib/petstore/models/mammal_anyof.rb
114112
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/docs/MamalWithEnum.md

-47
This file was deleted.

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)