font-icons 1.0.0.beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +62 -0
- data/Rakefile +2 -0
- data/VERSION.yml +6 -0
- data/lib/font-icons.rb +3 -0
- data/lib/templates/entypo/entypo.eot +0 -0
- data/lib/templates/entypo/entypo.svg +470 -0
- data/lib/templates/entypo/entypo.ttf +0 -0
- data/lib/templates/entypo/entypo.woff +0 -0
- data/lib/templates/entypo/manifest.rb +17 -0
- data/lib/templates/iconic/iconic.eot +0 -0
- data/lib/templates/iconic/iconic.otf +0 -0
- data/lib/templates/iconic/iconic.svg +539 -0
- data/lib/templates/iconic/iconic.ttf +0 -0
- data/lib/templates/iconic/iconic.woff +0 -0
- data/lib/templates/iconic/manifest.rb +18 -0
- data/lib/templates/project/entypo.eot +0 -0
- data/lib/templates/project/entypo.svg +470 -0
- data/lib/templates/project/entypo.ttf +0 -0
- data/lib/templates/project/entypo.woff +0 -0
- data/lib/templates/project/example.html +365 -0
- data/lib/templates/project/fonticon.scss +337 -0
- data/lib/templates/project/iconic.eot +0 -0
- data/lib/templates/project/iconic.otf +0 -0
- data/lib/templates/project/iconic.svg +539 -0
- data/lib/templates/project/iconic.ttf +0 -0
- data/lib/templates/project/iconic.woff +0 -0
- data/lib/templates/project/manifest.rb +25 -0
- data/lib/version.rb +60 -0
- data/stylesheets/_entypo.scss +2 -0
- data/stylesheets/_font-icons.scss +3 -0
- data/stylesheets/_iconic.scss +2 -0
- data/stylesheets/base/_entypo-vars.scss +165 -0
- data/stylesheets/base/_font-mixins.scss +41 -0
- data/stylesheets/base/_iconic-vars.scss +152 -0
- metadata +96 -0
metadata
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: font-icons
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0.beta
|
5
|
+
prerelease: 6
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Kris Bulman
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-06-13 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: compass
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0.11'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.11'
|
30
|
+
description: Font Icons includes a base font called EntypoRegular and easy to remember
|
31
|
+
variable names. Font Icons produces a number of mixins that will allow for the easy
|
32
|
+
generation of font-face declarations and icons.
|
33
|
+
email: kris@bulman.ca
|
34
|
+
executables: []
|
35
|
+
extensions: []
|
36
|
+
extra_rdoc_files: []
|
37
|
+
files:
|
38
|
+
- README.markdown
|
39
|
+
- VERSION.yml
|
40
|
+
- Rakefile
|
41
|
+
- lib/font-icons.rb
|
42
|
+
- lib/templates/entypo/entypo.eot
|
43
|
+
- lib/templates/entypo/entypo.svg
|
44
|
+
- lib/templates/entypo/entypo.ttf
|
45
|
+
- lib/templates/entypo/entypo.woff
|
46
|
+
- lib/templates/entypo/manifest.rb
|
47
|
+
- lib/templates/iconic/iconic.eot
|
48
|
+
- lib/templates/iconic/iconic.otf
|
49
|
+
- lib/templates/iconic/iconic.svg
|
50
|
+
- lib/templates/iconic/iconic.ttf
|
51
|
+
- lib/templates/iconic/iconic.woff
|
52
|
+
- lib/templates/iconic/manifest.rb
|
53
|
+
- lib/templates/project/entypo.eot
|
54
|
+
- lib/templates/project/entypo.svg
|
55
|
+
- lib/templates/project/entypo.ttf
|
56
|
+
- lib/templates/project/entypo.woff
|
57
|
+
- lib/templates/project/example.html
|
58
|
+
- lib/templates/project/fonticon.scss
|
59
|
+
- lib/templates/project/iconic.eot
|
60
|
+
- lib/templates/project/iconic.otf
|
61
|
+
- lib/templates/project/iconic.svg
|
62
|
+
- lib/templates/project/iconic.ttf
|
63
|
+
- lib/templates/project/iconic.woff
|
64
|
+
- lib/templates/project/manifest.rb
|
65
|
+
- lib/version.rb
|
66
|
+
- stylesheets/_entypo.scss
|
67
|
+
- stylesheets/_font-icons.scss
|
68
|
+
- stylesheets/_iconic.scss
|
69
|
+
- stylesheets/base/_entypo-vars.scss
|
70
|
+
- stylesheets/base/_font-mixins.scss
|
71
|
+
- stylesheets/base/_iconic-vars.scss
|
72
|
+
homepage: http://github.com/krisbulman/font-icons
|
73
|
+
licenses: []
|
74
|
+
post_install_message:
|
75
|
+
rdoc_options: []
|
76
|
+
require_paths:
|
77
|
+
- lib
|
78
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
79
|
+
none: false
|
80
|
+
requirements:
|
81
|
+
- - ! '>='
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0'
|
84
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
|
+
none: false
|
86
|
+
requirements:
|
87
|
+
- - ! '>'
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 1.3.1
|
90
|
+
requirements: []
|
91
|
+
rubyforge_project:
|
92
|
+
rubygems_version: 1.8.21
|
93
|
+
signing_key:
|
94
|
+
specification_version: 3
|
95
|
+
summary: A Compass plugin for generating font icons.
|
96
|
+
test_files: []
|