rack-fontserve 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  require 'sinatra/base'
2
+ require 'rack-fontserve/version'
2
3
 
3
4
  module Rack
4
5
  class Fontserve < Sinatra::Base
@@ -2,4 +2,4 @@
2
2
  # Rack::Fontserve::VERSION since Fontserve is a class that inherits from Sinatra::Base
3
3
  # and we'd be getting Superclass mismatch errors here since Sinatra is
4
4
  # unavailable when evaluating this file standalone, i.e. in Rakefile
5
- FONTSERVE_VERSION = '0.1.1'
5
+ FONTSERVE_VERSION = '0.1.2'
@@ -1,6 +1,6 @@
1
1
  /* LICENSE: A super secret license */
2
2
  @font-face {
3
- font-family: 'LicenseFont';
3
+ font-family: 'LicenseFont', Helvetica, Arial, sans-serif;
4
4
  src: url('./LicenseFont.eot');
5
5
  src: local('☺'),
6
6
  url('./LicenseFont.eot?iefix') format('eot'),
@@ -1,6 +1,6 @@
1
1
 
2
2
  @font-face {
3
- font-family: 'SampleFont';
3
+ font-family: 'SampleFont', Helvetica, Arial, sans-serif;
4
4
  src: url('./SampleFont.eot');
5
5
  src: local('☺'),
6
6
  url('./SampleFont.eot?iefix') format('eot'),
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-fontserve
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Christoph Olszowka