russian_fonts 0.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE +20 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +29 -0
  6. data/Rakefile +1 -0
  7. data/app/assets/fonts/customicon/Icons.eot +0 -0
  8. data/app/assets/fonts/customicon/Icons.eot? +0 -0
  9. data/app/assets/fonts/customicon/Icons.svg +1186 -0
  10. data/app/assets/fonts/customicon/Icons.ttf +0 -0
  11. data/app/assets/fonts/customicon/Icons.woff +0 -0
  12. data/app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.eot? +0 -0
  13. data/app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.eot?v=3.0.1 +0 -0
  14. data/app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.ttf?v=3.0.1 +0 -0
  15. data/app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.woff?v=3.0.1 +0 -0
  16. data/app/assets/fonts/lobster/lobster-webfont.eot +0 -0
  17. data/app/assets/fonts/lobster/lobster-webfont.svg +918 -0
  18. data/app/assets/fonts/lobster/lobster-webfont.ttf +0 -0
  19. data/app/assets/fonts/lobster/lobster-webfont.woff +0 -0
  20. data/app/assets/fonts/opensans/opensans-regular-webfont.eot +0 -0
  21. data/app/assets/fonts/opensans/opensans-regular-webfont.svg +1825 -0
  22. data/app/assets/fonts/opensans/opensans-regular-webfont.ttf +0 -0
  23. data/app/assets/fonts/opensans/opensans-regular-webfont.woff +0 -0
  24. data/app/assets/fonts/roboto/roboto-regular-webfont.eot +0 -0
  25. data/app/assets/fonts/roboto/roboto-regular-webfont.ttf +0 -0
  26. data/app/assets/fonts/roboto/roboto-regular-webfont.woff +0 -0
  27. data/app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.eot +0 -0
  28. data/app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.svg +2237 -0
  29. data/app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.ttf +0 -0
  30. data/app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.woff +0 -0
  31. data/app/assets/fonts/ubuntu/ubuntu-regular-webfont.eot +0 -0
  32. data/app/assets/fonts/ubuntu/ubuntu-regular-webfont.ttf +0 -0
  33. data/app/assets/fonts/ubuntu/ubuntu-regular-webfont.woff +0 -0
  34. data/app/assets/stylesheets/russian_fonts/customicon.css.erb +10 -0
  35. data/app/assets/stylesheets/russian_fonts/fontawesome.css.erb +3 -0
  36. data/app/assets/stylesheets/russian_fonts/fontawesome_3.0.1.css.erb +0 -0
  37. data/app/assets/stylesheets/russian_fonts/lobster.css.erb +10 -0
  38. data/app/assets/stylesheets/russian_fonts/opensans.css.erb +9 -0
  39. data/app/assets/stylesheets/russian_fonts/roboto.css.erb +9 -0
  40. data/app/assets/stylesheets/russian_fonts/robotocondensed.css.erb +9 -0
  41. data/app/assets/stylesheets/russian_fonts/ubuntu.css.erb +10 -0
  42. data/lib/russian_fonts/engine.rb +6 -0
  43. data/lib/russian_fonts/version.rb +3 -0
  44. data/lib/russian_fonts.rb +2 -0
  45. data/russian_fonts.gemspec +23 -0
  46. metadata +123 -0
@@ -0,0 +1,10 @@
1
+ @font-face {
2
+ font-family: 'Icon';
3
+ src: url(<%= asset_path('customicon/Icons.eot') %>);
4
+ src: url(<%= asset_path('customicon/Icons.eot?#iefix') %>) format('embedded-opentype'),
5
+ url(<%= asset_path('customicon/Icons.woff') %>) format('woff'),
6
+ url(<%= asset_path('customicon/Icons.ttf') %>) format('truetype'),
7
+ url(<%= asset_path('customicon/Icons.svg#lobster_1.4regular') %>) format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
@@ -0,0 +1,3 @@
1
+ /*
2
+ *= require russian_fonts/fontawesome_3.0.1
3
+ */
@@ -0,0 +1,10 @@
1
+ @font-face {
2
+ font-family: 'lobster_1.4regular';
3
+ src: url(<%= asset_path('lobster/lobster-webfont.eot') %>);
4
+ src: url(<%= asset_path('lobster/lobster-webfont.eot?#iefix') %>) format('embedded-opentype'),
5
+ url(<%= asset_path('lobster/lobster-webfont.woff') %>) format('woff'),
6
+ url(<%= asset_path('lobster/lobster-webfont.ttf') %>) format('truetype'),
7
+ url(<%= asset_path('lobster/lobster-webfont.svg#lobster_1.4regular') %>) format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
@@ -0,0 +1,9 @@
1
+ @font-face {
2
+ font-family: 'opensansregular';
3
+ src: url(<%= asset_path('opensans/opensans-regular-webfont.eot') %>);
4
+ src: url(<%= asset_path('opensans/opensans-regular-webfont.eot?#iefix') %>) format('embedded-opentype' %>),
5
+ url(<%= asset_path('opensans/opensans-regular-webfont.woff') %>) format('woff' %>),
6
+ url(<%= asset_path('opensans/opensans-regular-webfont.ttf') %>) format('truetype' %>);
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
@@ -0,0 +1,9 @@
1
+ @font-face {
2
+ font-family: 'robotoregular';
3
+ src: url(<%= asset_path('roboto/roboto-webfont.eot') %>);
4
+ src: url(<%= asset_path('roboto/roboto-webfont.eot?#iefix') %>) format('embedded-opentype'),
5
+ url(<%= asset_path('roboto/roboto-webfont.woff') %>) format('woff'),
6
+ url(<%= asset_path('roboto/roboto-webfont.ttf') %>) format('truetype'),
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
@@ -0,0 +1,9 @@
1
+ @font-face {
2
+ font-family: 'robotocondensedregular';
3
+ src: url(<%= asset_path('robotocondensed/robotocondensed-webfont.eot') %>);
4
+ src: url(<%= asset_path('robotocondensed/robotocondensed-webfont.eot?#iefix') %>) format('embedded-opentype'),
5
+ url(<%= asset_path('robotocondensed/robotocondensed-webfont.woff') %>) format('woff'),
6
+ url(<%= asset_path('robotocondensed/robotocondensed-webfont.ttf') %>) format('truetype'),
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
@@ -0,0 +1,10 @@
1
+ @font-face {
2
+ font-family: 'ubunturegular';
3
+ src: url(<%= asset_path('ubuntu/ubuntu-regular-webfont.eot') %>);
4
+ src: url(<%= asset_path('ubuntu/ubuntu-regular-webfont.eot?#iefix') %>) format('embedded-opentype' %>),
5
+ url(<%= asset_path('ubuntu/ubuntu-regular-webfont.woff') %>) format('woff' %>),
6
+ url(<%= asset_path('ubuntu/ubuntu-regular-webfont.ttf') %>) format('truetype' %>);
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
10
+
@@ -0,0 +1,6 @@
1
+ # coding: utf-8
2
+ module RussianFonts
3
+ class Engine < ::Rails::Engine
4
+ isolate_namespace RussianFonts
5
+ end
6
+ end
@@ -0,0 +1,3 @@
1
+ module RussianFonts
2
+ VERSION = "0.0.1.1"
3
+ end
@@ -0,0 +1,2 @@
1
+ require "russian_fonts/engine"
2
+ require "russian_fonts/version"
@@ -0,0 +1,23 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'russian_fonts/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "russian_fonts"
8
+ spec.version = RussianFonts::VERSION
9
+ spec.authors = ["Andrey"]
10
+ spec.email = ["railscode@gmail.com"]
11
+ spec.description = "Russian Fonts for Rails Apps"
12
+ spec.summary = "Russian Fonts for Rails Apps"
13
+ spec.homepage = "https://github.com/st-granat/russian_fonts"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files`.split($/)
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_development_dependency "bundler", "~> 1.3"
22
+ spec.add_development_dependency "rake"
23
+ end
metadata ADDED
@@ -0,0 +1,123 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: russian_fonts
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Andrey
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-12-15 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '1.3'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '1.3'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rake
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: Russian Fonts for Rails Apps
47
+ email:
48
+ - railscode@gmail.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - .gitignore
54
+ - Gemfile
55
+ - LICENSE
56
+ - LICENSE.txt
57
+ - README.md
58
+ - Rakefile
59
+ - app/assets/fonts/customicon/Icons.eot
60
+ - app/assets/fonts/customicon/Icons.eot?
61
+ - app/assets/fonts/customicon/Icons.svg
62
+ - app/assets/fonts/customicon/Icons.ttf
63
+ - app/assets/fonts/customicon/Icons.woff
64
+ - app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.eot?
65
+ - app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.eot?v=3.0.1
66
+ - app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.ttf?v=3.0.1
67
+ - app/assets/fonts/fontawesome/3.0.1/fontawesome-webfont.woff?v=3.0.1
68
+ - app/assets/fonts/lobster/lobster-webfont.eot
69
+ - app/assets/fonts/lobster/lobster-webfont.svg
70
+ - app/assets/fonts/lobster/lobster-webfont.ttf
71
+ - app/assets/fonts/lobster/lobster-webfont.woff
72
+ - app/assets/fonts/opensans/opensans-regular-webfont.eot
73
+ - app/assets/fonts/opensans/opensans-regular-webfont.svg
74
+ - app/assets/fonts/opensans/opensans-regular-webfont.ttf
75
+ - app/assets/fonts/opensans/opensans-regular-webfont.woff
76
+ - app/assets/fonts/roboto/roboto-regular-webfont.eot
77
+ - app/assets/fonts/roboto/roboto-regular-webfont.ttf
78
+ - app/assets/fonts/roboto/roboto-regular-webfont.woff
79
+ - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.eot
80
+ - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.svg
81
+ - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.ttf
82
+ - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.woff
83
+ - app/assets/fonts/ubuntu/ubuntu-regular-webfont.eot
84
+ - app/assets/fonts/ubuntu/ubuntu-regular-webfont.ttf
85
+ - app/assets/fonts/ubuntu/ubuntu-regular-webfont.woff
86
+ - app/assets/stylesheets/russian_fonts/customicon.css.erb
87
+ - app/assets/stylesheets/russian_fonts/fontawesome.css.erb
88
+ - app/assets/stylesheets/russian_fonts/fontawesome_3.0.1.css.erb
89
+ - app/assets/stylesheets/russian_fonts/lobster.css.erb
90
+ - app/assets/stylesheets/russian_fonts/opensans.css.erb
91
+ - app/assets/stylesheets/russian_fonts/roboto.css.erb
92
+ - app/assets/stylesheets/russian_fonts/robotocondensed.css.erb
93
+ - app/assets/stylesheets/russian_fonts/ubuntu.css.erb
94
+ - lib/russian_fonts.rb
95
+ - lib/russian_fonts/engine.rb
96
+ - lib/russian_fonts/version.rb
97
+ - russian_fonts.gemspec
98
+ homepage: https://github.com/st-granat/russian_fonts
99
+ licenses:
100
+ - MIT
101
+ post_install_message:
102
+ rdoc_options: []
103
+ require_paths:
104
+ - lib
105
+ required_ruby_version: !ruby/object:Gem::Requirement
106
+ none: false
107
+ requirements:
108
+ - - ! '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ required_rubygems_version: !ruby/object:Gem::Requirement
112
+ none: false
113
+ requirements:
114
+ - - ! '>='
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ requirements: []
118
+ rubyforge_project:
119
+ rubygems_version: 1.8.23
120
+ signing_key:
121
+ specification_version: 3
122
+ summary: Russian Fonts for Rails Apps
123
+ test_files: []