jitai 0.2.25 → 0.2.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.textile +12 -3
  2. data/VERSION +1 -1
  3. data/jitai.gemspec +1 -1
  4. metadata +3 -3
data/README.textile CHANGED
@@ -1,17 +1,26 @@
1
1
  h1. jitai
2
2
 
3
3
  A rake utility that consolidates your collection of custom font files into manageable CSS files.
4
- hr.
5
4
 
6
5
  h2. Usage
7
6
 
8
- First, add your fonts to pre.public/fonts
7
+ First, add your fonts to
8
+
9
+ pre. public/fonts
9
10
 
10
11
  Then, do a little bit of:
11
12
 
12
13
  pre. sudo gem install jitai
13
14
  rake jitai:refresh
14
15
 
15
- Now you have pre.fonts_moz.css and pre.fonts_ie.css in your pre.stylesheets directory.
16
+ Now you have the following stylesheets to your disposal:
17
+
18
+ pre. fonts_moz.css
19
+ fonts_ie.css
20
+
21
+ All of your custom fonts are now avaiable in your CSS files. You can access them by saying:
22
+
23
+ pre. font-family: strong. lower_case_name_of_your_font_file_minus_extension
16
24
 
25
+ :3
17
26
  Copyright (c) 2010 Kelly. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.25
1
+ 0.2.26
data/jitai.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jitai}
8
- s.version = "0.2.25"
8
+ s.version = "0.2.26"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kellydunn"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jitai
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 25
10
- version: 0.2.25
9
+ - 26
10
+ version: 0.2.26
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn