Skip to content

Commit

Permalink
Update gemspec with link to api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrmont committed Feb 6, 2021
1 parent 77ea3ee commit 9d1bf8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions feedstock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.summary = "A library for creating RSS feeds from webpages"
s.description = <<-desc.strip.gsub(/\s+/, " ")
Feedstock is a library for extracting information from a webpage and
transforming it into an Atom feed.
Feedstock is a Ruby library for extracting information from an HTML/XML
document and inserting it into an ERB template.
desc
s.homepage = "https://github.com/pyrmont/feedstock/"
s.licenses = "Unlicense"
s.required_ruby_version = ">= 2.7"
s.metadata = {
"documentation_uri" => "https://github.com/pyrmont/feedstock/blob/v0.3.0/api.md"
}

s.files = Dir["Gemfile", "default.xml", "LICENSE", "README.md",
"feedstock.gemspec", "lib/feedstock.rb", "lib/**/*.rb"]
Expand Down

0 comments on commit 9d1bf8a

Please sign in to comment.