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
data/.gitignore ADDED
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ coverage
6
+ InstalledFiles
7
+ lib/bundler/man
8
+ pkg
9
+ rdoc
10
+ spec/reports
11
+ test/tmp
12
+ test/version_tmp
13
+ tmp
14
+
15
+ # YARD artifacts
16
+ .yardoc
17
+ _yardoc
18
+ doc/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in russian_fonts.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Веб-студия Granat
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Andrey
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # RussianFonts
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'russian_fonts'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install russian_fonts
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"