mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
b9949e1a8e
* Move output directory for bin/openapi3/ruby-client-petstore.sh $ git mv sample/client/petstore/ruby sample/openapi3/client/petstore/ruby-client * $ bin/ruby-client-petstore.sh * Run bin/ruby-client-petstore.sh in bin/utils/ensure-up-to-date
9 lines
118 B
Ruby
9 lines
118 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'rake', '~> 12.0.0'
|
|
gem 'pry-byebug'
|
|
end
|