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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ae0f6648c06684a827780ccec30c01a396c3cb8c9f5b1b8e46094ff9bdf2202
4
- data.tar.gz: 15106c1671b53dfe115e31484434e108710aa644e6504913dfd037ca83f088cd
3
+ metadata.gz: 4e30a68957ea298bc26642f8a9fa2ef94b32ee4ec1d1a7dceed97ef47fa71bcb
4
+ data.tar.gz: 72d32a9a9aeef2d779bb1a0bc819215e4b265c6e72e4f95cd3b7a19f1f9786f4
5
5
  SHA512:
6
- metadata.gz: 4768a72c136692956b00052c5e9725892bb16ba8d9c1cbe0ffb28f39842990d0f86d28590c665c37c6ca4031406bf62f399431fab9b978466c66a9c286c0a990
7
- data.tar.gz: 0e5f7ca30f46bc784a5ae7c3804ba47dc0bf3f75b49e5ecab1610bfbbad5a7900f99dddb761331a5781ea631d41d8b8ef8e194bc9f94741a639e36c606c7ddff
6
+ metadata.gz: aec6b7bf97239be57ce9e9343a37fcb87fa31eee5c952048f79d998f825c455be32353fee7dc3b840d5e6e50eb7fe4be598401a8c5ec02105a99f5d4d7761cb2
7
+ data.tar.gz: c0d50a32141724a78512ee0f3bcb0e222c622198612ded670f231640cbd17cce3094e3db03fe30021f48626f86d2b4304db29ed48036e9a3e61a4a6d119b4573
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # GoogleFontUrl
1
+ # Google Font Url Extractor
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
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 `lib/google_font_url`. To experiment with that code, run `bin/console` for an interactive prompt.
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