Improve metadata, README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-02 12:30:31 +02:00
parent 57c8c6a46a
commit f88892a326
2 changed files with 17 additions and 15 deletions

View File

@@ -3,15 +3,18 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "manifique/version"
Gem::Specification.new do |spec|
spec.name = "manifique"
spec.version = Manifique::VERSION
spec.authors = ["Râu Cao"]
spec.email = ["raucao@kosmos.org"]
spec.summary = %q{Fetch metadata and icons of Web applications}
spec.description = %q{Fetch metadata and icons of Web applications}
spec.homepage = "https://gitea.kosmos.org/5apps/manifique"
spec.license = "MIT"
spec.name = "manifique"
spec.version = Manifique::VERSION
spec.licenses = ["MIT"]
spec.authors = ["Râu Cao"]
spec.email = ["raucao@kosmos.org"]
spec.summary = "Fetch metadata and icons of Web applications"
spec.description = "Fetch and process metadata and icons of Web applications from Web App Manifest files, with fallbacks to HTML elements/attributes}"
spec.homepage = "https://gitea.kosmos.org/5apps/manifique"
spec.metadata = {
"bug_tracker_uri" => "https://gitea.kosmos.org/5apps/manifique/issues",
"source_code_uri" => "https://gitea.kosmos.org/5apps/manifique"
}
# 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.