Rakefile in web_font-0.1.9 vs Rakefile in web_font-0.1.10
- old
+ new
@@ -5,10 +5,10 @@
Rake::TestTask.new do |t|
t.pattern = './test/lib/**/*_test.rb'
end
task default: :test
-ENV['GOOGLE_API_KEY'] ||= 'AIzaSyDhMw8jN0DSS6mLn17fRgMYPcOLblDD3XY'
+# ENV['GOOGLE_API_KEY'] ||= ''
WebFont::Index.path = File.expand_path('../cache/index', __FILE__)
WebFont::LocalCache.cache = true
WebFont::LocalCache.cache_path = File.expand_path('../cache/fonts', __FILE__)