google_font_url 0.1.7 → 0.1.8
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 +4 -4
- data/google_font_url.gemspec +1 -1
- data/lib/google_font_url/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec2ab76338aafc1aa9ebe4776264381d9671e4977bb028ddcc33bebf11cfef5c
|
|
4
|
+
data.tar.gz: 226b253dbc431ce7c4cb30d11509e94dd3c888963abe37d1c538c525f9c8ab40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1de12eabd6c21b2e5be7e7689c1565b9dc8f8babe39adfe465e8b9d6de67b6b4b9420a82026dc13e656d91e93f68bd022c7dfb542deca5f49a9c874cb802b29c
|
|
7
|
+
data.tar.gz: b81672242c499026103fc5dd4a368d316c3b0933eec9f4b4b30dd9267d3961b13401b49737c072f959159e4a6f59f658528f15afd9aa06eff11755c99d4f8743
|
data/google_font_url.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = "A gem to generate Google Fonts CSS stylelink URLs dynamically and font-face urls." # Short summary
|
|
13
13
|
spec.description = "This gem provides a simple way to generate Google Fonts URLs with custom font names, weights, and variants. It supports embedding fonts into your web projects effortlessly by generating URLs or complete CSS links, ensuring compatibility with all font styles and weights available in the Google Fonts library."
|
|
14
14
|
spec.homepage = "https://github.com/mrmalvi/google_font_url"
|
|
15
|
-
spec.required_ruby_version = ">=
|
|
15
|
+
spec.required_ruby_version = ">= 2.0.0"
|
|
16
16
|
|
|
17
17
|
# Add metadata for RubyGems
|
|
18
18
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_font_url
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mrmalvi
|
|
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
requirements:
|
|
104
104
|
- - ">="
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version:
|
|
106
|
+
version: 2.0.0
|
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - ">="
|