bhf 0.3.6.4 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/layouts/bhf/application.haml +0 -1
- metadata +3 -5
- data/public/test/test.mz +0 -3
@@ -5,7 +5,6 @@
|
|
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'
|
9
8
|
- ([:bhf] + Bhf::Engine.config.css.to_a).each do |css|
|
10
9
|
= stylesheet_link_tag "/stylesheets/#{css}"
|
11
10
|
= javascript_include_tag '/javascripts/bhf'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bhf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
|
11
|
-
version: 0.3.6.4
|
9
|
+
- 7
|
10
|
+
version: 0.3.7
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Anton Pawlik
|
@@ -170,7 +169,6 @@ files:
|
|
170
169
|
- public/javascripts/bhf_includes/showdown.js
|
171
170
|
- public/javascripts/bhf_includes/wmd.js
|
172
171
|
- public/stylesheets/bhf.css
|
173
|
-
- public/test/test.mz
|
174
172
|
- README.md
|
175
173
|
has_rdoc: true
|
176
174
|
homepage: http://github.com/antpaw/bahnhof
|
data/public/test/test.mz
DELETED