-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|