Skip to content

Commit eb8adfc

Browse files
committed
Fix RuboCop offenses
- Add rubygems_mfa_required metadata to gemspec - Fix line endings in Gemfile (CRLF to LF)
1 parent 91b3f67 commit eb8adfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rspec-json_api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = "https://github.com/nomtek/rspec-json_api"
1818
spec.metadata["changelog_uri"] = "https://github.com/nomtek/rspec-json_api/blob/master/CHANGELOG.md"
19+
spec.metadata["rubygems_mfa_required"] = "true"
1920

2021
# Specify which files should be added to the gem when it is released.
2122
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)