foundation-icons-sass-rails 2.0.0 → 3.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.
Files changed (38) hide show
  1. data/README.md +24 -4
  2. data/app/assets/fonts/foundation-icons.eot +0 -0
  3. data/app/assets/fonts/foundation-icons.svg +970 -0
  4. data/app/assets/fonts/foundation-icons.ttf +0 -0
  5. data/app/assets/fonts/foundation-icons.woff +0 -0
  6. data/app/assets/stylesheets/foundation-icons.scss +594 -0
  7. data/foundation-icons-sass-rails.gemspec +2 -2
  8. data/lib/foundation-icons-sass-rails/version.rb +3 -3
  9. metadata +10 -40
  10. data/vendor/assets/fonts/accessibility_foundicons.eot +0 -0
  11. data/vendor/assets/fonts/accessibility_foundicons.svg +0 -15
  12. data/vendor/assets/fonts/accessibility_foundicons.ttf +0 -0
  13. data/vendor/assets/fonts/accessibility_foundicons.woff +0 -0
  14. data/vendor/assets/fonts/general_enclosed_foundicons.eot +0 -0
  15. data/vendor/assets/fonts/general_enclosed_foundicons.svg +0 -15
  16. data/vendor/assets/fonts/general_enclosed_foundicons.ttf +0 -0
  17. data/vendor/assets/fonts/general_enclosed_foundicons.woff +0 -0
  18. data/vendor/assets/fonts/general_foundicons.eot +0 -0
  19. data/vendor/assets/fonts/general_foundicons.svg +0 -15
  20. data/vendor/assets/fonts/general_foundicons.ttf +0 -0
  21. data/vendor/assets/fonts/general_foundicons.woff +0 -0
  22. data/vendor/assets/fonts/social_foundicons.eot +0 -0
  23. data/vendor/assets/fonts/social_foundicons.svg +0 -15
  24. data/vendor/assets/fonts/social_foundicons.ttf +0 -0
  25. data/vendor/assets/fonts/social_foundicons.woff +0 -0
  26. data/vendor/assets/stylesheets/_accessibility_settings.scss +0 -28
  27. data/vendor/assets/stylesheets/_foundation-icons.scss +0 -11
  28. data/vendor/assets/stylesheets/_general_enclosed_settings.scss +0 -28
  29. data/vendor/assets/stylesheets/_general_settings.scss +0 -28
  30. data/vendor/assets/stylesheets/_social_settings.scss +0 -28
  31. data/vendor/assets/stylesheets/accessibility_foundicons.scss +0 -50
  32. data/vendor/assets/stylesheets/accessibility_foundicons_ie7.scss +0 -35
  33. data/vendor/assets/stylesheets/general_enclosed_foundicons.scss +0 -71
  34. data/vendor/assets/stylesheets/general_enclosed_foundicons_ie7.scss +0 -56
  35. data/vendor/assets/stylesheets/general_foundicons.scss +0 -71
  36. data/vendor/assets/stylesheets/general_foundicons_ie7.scss +0 -56
  37. data/vendor/assets/stylesheets/social_foundicons.scss +0 -54
  38. data/vendor/assets/stylesheets/social_foundicons_ie7.scss +0 -39
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Zaiste!"]
9
9
  s.email = ["oh@zaiste.net"]
10
10
  s.homepage = "https://github.com/zaiste/foundation-icons-sass-rails"
11
- s.summary = %q{Foundation Icons 2 on SASS for Rails}
12
- s.description = %q{Foundation Icons 2 on SASS for Rails}
11
+ s.summary = %q{Foundation Icons on Sass for Rails}
12
+ s.description = %q{Foundation Icons on Sass for Rails}
13
13
 
14
14
  s.rubyforge_project = "foundation-icons-sass-rails"
15
15
 
@@ -1,8 +1,8 @@
1
- module Foundation
2
- module Icons
1
+ module Foundation
2
+ module Icons
3
3
  module Sass
4
4
  module Rails
5
- VERSION = "2.0.0"
5
+ VERSION = "3.0.0"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundation-icons-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-05 00:00:00.000000000 Z
12
+ date: 2013-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: 3.1.1
46
- description: Foundation Icons 2 on SASS for Rails
46
+ description: Foundation Icons on Sass for Rails
47
47
  email:
48
48
  - oh@zaiste.net
49
49
  executables: []
@@ -54,39 +54,15 @@ files:
54
54
  - Gemfile
55
55
  - README.md
56
56
  - Rakefile
57
+ - app/assets/fonts/foundation-icons.eot
58
+ - app/assets/fonts/foundation-icons.svg
59
+ - app/assets/fonts/foundation-icons.ttf
60
+ - app/assets/fonts/foundation-icons.woff
61
+ - app/assets/stylesheets/foundation-icons.scss
57
62
  - foundation-icons-sass-rails.gemspec
58
63
  - lib/foundation-icons-sass-rails.rb
59
64
  - lib/foundation-icons-sass-rails/engine.rb
60
65
  - lib/foundation-icons-sass-rails/version.rb
61
- - vendor/assets/fonts/accessibility_foundicons.eot
62
- - vendor/assets/fonts/accessibility_foundicons.svg
63
- - vendor/assets/fonts/accessibility_foundicons.ttf
64
- - vendor/assets/fonts/accessibility_foundicons.woff
65
- - vendor/assets/fonts/general_enclosed_foundicons.eot
66
- - vendor/assets/fonts/general_enclosed_foundicons.svg
67
- - vendor/assets/fonts/general_enclosed_foundicons.ttf
68
- - vendor/assets/fonts/general_enclosed_foundicons.woff
69
- - vendor/assets/fonts/general_foundicons.eot
70
- - vendor/assets/fonts/general_foundicons.svg
71
- - vendor/assets/fonts/general_foundicons.ttf
72
- - vendor/assets/fonts/general_foundicons.woff
73
- - vendor/assets/fonts/social_foundicons.eot
74
- - vendor/assets/fonts/social_foundicons.svg
75
- - vendor/assets/fonts/social_foundicons.ttf
76
- - vendor/assets/fonts/social_foundicons.woff
77
- - vendor/assets/stylesheets/_accessibility_settings.scss
78
- - vendor/assets/stylesheets/_foundation-icons.scss
79
- - vendor/assets/stylesheets/_general_enclosed_settings.scss
80
- - vendor/assets/stylesheets/_general_settings.scss
81
- - vendor/assets/stylesheets/_social_settings.scss
82
- - vendor/assets/stylesheets/accessibility_foundicons.scss
83
- - vendor/assets/stylesheets/accessibility_foundicons_ie7.scss
84
- - vendor/assets/stylesheets/general_enclosed_foundicons.scss
85
- - vendor/assets/stylesheets/general_enclosed_foundicons_ie7.scss
86
- - vendor/assets/stylesheets/general_foundicons.scss
87
- - vendor/assets/stylesheets/general_foundicons_ie7.scss
88
- - vendor/assets/stylesheets/social_foundicons.scss
89
- - vendor/assets/stylesheets/social_foundicons_ie7.scss
90
66
  homepage: https://github.com/zaiste/foundation-icons-sass-rails
91
67
  licenses: []
92
68
  post_install_message:
@@ -99,22 +75,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
75
  - - ! '>='
100
76
  - !ruby/object:Gem::Version
101
77
  version: '0'
102
- segments:
103
- - 0
104
- hash: -1104266492087332777
105
78
  required_rubygems_version: !ruby/object:Gem::Requirement
106
79
  none: false
107
80
  requirements:
108
81
  - - ! '>='
109
82
  - !ruby/object:Gem::Version
110
83
  version: '0'
111
- segments:
112
- - 0
113
- hash: -1104266492087332777
114
84
  requirements: []
115
85
  rubyforge_project: foundation-icons-sass-rails
116
- rubygems_version: 1.8.24
86
+ rubygems_version: 1.8.23
117
87
  signing_key:
118
88
  specification_version: 3
119
- summary: Foundation Icons 2 on SASS for Rails
89
+ summary: Foundation Icons on Sass for Rails
120
90
  test_files: []
@@ -1,15 +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="accessibilityfoundicons" horiz-adv-x="925" ><font-face
4
- font-family="Accessibility Foundicons"
5
- units-per-em="1000"
6
- panose-1="0 0 0 0 0 0 0 0 0 0"
7
- ascent="1000"
8
- descent="0"
9
- alphabetic="0" />
10
- <missing-glyph horiz-adv-x="250" />
11
- <glyph unicode=" " glyph-name="space" horiz-adv-x="250" />
12
- <glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1000" />
13
- </font>
14
- </defs>
15
- </svg>
@@ -1,15 +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="generalenclosedfoundicons" horiz-adv-x="955" ><font-face
4
- font-family="General Enclosed Foundicons"
5
- units-per-em="1000"
6
- panose-1="0 0 0 0 0 0 0 0 0 0"
7
- ascent="1000"
8
- descent="0"
9
- alphabetic="0" />
10
- <missing-glyph horiz-adv-x="250" />
11
- <glyph unicode=" " glyph-name="space" horiz-adv-x="250" />
12
- <glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1000" />
13
- </font>
14
- </defs>
15
- </svg>
@@ -1,15 +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="generalfoundicons" horiz-adv-x="955" ><font-face
4
- font-family="General Foundicons"
5
- units-per-em="1000"
6
- panose-1="0 0 0 0 0 0 0 0 0 0"
7
- ascent="1000"
8
- descent="0"
9
- alphabetic="0" />
10
- <missing-glyph horiz-adv-x="250" />
11
- <glyph unicode=" " glyph-name="space" horiz-adv-x="250" />
12
- <glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1000" />
13
- </font>
14
- </defs>
15
- </svg>
@@ -1,15 +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="socialfoundicons" horiz-adv-x="933" ><font-face
4
- font-family="Social Foundicons"
5
- units-per-em="1000"
6
- panose-1="0 0 0 0 0 0 0 0 0 0"
7
- ascent="1000"
8
- descent="0"
9
- alphabetic="0" />
10
- <missing-glyph horiz-adv-x="250" />
11
- <glyph unicode=" " glyph-name="space" horiz-adv-x="250" />
12
- <glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1000" />
13
- </font>
14
- </defs>
15
- </svg>
@@ -1,28 +0,0 @@
1
- $fontFileName: "accessibility_foundicons";
2
- $fontName: "AccessibilityFoundicons";
3
- $classPrefix: "foundicon-";
4
-
5
- @mixin i-class($name,$pua) {
6
- .accessibility.#{$classPrefix}#{$name}:before {
7
- content: "\f#{$pua}";
8
- }
9
- }
10
-
11
- @mixin ie-class($name,$pua) {
12
- .accessibility.#{$classPrefix}#{$name} {
13
- *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf#{$pua};");
14
- }
15
- }
16
-
17
- @mixin face {
18
- @font-face {
19
- font-family: $fontName;
20
- src: font-url('#{$fontFileName}.eot');
21
- src: font-url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'),
22
- font-url('#{$fontFileName}.woff') format('woff'),
23
- font-url('#{$fontFileName}.ttf') format('truetype'),
24
- font-url('#{$fontFileName}.svg##{$fontName}') format('svg');
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- }
@@ -1,11 +0,0 @@
1
- @import 'general_foundicons';
2
- @import 'general_foundicons_ie7';
3
-
4
- @import 'general_enclosed_foundicons';
5
- @import 'general_enclosed_foundicons_ie7';
6
-
7
- @import 'social_foundicons';
8
- @import 'social_foundicons_ie7';
9
-
10
- @import 'accessibility_foundicons';
11
- @import 'accessibility_foundicons_ie7';
@@ -1,28 +0,0 @@
1
- $fontFileName: "general_enclosed_foundicons";
2
- $fontName: "GeneralEnclosedFoundicons";
3
- $classPrefix: "foundicon-";
4
-
5
- @mixin i-class($name,$pua) {
6
- .general-enclosed.#{$classPrefix}#{$name}:before {
7
- content: "\f#{$pua}";
8
- }
9
- }
10
-
11
- @mixin ie-class($name,$pua) {
12
- .general-enclosed.#{$classPrefix}#{$name} {
13
- *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf#{$pua};");
14
- }
15
- }
16
-
17
- @mixin face {
18
- @font-face {
19
- font-family: $fontName;
20
- src: font-url('#{$fontFileName}.eot');
21
- src: font-url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'),
22
- font-url('#{$fontFileName}.woff') format('woff'),
23
- font-url('#{$fontFileName}.ttf') format('truetype'),
24
- font-url('#{$fontFileName}.svg##{$fontName}') format('svg');
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- }
@@ -1,28 +0,0 @@
1
- $fontFileName: "general_foundicons";
2
- $fontName: "GeneralFoundicons";
3
- $classPrefix: "foundicon-";
4
-
5
- @mixin i-class($name,$pua) {
6
- .general.#{$classPrefix}#{$name}:before {
7
- content: "\f#{$pua}";
8
- }
9
- }
10
-
11
- @mixin ie-class($name,$pua) {
12
- .general.#{$classPrefix}#{$name} {
13
- *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf#{$pua};");
14
- }
15
- }
16
-
17
- @mixin face {
18
- @font-face {
19
- font-family: $fontName;
20
- src: font-url('#{$fontFileName}.eot');
21
- src: font-url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'),
22
- font-url('#{$fontFileName}.woff') format('woff'),
23
- font-url('#{$fontFileName}.ttf') format('truetype'),
24
- font-url('#{$fontFileName}.svg##{$fontName}') format('svg');
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- }
@@ -1,28 +0,0 @@
1
- $fontFileName: "social_foundicons";
2
- $fontName: "SocialFoundicons";
3
- $classPrefix: "foundicon-";
4
-
5
- @mixin i-class($name,$pua) {
6
- .social.#{$classPrefix}#{$name}:before {
7
- content: "\f#{$pua}";
8
- }
9
- }
10
-
11
- @mixin ie-class($name,$pua) {
12
- .social.#{$classPrefix}#{$name} {
13
- *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf#{$pua};");
14
- }
15
- }
16
-
17
- @mixin face {
18
- @font-face {
19
- font-family: $fontName;
20
- src: font-url('#{$fontFileName}.eot');
21
- src: font-url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'),
22
- font-url('#{$fontFileName}.woff') format('woff'),
23
- font-url('#{$fontFileName}.ttf') format('truetype'),
24
- font-url('#{$fontFileName}.svg##{$fontName}') format('svg');
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
- }
@@ -1,50 +0,0 @@
1
- @import "accessibility_settings";
2
-
3
- /* font-face */
4
- @include face;
5
-
6
- /* global foundicon styles */
7
- [class*="accessibility #{$classPrefix}"] {
8
- display: inline;
9
- width: auto;
10
- height: auto;
11
- line-height: inherit;
12
- vertical-align: baseline;
13
- background-image: none;
14
- background-position: 0 0;
15
- background-repeat: repeat;
16
- }
17
- [class*="accessibility #{$classPrefix}"]:before {
18
- font-family: $fontName;
19
- font-weight: normal;
20
- font-style: normal;
21
- text-decoration: inherit;
22
- }
23
-
24
- /* icons */
25
- @include i-class(wheelchair,"000");
26
- @include i-class(speaker,"001");
27
- @include i-class(fontsize,"002");
28
- @include i-class(eject,"003");
29
- @include i-class(view-mode,"004");
30
- @include i-class(eyeball,"005");
31
- @include i-class(asl,"006");
32
- @include i-class(person,"007");
33
- @include i-class(question,"008");
34
- @include i-class(adult,"009");
35
- @include i-class(child,"00a");
36
- @include i-class(glasses,"00b");
37
- @include i-class(cc,"00c");
38
- @include i-class(blind,"00d");
39
- @include i-class(braille,"00e");
40
- @include i-class(iphone-home,"00f");
41
- @include i-class(w3c,"010");
42
- @include i-class(css,"011");
43
- @include i-class(key,"012");
44
- @include i-class(hearing-impaired,"013");
45
- @include i-class(male,"014");
46
- @include i-class(female,"015");
47
- @include i-class(network,"016");
48
- @include i-class(guidedog,"017");
49
- @include i-class(universal-access,"018");
50
- @include i-class(elevator,"019");
@@ -1,35 +0,0 @@
1
- @import "accessibility_settings";
2
-
3
- /* general icons for IE7 */
4
- [class*=".accessibility.#{$classPrefix}"] {
5
- font-family: $fontName;
6
- font-weight: normal;
7
- font-style: normal;
8
- }
9
-
10
- @include ie-class(wheelchair,"000");
11
- @include ie-class(speaker,"001");
12
- @include ie-class(fontsize,"002");
13
- @include ie-class(eject,"003");
14
- @include ie-class(view-mode,"004");
15
- @include ie-class(eyeball,"005");
16
- @include ie-class(asl,"006");
17
- @include ie-class(person,"007");
18
- @include ie-class(question,"008");
19
- @include ie-class(adult,"009");
20
- @include ie-class(child,"00a");
21
- @include ie-class(glasses,"00b");
22
- @include ie-class(cc,"00c");
23
- @include ie-class(blind,"00d");
24
- @include ie-class(braille,"00e");
25
- @include ie-class(iphone-home,"00f");
26
- @include ie-class(w3c,"010");
27
- @include ie-class(css,"011");
28
- @include ie-class(key,"012");
29
- @include ie-class(hearing-impaired,"013");
30
- @include ie-class(male,"014");
31
- @include ie-class(female,"015");
32
- @include ie-class(network,"016");
33
- @include ie-class(guidedog,"017");
34
- @include ie-class(universal-access,"018");
35
- @include ie-class(elevator,"019");
@@ -1,71 +0,0 @@
1
- @import "general_enclosed_settings";
2
-
3
- /* font-face */
4
- @include face;
5
-
6
- /* global foundicon styles */
7
- [class*="general-enclosed #{$classPrefix}"] {
8
- display: inline;
9
- width: auto;
10
- height: auto;
11
- line-height: inherit;
12
- vertical-align: baseline;
13
- background-image: none;
14
- background-position: 0 0;
15
- background-repeat: repeat;
16
- }
17
- [class*="general-enclosed #{$classPrefix}"]:before {
18
- font-family: $fontName;
19
- font-weight: normal;
20
- font-style: normal;
21
- text-decoration: inherit;
22
- }
23
-
24
- /* icons */
25
- @include i-class(settings,"000");
26
- @include i-class(heart,"001");
27
- @include i-class(star,"002");
28
- @include i-class(plus,"003");
29
- @include i-class(minus,"004");
30
- @include i-class(checkmark,"005");
31
- @include i-class(remove,"006");
32
- @include i-class(mail,"007");
33
- @include i-class(calendar,"008");
34
- @include i-class(page,"009");
35
- @include i-class(tools,"00a");
36
- @include i-class(globe,"00b");
37
- @include i-class(home,"00c");
38
- @include i-class(quote,"00d");
39
- @include i-class(people,"00e");
40
- @include i-class(monitor,"00f");
41
- @include i-class(laptop,"010");
42
- @include i-class(phone,"011");
43
- @include i-class(cloud,"012");
44
- @include i-class(error,"013");
45
- @include i-class(right-arrow,"014");
46
- @include i-class(left-arrow,"015");
47
- @include i-class(up-arrow,"016");
48
- @include i-class(down-arrow,"017");
49
- @include i-class(trash,"018");
50
- @include i-class(add-doc,"019");
51
- @include i-class(edit,"01a");
52
- @include i-class(lock,"01b");
53
- @include i-class(unlock,"01c");
54
- @include i-class(refresh,"01d");
55
- @include i-class(paper-clip,"01e");
56
- @include i-class(video,"01f");
57
- @include i-class(photo,"020");
58
- @include i-class(graph,"021");
59
- @include i-class(idea,"022");
60
- @include i-class(mic,"023");
61
- @include i-class(cart,"024");
62
- @include i-class(address-book,"025");
63
- @include i-class(compass,"026");
64
- @include i-class(flag,"027");
65
- @include i-class(location,"028");
66
- @include i-class(clock,"029");
67
- @include i-class(folder,"02a");
68
- @include i-class(inbox,"02b");
69
- @include i-class(website,"02c");
70
- @include i-class(smiley,"02d");
71
- @include i-class(search,"02e");