Compare commits
4 Commits
v1.0.0
...
45a43ce73d
| Author | SHA1 | Date | |
|---|---|---|---|
|
45a43ce73d
|
|||
|
f31800a2d4
|
|||
|
f46d5b938d
|
|||
|
1bdc3be17f
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@
|
|||||||
/spec/reports/
|
/spec/reports/
|
||||||
/tmp/
|
/tmp/
|
||||||
.rspec_status
|
.rspec_status
|
||||||
|
*.gem
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
manifique (1.0.0)
|
manifique (1.0.1)
|
||||||
faraday (~> 2.9.0)
|
faraday (~> 2.9.0)
|
||||||
faraday-follow_redirects (= 0.3.0)
|
faraday-follow_redirects (= 0.3.0)
|
||||||
nokogiri (~> 1.16.0)
|
nokogiri (~> 1.16.0)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Manifique
|
module Manifique
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.1"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.authors = ["Râu Cao"]
|
spec.authors = ["Râu Cao"]
|
||||||
spec.email = ["raucao@kosmos.org"]
|
spec.email = ["raucao@kosmos.org"]
|
||||||
spec.summary = "Fetch metadata and icons of Web applications"
|
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.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.homepage = "https://gitea.kosmos.org/5apps/manifique"
|
||||||
spec.metadata = {
|
spec.metadata = {
|
||||||
"bug_tracker_uri" => "https://gitea.kosmos.org/5apps/manifique/issues",
|
"bug_tracker_uri" => "https://gitea.kosmos.org/5apps/manifique/issues",
|
||||||
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
spec.required_ruby_version = '>= 3.1.4'
|
||||||
|
|
||||||
spec.add_development_dependency "bundler", "~> 2.5.5"
|
spec.add_development_dependency "bundler", "~> 2.5.5"
|
||||||
spec.add_development_dependency "rake", "~> 13.1.0"
|
spec.add_development_dependency "rake", "~> 13.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user