Skip to content

Commit

Permalink
fix: add correct url for doc link + rubocop update
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Jul 18, 2023
1 parent 1add834 commit 15df0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Gemfile
.travis.yml
git_push.sh
.rubocop.yml

### Lib Files ###
lib/crimson-falcon/api_client.rb
Expand Down
3 changes: 3 additions & 0 deletions .openapi-generator/templates/gemspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Gem::Specification.new do |s|
s.description = "{{gemDescription}}{{^gemDescription}}{{{appDescription}}}{{^appDescription}}{{{appName}}} Ruby Gem{{/appDescription}}{{/gemDescription}}"
s.license = "{{{gemLicense}}}{{^gemLicense}}Unlicense{{/gemLicense}}"
s.required_ruby_version = "{{{gemRequiredRubyVersion}}}{{^gemRequiredRubyVersion}}>= 2.7{{/gemRequiredRubyVersion}}"
s.metadata = {
"documentation_uri" => "{{gemHomepage}}{{^gemHomepage}}https://openapi-generator.tech{{/gemHomepage}}/blob/main/README.md#crimson-falcon-api-docs"
}

{{#isFaraday}}
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Layout/TrailingEmptyLines:

# No trailing whitespace.
Layout/TrailingWhitespace:
Enabled: false
Enabled: true

# Use quotes for string literals when they are enough.
Style/RedundantPercentQ:
Expand Down

0 comments on commit 15df0e9

Please sign in to comment.