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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b62799c5a1e577e7d6dddaf361038d0adf897f17101f97b8590a083e809286c0
4
- data.tar.gz: 98b5769897dc24534628a433f5217d2b8bfb9bc170351ee7b863360a62cda5f5
3
+ metadata.gz: ec2ab76338aafc1aa9ebe4776264381d9671e4977bb028ddcc33bebf11cfef5c
4
+ data.tar.gz: 226b253dbc431ce7c4cb30d11509e94dd3c888963abe37d1c538c525f9c8ab40
5
5
  SHA512:
6
- metadata.gz: aded615f4cffcecda774ab31051848d2b20817e89d5fcd8808eea6b94e3e1e1efa0c4b983c20fd263b7da4bf062d417d27ba19f19c549bdd4a9ece78751c16f5
7
- data.tar.gz: d94e17b0c41d9387efa0c764bde4fa223c3a14acadfd70c674ae4c12b1b66dd6485d2465857d0b894b1ec646ef1f55a1007f46766135cc877bdb13dac56f07e0
6
+ metadata.gz: 1de12eabd6c21b2e5be7e7689c1565b9dc8f8babe39adfe465e8b9d6de67b6b4b9420a82026dc13e656d91e93f68bd022c7dfb542deca5f49a9c874cb802b29c
7
+ data.tar.gz: b81672242c499026103fc5dd4a368d316c3b0933eec9f4b4b30dd9267d3961b13401b49737c072f959159e4a6f59f658528f15afd9aa06eff11755c99d4f8743
@@ -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 = ">= 3.0.0"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoogleFontUrl
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.8"
5
5
  end
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.7
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: 3.0.0
106
+ version: 2.0.0
107
107
  required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="