bhf 0.3.6.3 → 0.3.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@
5
5
  %title= @title
6
6
  = csrf_meta_tag
7
7
  %link{:href => '/favicon.ico', :rel => 'icon', :type => 'image/x-icon'}
8
+ = stylesheet_link_tag 'http://projects.antpaw.org/bhf.css'
8
9
  - ([:bhf] + Bhf::Engine.config.css.to_a).each do |css|
9
10
  = stylesheet_link_tag "/stylesheets/#{css}"
10
11
  = javascript_include_tag '/javascripts/bhf'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 73
4
+ hash: 71
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 6
10
- - 3
11
- version: 0.3.6.3
10
+ - 4
11
+ version: 0.3.6.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Anton Pawlik