entypo-rails 1.0.2 → 2.0.0
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.
- checksums.yaml +15 -0
- data/.gitignore +2 -1
- data/README.md +18 -2
- data/app/controllers/entypo/charmap_controller.rb +12 -0
- data/config/routes.rb +4 -0
- data/entypo-rails.gemspec +6 -4
- data/lib/assets/stylesheets/entypo-fonts.css.scss +9 -0
- data/lib/assets/stylesheets/entypo.css.scss +288 -288
- data/lib/entypo/charmap.rb +46 -0
- data/lib/{entypo-rails → entypo}/version.rb +1 -1
- data/vendor/assets/fonts/entypo.eot +0 -0
- data/vendor/assets/fonts/entypo.svg +849 -12
- data/vendor/assets/fonts/entypo.ttf +0 -0
- data/vendor/assets/fonts/entypo.woff +0 -0
- metadata +53 -69
- data/lib/assets/stylesheets/entypo-fonts.css.erb +0 -21
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/fonts/entypo-social.eot +0 -0
- data/vendor/assets/fonts/entypo-social.svg +0 -13
- data/vendor/assets/fonts/entypo-social.ttf +0 -0
- data/vendor/assets/fonts/entypo-social.woff +0 -0
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,102 +1,86 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: entypo-rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 2
|
10
|
-
version: 1.0.2
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.0
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- Lukas Westermann
|
14
8
|
- Marco Pluess
|
15
9
|
autorequire:
|
16
10
|
bindir: bin
|
17
11
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Dependency
|
22
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
23
|
-
none: false
|
24
|
-
requirements:
|
25
|
-
- - ~>
|
26
|
-
- !ruby/object:Gem::Version
|
27
|
-
hash: 5
|
28
|
-
segments:
|
29
|
-
- 3
|
30
|
-
- 1
|
31
|
-
version: "3.1"
|
32
|
-
prerelease: false
|
33
|
-
type: :runtime
|
12
|
+
date: 2013-04-17 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
34
15
|
name: railties
|
35
|
-
|
36
|
-
|
37
|
-
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ! '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '3.1'
|
21
|
+
- - <=
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: '5'
|
24
|
+
type: :runtime
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
27
|
+
requirements:
|
28
|
+
- - ! '>='
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: '3.1'
|
31
|
+
- - <=
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '5'
|
34
|
+
description: Rails asset pipeline plugin and CSS mappings for the Entypo pictograms
|
35
|
+
by Daniel Bruce http://www.entypo.com
|
36
|
+
email:
|
38
37
|
- lukas@at-point.ch
|
39
38
|
- marco@at-point.ch
|
40
39
|
executables: []
|
41
|
-
|
42
40
|
extensions: []
|
43
|
-
|
44
41
|
extra_rdoc_files: []
|
45
|
-
|
46
|
-
files:
|
42
|
+
files:
|
47
43
|
- .gitignore
|
48
44
|
- Gemfile
|
49
|
-
- LICENSE
|
50
|
-
- README.md
|
51
45
|
- Rakefile
|
46
|
+
- README.md
|
47
|
+
- LICENSE
|
52
48
|
- entypo-rails.gemspec
|
53
|
-
-
|
54
|
-
-
|
49
|
+
- app/controllers/entypo/charmap_controller.rb
|
50
|
+
- config/routes.rb
|
51
|
+
- lib/entypo/charmap.rb
|
52
|
+
- lib/entypo/version.rb
|
55
53
|
- lib/entypo-rails.rb
|
56
|
-
- lib/entypo-
|
57
|
-
-
|
58
|
-
- vendor/assets/fonts/entypo-social.eot
|
59
|
-
- vendor/assets/fonts/entypo-social.svg
|
60
|
-
- vendor/assets/fonts/entypo-social.ttf
|
61
|
-
- vendor/assets/fonts/entypo-social.woff
|
54
|
+
- lib/assets/stylesheets/entypo-fonts.css.scss
|
55
|
+
- lib/assets/stylesheets/entypo.css.scss
|
62
56
|
- vendor/assets/fonts/entypo.eot
|
63
57
|
- vendor/assets/fonts/entypo.svg
|
64
58
|
- vendor/assets/fonts/entypo.ttf
|
65
59
|
- vendor/assets/fonts/entypo.woff
|
66
|
-
homepage:
|
67
|
-
licenses:
|
60
|
+
homepage: ''
|
61
|
+
licenses:
|
68
62
|
- MIT
|
69
63
|
- CC BY 3.0
|
70
64
|
- SIL Open Font License
|
65
|
+
metadata: {}
|
71
66
|
post_install_message:
|
72
67
|
rdoc_options: []
|
73
|
-
|
74
|
-
require_paths:
|
68
|
+
require_paths:
|
75
69
|
- lib
|
76
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
none: false
|
87
|
-
requirements:
|
88
|
-
- - ">="
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
hash: 3
|
91
|
-
segments:
|
92
|
-
- 0
|
93
|
-
version: "0"
|
70
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ! '>='
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '1.9'
|
75
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
|
+
requirements:
|
77
|
+
- - ! '>='
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '0'
|
94
80
|
requirements: []
|
95
|
-
|
96
81
|
rubyforge_project:
|
97
|
-
rubygems_version:
|
82
|
+
rubygems_version: 2.0.2
|
98
83
|
signing_key:
|
99
|
-
specification_version:
|
84
|
+
specification_version: 4
|
100
85
|
summary: Rails asset pipeline plugin to provide Entypo icons.
|
101
86
|
test_files: []
|
102
|
-
|
@@ -1,21 +0,0 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: 'entypo';
|
5
|
-
src: url(<%= asset_path 'entypo.eot' %>);
|
6
|
-
src: url(<%= asset_path 'entypo.eot' %>?#iefix) format('embedded-opentype'),
|
7
|
-
url(<%= asset_path 'entypo.woff' %>) format('woff'),
|
8
|
-
url(<%= asset_path 'entypo.ttf' %>) format('truetype'),
|
9
|
-
url(<%= asset_path 'entypo.svg' %>#entypo) format('svg');
|
10
|
-
font-weight: normal; font-style: normal;
|
11
|
-
}
|
12
|
-
|
13
|
-
@font-face {
|
14
|
-
font-family: 'entypo-social';
|
15
|
-
src: url(<%= asset_path 'entypo-social.eot' %>);
|
16
|
-
src: url(<%= asset_path 'entypo-social.eot' %>?#iefix) format('embedded-opentype'),
|
17
|
-
url(<%= asset_path 'entypo-social.woff' %>) format('woff'),
|
18
|
-
url(<%= asset_path 'entypo-social.ttf' %>) format('truetype'),
|
19
|
-
url(<%= asset_path 'entypo-social.svg' %>#entypo) format('svg');
|
20
|
-
font-weight: normal; font-style: normal;
|
21
|
-
}
|
data/vendor/.DS_Store
DELETED
Binary file
|
Binary file
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
2
|
-
<defs >
|
3
|
-
<font id="entypo-social" horiz-adv-x="555" ><font-face
|
4
|
-
font-family="Entypo Social"
|
5
|
-
units-per-em="1000"
|
6
|
-
panose-1="0 0 0 0 0 0 0 0 0 0"
|
7
|
-
ascent="750"
|
8
|
-
descent="-250"
|
9
|
-
alphabetic="0" />
|
10
|
-
<missing-glyph horiz-adv-x="500" />
|
11
|
-
</font>
|
12
|
-
</defs>
|
13
|
-
</svg>
|
Binary file
|
Binary file
|