google_font_url 0.1.4 → 0.1.6
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/README.md +4 -4
- data/data/fonts_data.yml +1745 -1745
- data/google_font_url.gemspec +3 -2
- data/lib/google_font_url/generator.rb +1 -1
- data/lib/google_font_url/version.rb +1 -2
- data/lib/google_font_url.rb +3 -0
- metadata +8 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e30a68957ea298bc26642f8a9fa2ef94b32ee4ec1d1a7dceed97ef47fa71bcb
|
|
4
|
+
data.tar.gz: 72d32a9a9aeef2d779bb1a0bc819215e4b265c6e72e4f95cd3b7a19f1f9786f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aec6b7bf97239be57ce9e9343a37fcb87fa31eee5c952048f79d998f825c455be32353fee7dc3b840d5e6e50eb7fe4be598401a8c5ec02105a99f5d4d7761cb2
|
|
7
|
+
data.tar.gz: c0d50a32141724a78512ee0f3bcb0e222c622198612ded670f231640cbd17cce3094e3db03fe30021f48626f86d2b4304db29ed48036e9a3e61a4a6d119b4573
|
data/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Google Font Url Extractor
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
To make all available Google Fonts selectable in a Rails application and save their corresponding CSS links, follow these steps:
|
|
4
4
|
|
|
5
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `
|
|
5
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `require 'google_font_url/generator'`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
`Use in class: require 'google_font_url/generator'` .
|
|
9
|
+
`Use in class: require 'google_font_url/generator' and Restart server or Console` .
|
|
10
10
|
|
|
11
11
|
Install the gem and add to the application's Gemfile by executing:
|
|
12
12
|
|