jitai 0.2.26 → 0.2.27

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 +4 -4
  2. data/VERSION +1 -1
  3. data/jitai.gemspec +1 -1
  4. metadata +3 -3
data/README.textile CHANGED
@@ -15,12 +15,12 @@ rake jitai:refresh
15
15
 
16
16
  Now you have the following stylesheets to your disposal:
17
17
 
18
- pre. fonts_moz.css
19
- fonts_ie.css
18
+ * fonts_moz.css
19
+ * fonts_ie.css
20
20
 
21
- All of your custom fonts are now avaiable in your CSS files. You can access them by saying:
21
+ All of your custom fonts are now avaiable in your CSS files. For example, if you were to use the Yardsale font:
22
22
 
23
- pre. font-family: strong. lower_case_name_of_your_font_file_minus_extension
23
+ pre. font-family: "yardsale"
24
24
 
25
25
  :3
26
26
  Copyright (c) 2010 Kelly. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.26
1
+ 0.2.27
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.26"
8
+ s.version = "0.2.27"
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: 35
4
+ hash: 33
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 26
10
- version: 0.2.26
9
+ - 27
10
+ version: 0.2.27
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn