dashing-rails 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
- ## 2.1.0
1
+ ## 2.1.1
2
2
 
3
3
  * Fix font awesome not included in the asset pipeline
4
+
5
+ ## 2.1.0
6
+
4
7
  * Upgrade font awesome to use the 4.0.x version
5
8
 
6
9
  ## 2.0.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dashing-rails (2.1.0)
4
+ dashing-rails (2.1.1)
5
5
  coffee-script (~> 2.2)
6
6
  connection_pool (~> 1.1)
7
7
  jquery-rails (~> 3.0)
@@ -8,6 +8,8 @@ module Dashing
8
8
  config.assets.paths.unshift Dashing.config.widgets_js_path
9
9
  config.assets.paths.unshift Dashing.config.widgets_css_path
10
10
 
11
+ config.assets.precompile << /\.(?:svg|eot|woff|ttf)$/
12
+
11
13
  config.paths['app/views'].unshift Dashing::Engine.root.join('app', 'views', 'dashing', 'widgets')
12
14
  end
13
15
  end
@@ -1,3 +1,3 @@
1
1
  module Dashing
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
@@ -6,8 +6,8 @@
6
6
  * -------------------------- */
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
- src: url('fontawesome-webfont.eot?v=4.0.3');
10
- src: url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.0.3') format('woff'), url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
9
+ src: font-url('fontawesome-webfont.eot?v=4.0.3');
10
+ src: font-url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), font-url('fontawesome-webfont.woff?v=4.0.3') format('woff'), font-url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'), font-url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
11
11
  font-weight: normal;
12
12
  font-style: normal;
13
13
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashing-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -296,7 +296,7 @@ files:
296
296
  - vendor/assets/javascripts/dashing/moment.min.js
297
297
  - vendor/assets/javascripts/dashing/rickshaw-1.4.3.min.js
298
298
  - vendor/assets/stylesheets/dashing/dashing-src.scss
299
- - vendor/assets/stylesheets/dashing/font-awesome.css
299
+ - vendor/assets/stylesheets/dashing/font-awesome.scss
300
300
  - vendor/assets/stylesheets/dashing/index.css
301
301
  - vendor/assets/stylesheets/dashing/jquery.gridster.css
302
302
  - vendor/assets/stylesheets/dashing/widgets/clock.scss
@@ -324,7 +324,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
324
324
  version: '0'
325
325
  segments:
326
326
  - 0
327
- hash: -3705454581424241281
327
+ hash: -1337167565751438075
328
328
  required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  none: false
330
330
  requirements:
@@ -333,7 +333,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
333
333
  version: '0'
334
334
  segments:
335
335
  - 0
336
- hash: -3705454581424241281
336
+ hash: -1337167565751438075
337
337
  requirements: []
338
338
  rubyforge_project:
339
339
  rubygems_version: 1.8.25