russian_fonts 0.0.1.3 → 0.0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
@@ -0,0 +1,7 @@
1
+ @font-face {
2
+ font-family: 'rouble';
3
+ src: url(<%= asset_path 'rouble/rouble-webfont.eot' %>);
4
+ src: url(<%= asset_path 'rouble/rouble-webfont.eot?#iefix' %>) format('embedded-opentype'),
5
+ url(<%= asset_path 'rouble/rouble-webfont.ttf' %>) format("woff"),
6
+ url(<%= asset_path 'rouble/rouble-webfont.woff' %>) format("truetype");
7
+ }
@@ -1,3 +1,3 @@
1
1
  module RussianFonts
2
- VERSION = "0.0.1.3"
2
+ VERSION = "0.0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: russian_fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.3
4
+ version: 0.0.1.4
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: 2013-12-18 00:00:00.000000000 Z
12
+ date: 2014-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -80,6 +80,12 @@ files:
80
80
  - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.svg
81
81
  - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.ttf
82
82
  - app/assets/fonts/robotocondensed/robotocondensed-regular-webfont.woff
83
+ - app/assets/fonts/rouble/RUBDC.otf
84
+ - app/assets/fonts/rouble/RUBSN.otf
85
+ - app/assets/fonts/rouble/RUBSR.otf
86
+ - app/assets/fonts/rouble/rouble-webfont.eot
87
+ - app/assets/fonts/rouble/rouble-webfont.ttf
88
+ - app/assets/fonts/rouble/rouble-webfont.woff
83
89
  - app/assets/fonts/ubuntu/ubuntu-regular-webfont.eot
84
90
  - app/assets/fonts/ubuntu/ubuntu-regular-webfont.ttf
85
91
  - app/assets/fonts/ubuntu/ubuntu-regular-webfont.woff
@@ -90,6 +96,7 @@ files:
90
96
  - app/assets/stylesheets/russian_fonts/opensans.css.erb
91
97
  - app/assets/stylesheets/russian_fonts/roboto.css.erb
92
98
  - app/assets/stylesheets/russian_fonts/robotocondensed.css.erb
99
+ - app/assets/stylesheets/russian_fonts/rouble.css.erb
93
100
  - app/assets/stylesheets/russian_fonts/ubuntu.css.erb
94
101
  - lib/russian_fonts.rb
95
102
  - lib/russian_fonts/engine.rb