bhf 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67f293809c55c22067592eb462ec85380e162196
4
- data.tar.gz: d497e38149244d8dd442cba19b62e9f37b1dc1b4
3
+ metadata.gz: bcecd545ab2c0c04c34e1c417a6853669dfe1941
4
+ data.tar.gz: b9df64ea116005438a99d61a41382c9a163891b3
5
5
  SHA512:
6
- metadata.gz: a7697b3f92a896ecbb42d08f7d1e66df7e3ff2de81a056806a5d530ac2c4e6896fc8ce460a47115bc91df33f4b782098693557c6c22cd440e066c56417e486d6
7
- data.tar.gz: 9ca3c22bb9426c14049d5d7e33853f75ad399f28dee44aa1b3b89bc5fe2ef6293bfda61a99735d9766f035ee78dc2f46dcec030152c1f3f03ba39aefe6e7db70
6
+ metadata.gz: 8ae0e9227a5b1e2316df526c2e513d1403fad9c62eb92ce945b48eb8fd6a207b2625b50d6892f6065e4db90f13f602c43bc16cc645c11ca86a466f9338872dc1
7
+ data.tar.gz: e9831e9a194c780da5f3e7192f68cf3e22c3ccdc22c6e1e6225bd29ac77663c80ffb7df0d285770aa61b6945656c1218c22150e1790f07711aafb35716cf8761
@@ -6,7 +6,8 @@
6
6
  %link{href: '/favicon.ico', rel: 'icon', type: 'image/x-icon'}
7
7
  - (['bhf/application'] + Bhf::Engine.config.css.to_a).each do |css|
8
8
  = stylesheet_link_tag css
9
- = javascript_include_tag 'bhf/application', {:'data-turbolinks-eval' => false}
9
+ - (['bhf/application'] + Bhf::Engine.config.js.to_a).each do |js|
10
+ = javascript_include_tag js, {:'data-turbolinks-eval' => false}
10
11
 
11
12
  %body
12
13
  %header
data/lib/bhf.rb CHANGED
@@ -17,6 +17,7 @@ module Bhf
17
17
  config.account_model = 'User'
18
18
  config.account_model_find_method = 'find'
19
19
  config.css = []
20
+ config.js = []
20
21
 
21
22
  config.bhf_routes = lambda {
22
23
  namespace :bhf, path: Bhf::Engine.config.mount_at do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik