Skip to content

Commit

Permalink
fix: update README in Gem::Specification
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Dec 11, 2022
1 parent 619e9a9 commit 28f0453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = File.join(spec.homepage, "blob/master/CHANGELOG.md")

spec.extra_rdoc_files = ["LICENSE.txt", "README.rdoc"]
spec.extra_rdoc_files = ["LICENSE.txt", "README.md"]

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

0 comments on commit 28f0453

Please sign in to comment.