File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
2- # (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
3- # on the input provided by the users and this file will be overwritten every time when the option is
4- # enabled (which is the exact opposite of the default behaviour to not overwrite
5- # .openapi-generator-ignore if the file exists).
6-
71# OpenAPI Generator Ignore
82# Generated by openapi-generator https://github.com/openapitools/openapi-generator
93
2721#docs/*.md
2822# Then explicitly reverse the ignore rule for a single file:
2923#!docs/README.md
30-
31- # The following entries are pre-populated based on the input obtained via
32- # the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
33- .travis.yml
Original file line number Diff line number Diff line change 11.gitignore
22.gitlab-ci.yml
3+ .openapi-generator-ignore
34.rspec
45.rubocop.yml
6+ .travis.yml
57Gemfile
68README.md
79Rakefile
Original file line number Diff line number Diff line change 1+ # NOTE: This file is auto-generated by OpenAPI Generator.
2+
3+ language : ruby
4+
5+ cache : bundler
6+
7+ rvm :
8+ - 3.0
9+ - 3.1
10+ - 3.2
11+
12+ script :
13+ - bundle install --path vendor/bundle
14+ - bundle exec rspec
15+ - gem build messente_api.gemspec
16+ - gem install ./messente_api-2.4.1.gem
17+
18+ deploy :
19+ provider : rubygems
20+ api_key : " ${RUBYGEMS_API_KEY}"
21+ gemspec : messente_api.gemspec
22+ on :
23+ tags : true
You can’t perform that action at this time.
0 commit comments