Sha256: 93119505167030d306736517aac104376fbedb6134c1cbb6943bf352dbb52de4

Contents?: true

Size: 441 Bytes

Versions: 8

Compression:

Stored size: 441 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'web_font/cache_task'

Rake::TestTask.new do |t|
  t.pattern = './test/lib/**/*_test.rb'
end
task default: :test

# 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__)

WebFont::CacheTask.define_tasks!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
web_font-0.1.14 Rakefile
web_font-0.1.13 Rakefile
web_font-0.1.12 Rakefile
web_font-0.1.11 Rakefile
web_font-0.1.10 Rakefile
web_font-0.1.7 Rakefile
web_font-0.1.6 Rakefile
web_font-0.1.5 Rakefile