mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-07 12:48:59 +00:00
* fix(crystal): fix typos in Crystal templates
* fix(crystal): various fixes for partial_oneof_module.mustache Crystal template
1. `class << self` doesn't exist in Crystal, you must prefix class methods with `self.`
2. use double quotes for String litterals (simple quotes are for Char litterals)
3. global `private` keyword doesn't exist in Crystal, you must prefix private methods with `private`
4. you must specify types when using `each_with_object({})`
* fix(crystal): add isKeyInCookie in Crystal configuration.mustache
* fix(crystal): wrap `rescue` in a `begin`
* fix(crystal): use Spectator shard to run tests (`described_class` is not available in Crystal std lib)
* fix(crystal): dry tests
* fix(crystal): enable some API tests, mark others as pending
* fix(crystal): update samples
* fix(crystal): update sample app specs
* fix(crystal): install development dependencies
39 lines
804 B
Plaintext
39 lines
804 B
Plaintext
version: 2.0
|
|
shards:
|
|
ameba:
|
|
git: https://github.com/crystal-ameba/ameba.git
|
|
version: 1.6.4
|
|
|
|
backtracer:
|
|
git: https://github.com/sija/backtracer.cr.git
|
|
version: 1.2.4
|
|
|
|
crest:
|
|
git: https://github.com/mamantoha/crest.git
|
|
version: 1.3.13
|
|
|
|
exception_page:
|
|
git: https://github.com/crystal-loot/exception_page.git
|
|
version: 0.4.1
|
|
|
|
http-client-digest_auth:
|
|
git: https://github.com/mamantoha/http-client-digest_auth.git
|
|
version: 0.6.0
|
|
|
|
http_proxy:
|
|
git: https://github.com/mamantoha/http_proxy.git
|
|
version: 0.10.3
|
|
|
|
kemal:
|
|
git: https://github.com/kemalcr/kemal.git
|
|
version: 1.5.0
|
|
|
|
radix:
|
|
git: https://github.com/luislavena/radix.git
|
|
version: 0.4.1
|
|
|
|
spectator:
|
|
git: https://gitlab.com/arctic-fox/spectator.git
|
|
version: 0.12.1
|
|
|