Skip to content

Commit 98a94d2

Browse files
committed
RuboCop: Style/StringLiterals
1 parent cb72804 commit 98a94d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

indieweb-endpoints.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
1616
spec.license = "MIT"
1717

1818
spec.files = Dir["lib/**/*"].reject { |f| File.directory?(f) }
19-
spec.files += ['LICENSE', 'CHANGELOG.md', 'CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'README.md']
20-
spec.files += ['indieweb-endpoints.gemspec']
19+
spec.files += ["LICENSE", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.md"]
20+
spec.files += ["indieweb-endpoints.gemspec"]
2121

2222
spec.require_paths = ["lib"]
2323

lib/indieweb/endpoints/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def results
1818
microsub: result_for(:microsub),
1919
redirect_uri: results_for(:redirect_uri),
2020
token_endpoint: result_for(:token_endpoint),
21-
webmention: result_for(:webmention, ['link', 'a']),
21+
webmention: result_for(:webmention, ["link", "a"]),
2222
}
2323
end
2424

0 commit comments

Comments
 (0)