web_font 0.1.9 → 0.1.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/web_font/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: daeb84b7a30eadf77b86b9daa99d87bed84b13e0
4
- data.tar.gz: c56b53d8ce58b1a8c6e27d617443f0582c04760f
3
+ metadata.gz: eb753424337541b17625e10dbd146b1f84a35c0b
4
+ data.tar.gz: b6076da3f9391c9083a15af5833126ad7cac6744
5
5
  SHA512:
6
- metadata.gz: e4dc2db56c1da156a841ad553d1064ce689d690355d24e981711140fa35f1dcd95af2dc423922fc7a28285050eac6e5f9cccc85e9b518232e61c68526e9316f5
7
- data.tar.gz: 23a98fff3217a4898bbab6bfa6ec01641c4ffac6627cac486bec72ebd8214fe2f10a680fbfeb8bc1817365bf9c82c7d5f18ee7adfea389778272be5d7152464f
6
+ metadata.gz: a165a46a45ece9e425058f888c3005d59f38d4f2424337738b825d6cfd8b0d3ec4c8d05d4c9382248cbde42aff074ed171302eb4943e4d45b5240b6ad4bad531
7
+ data.tar.gz: 6007ef20f7352538551218337e0c58fa8a3593cdd2135932df5fe9e9163f55a27c1372bc4a8bfaded4551f9a46d89159b3b1f754a2399e4cf8a70f789b1246f3
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Rake::TestTask.new do |t|
7
7
  end
8
8
  task default: :test
9
9
 
10
- ENV['GOOGLE_API_KEY'] ||= 'AIzaSyDhMw8jN0DSS6mLn17fRgMYPcOLblDD3XY'
10
+ # ENV['GOOGLE_API_KEY'] ||= ''
11
11
  WebFont::Index.path = File.expand_path('../cache/index', __FILE__)
12
12
 
13
13
  WebFont::LocalCache.cache = true
@@ -1,3 +1,3 @@
1
1
  module WebFont
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_font
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sophy Eung