kolo 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2649ea90e8f6d4c69e6992f153c4b2778f3cdec
4
- data.tar.gz: b6d9242e66590f02731cbc020b044a4a42ec1e98
3
+ metadata.gz: 7168d41de33326a6de7ed94d95c4f6bcacb63a15
4
+ data.tar.gz: aba28e4c53865b1fcd74a1df1a95cbd836588274
5
5
  SHA512:
6
- metadata.gz: e4cf1637e2af49a9fd860c0bff1d87e19e7979c421f45529f39b7c5790f0e15d796e9a13ec78255cc61e3e677b8e28a7b161ba414dcd3e21ef7c71e66a6f2082
7
- data.tar.gz: 5fac2549da412032f75e0d0ce8209fc39820ec109dfe1250843b9094471eb1baaa766f46b82ebeb4cfc8d8ac5bb95da241382d8c0821059a81adef8adb7b07ec
6
+ metadata.gz: 8a76a9c7f2a1a4137acf02c825fe0eb25557e62d5a494a4a0875daaad498b68d370649800b91ee48937a8708afc0f9c1b1635d00a1b665cfa5e5b7238aa2a7ad
7
+ data.tar.gz: dd6304e7da370d2bdff8b054524e362a5139031152e356f3fdf6969afbcc495ab1d622fcab3fdfccb7bdfabd8bd0bda18398ec4fce47ac414ccfaab10599c98d
@@ -22,10 +22,8 @@
22
22
  */
23
23
  @font-face {
24
24
  font-family: 'FontAwesome';
25
- src: url('/assets/fontawesome-webfont.eot?v=3.0.1');
26
- src: url('/assets/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
27
- url('/assets/fontawesome-webfont.woff?v=3.0.1') format('woff'),
28
- url('/assets/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
25
+ src: url(<%= asset_path 'fontawesome-webfont.eot' %>);
26
+ src: url(<%= asset_path 'fontawesome-webfont.eot' + '?#iefix' %>) format('eot'), url(<%= asset_path 'fontawesome-webfont.woff' %>) format('woff'), url(<%= asset_path 'fontawesome-webfont.ttf' %>) format('truetype'), url(<%= asset_path 'fontawesome-webfont.svg' + '#FontAwesome' %>) format('svg');
29
27
  font-weight: normal;
30
28
  font-style: normal;
31
29
  }
data/lib/kolo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kolo
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahoul Baruah
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-16 00:00:00.000000000 Z
11
+ date: 2013-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ files:
69
69
  - lib/assets/javascripts/knockout.mapping.js
70
70
  - lib/assets/stylesheets/bootstrap-responsive.css
71
71
  - lib/assets/stylesheets/bootstrap.css
72
- - lib/assets/stylesheets/font-awesome.css
72
+ - lib/assets/stylesheets/font-awesome.css.erb
73
73
  - lib/kolo.rb
74
74
  - lib/kolo/icons.rb
75
75
  - lib/kolo/version.rb