forked from loafle/openapi-generator-original
* added isTyphoeus property to remove negations on isFaraday * adding httpx support as alternative library for ruby client * updated samples
12 lines
197 B
YAML
12 lines
197 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.7
|
|
- 3.0
|
|
- 3.1
|
|
script:
|
|
- bundle install --path vendor/bundle
|
|
- bundle exec rspec
|
|
- gem build petstore.gemspec
|
|
- gem install ./petstore-1.0.0.gem
|