bhf 1.0.0.beta4 → 1.0.0.beta5

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
- SHA1:
3
- metadata.gz: 78eaac17e417db71d0246b86630ade3f2e556c9c
4
- data.tar.gz: f6f7f2c10ff06d27125fcac55e6726728a5365a1
2
+ SHA256:
3
+ metadata.gz: 167c168dfbf81be62478e99cf86f0f9c27c081850eec6b89286503e84b07e926
4
+ data.tar.gz: ccc100944cd67fc2d610d90fcb46c4f81450c8463a617d9e9a9e019560af0c4f
5
5
  SHA512:
6
- metadata.gz: 773ad8fa4bbea3f2b7118b79857d1bbf99df5a4b2393117b607e2807596834c1f921ee554bcc3b5853e6dce70c94fd6d8ed8eb423570d4d5c445a6c95f8d4bfb
7
- data.tar.gz: 6f5e704b6d2efaa7db90b262f821c4d234c322a7a480a23a6da26e78010371e4e69ff694f1bb1871204de0a1d88cfc52f7b13c3490604f739f8bcdc083956f5c
6
+ metadata.gz: 1cb3d3cc2e7b575083f8ad19bdd52839ea556f03d221d6e6a024171c16e37a3c65150ed50c1f605ad8390f9f308562cb92d1751fbc33349d4e68111db2ee0a1c
7
+ data.tar.gz: eebdc7307e9006d8cfbb8988b7b6641bb873a16645bbd978f2e6a51fb03f029c8b073520a48b153d785bbc8de246cd42eab92c7012e19a810972d214b5dba13c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.beta4
1
+ 1.0.0.beta5
@@ -1,6 +1,6 @@
1
- @import "reset.sass"
2
- @import "typo.scss"
3
- @import "functions.sass"
1
+ @import "./reset.sass"
2
+ @import "./typo.scss"
3
+ @import "./functions.sass"
4
4
 
5
5
  $w1: #fff
6
6
 
@@ -35,7 +35,7 @@ module Bhf
35
35
  Bhf.configuration.paperclip_image_types.include?(type)
36
36
  end
37
37
 
38
- def main_logo(area)
38
+ def bhf_main_logo(area)
39
39
  Bhf.configuration.logo.call(area)
40
40
  end
41
41
 
@@ -19,5 +19,9 @@ module Bhf
19
19
  render partial: 'bhf/helper/frontend_edit', locals: { area: area, platform_name: options[:platform_name], object: object, block: (with_output_buffer(&block) if block_given?)}
20
20
  end
21
21
 
22
+ def bhf_main_logo(area)
23
+ Bhf.configuration.logo.call(area)
24
+ end
25
+
22
26
  end
23
27
  end
@@ -15,7 +15,7 @@
15
15
  = render partial: 'bhf/helper/flash', locals: {flash: flash}
16
16
  %header
17
17
  %h1
18
- - logo = main_logo(params[:bhf_area])
18
+ - logo = bhf_main_logo(params[:bhf_area])
19
19
 
20
20
  = link_to image_tag(logo), @root_link ? @root_link : main_app.root_url, data: {turbolinks: false}
21
21
 
data/bhf.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bhf 1.0.0.beta4 ruby lib
5
+ # stub: bhf 1.0.0.beta5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bhf".freeze
9
- s.version = "1.0.0.beta4"
9
+ s.version = "1.0.0.beta5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Anton Pawlik".freeze]
14
- s.date = "2018-05-10"
14
+ s.date = "2018-05-12"
15
15
  s.description = "A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid.".freeze
16
16
  s.email = "anton.pawlik@gmail.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -170,7 +170,7 @@ Gem::Specification.new do |s|
170
170
  ]
171
171
  s.homepage = "http://antpaw.github.io/bhf".freeze
172
172
  s.licenses = ["MIT".freeze]
173
- s.rubygems_version = "2.6.13".freeze
173
+ s.rubygems_version = "2.7.6".freeze
174
174
  s.summary = "A simple to use Rails-Engine-Gem that offers an admin interface for trusted user.".freeze
175
175
 
176
176
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta4
4
+ version: 1.0.0.beta5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-10 00:00:00.000000000 Z
11
+ date: 2018-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  version: 1.3.1
329
329
  requirements: []
330
330
  rubyforge_project:
331
- rubygems_version: 2.6.13
331
+ rubygems_version: 2.7.6
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: A simple to use Rails-Engine-Gem that offers an admin interface for trusted