rswag/rswag-specs/lib
Greg Myers eeb1026691 Fix invalid Swagger in YAML values
The original fix failed because though the Keys were now strings, some
of the values for path variables were also symbols.
Psych does have a safe_load which has a whitelist of classes but it does
not have a safe_dump mode. We could have used deep_transform_values and
manually converted the classes we did not want, but why risk a buggy
implementation when JSON.generate works just fine?
2019-11-02 13:13:06 +00:00
..
generators Adding yaml as option for generator 2019-11-02 10:45:38 +00:00
rswag Fix invalid Swagger in YAML values 2019-11-02 13:13:06 +00:00
tasks Add a 'rake rswag' that runs swaggerize as the default 2019-01-07 14:17:53 +00:00