manifique 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00df9b37b792f5e1f1fe570552ee34831f59ce5c5ece2f8adb77b0343436df0b
4
- data.tar.gz: a26c16c6d67d0f03647f97214f000296765dd79eb6c5614f39be334f421ce14f
3
+ metadata.gz: 180ed30cec7c165df10bf3fb776772ec1fe3eb8341626925b18a899efabdd0e3
4
+ data.tar.gz: 32a8dde1c28928c977aaa132bdd61703308ef262a00ad10ec7b1fba1064c35c8
5
5
  SHA512:
6
- metadata.gz: 871ce502960bbeda400047e7d4bd793fc1e7819ffa4d5ec4707102d0e0db1937a3de406a94656fe16736e5f7e20997e5ad7419cf8512efa63732eb79ea3c2fc5
7
- data.tar.gz: 7397a7bd3d96f6f78fd46a2c002702c2c47cd0c5c52409d8099dc0fc3e4175c0e2ebaf67c9668e95df3c41c98d78bdda83c547bd7773b37a7f9e58bb892e656f
6
+ metadata.gz: 1fd82d074f74d75ba15ed3cca8af3929f5f030733a1b5aac06435fa6210f8b5423eb7dd579ae77cb9699efa49d204889bb53569ff76cb819b17c86b124a2f6ff
7
+ data.tar.gz: 4357b1559b1833dd1dad110dc0ef358ca9285cedc74febe51392994a2af1e94f437c1ccaeda6a13a91edc3332ea6e2487102dd5be10d50c62fd6b797ab0e8ba2
@@ -1,3 +1,3 @@
1
1
  module Manifique
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/manifique.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Râu Cao"]
10
10
  spec.email = ["raucao@kosmos.org"]
11
11
  spec.summary = "Fetch metadata and icons of Web applications"
12
- spec.description = "Fetch and process metadata and icons of Web applications from Web App Manifest files, with fallbacks to HTML elements/attributes}"
12
+ spec.description = "Fetch and process metadata and icons of Web applications from Web App Manifest files, with fallbacks to HTML elements/attributes"
13
13
  spec.homepage = "https://gitea.kosmos.org/5apps/manifique"
14
14
  spec.metadata = {
15
15
  "bug_tracker_uri" => "https://gitea.kosmos.org/5apps/manifique/issues",
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.bindir = "exe"
25
25
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
26
  spec.require_paths = ["lib"]
27
+ spec.required_ruby_version = '>= 3.1.4'
27
28
 
28
29
  spec.add_development_dependency "bundler", "~> 2.5.5"
29
30
  spec.add_development_dependency "rake", "~> 13.1.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manifique
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Râu Cao
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: 1.16.0
125
125
  description: Fetch and process metadata and icons of Web applications from Web App
126
- Manifest files, with fallbacks to HTML elements/attributes}
126
+ Manifest files, with fallbacks to HTML elements/attributes
127
127
  email:
128
128
  - raucao@kosmos.org
129
129
  executables: []
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
163
  - - ">="
164
164
  - !ruby/object:Gem::Version
165
- version: '0'
165
+ version: 3.1.4
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - ">="