Skip to content

Commit

Permalink
Merge pull request #99 from CvX/patch-1
Browse files Browse the repository at this point in the history
Add gem metadata
  • Loading branch information
cantino authored Sep 3, 2024
2 parents 78bd690 + 8a02b5e commit 8abe36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby-readability.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/cantino/ruby-readability"
s.summary = %q{Port of arc90's readability project to ruby}
s.description = %q{Port of arc90's readability project to ruby}
s.metadata = {
"bug_tracker_uri" => "https://github.com/cantino/ruby-readability/issues",
"source_code_uri" => "https://github.com/cantino/ruby-readability",
}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 8abe36e

Please sign in to comment.