bhf 1.0.0.beta4 → 1.0.0.beta5
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 167c168dfbf81be62478e99cf86f0f9c27c081850eec6b89286503e84b07e926
|
|
4
|
+
data.tar.gz: ccc100944cd67fc2d610d90fcb46c4f81450c8463a617d9e9a9e019560af0c4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cb3d3cc2e7b575083f8ad19bdd52839ea556f03d221d6e6a024171c16e37a3c65150ed50c1f605ad8390f9f308562cb92d1751fbc33349d4e68111db2ee0a1c
|
|
7
|
+
data.tar.gz: eebdc7307e9006d8cfbb8988b7b6641bb873a16645bbd978f2e6a51fb03f029c8b073520a48b153d785bbc8de246cd42eab92c7012e19a810972d214b5dba13c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.0.
|
|
1
|
+
1.0.0.beta5
|
|
@@ -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 =
|
|
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.
|
|
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.
|
|
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-
|
|
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
|
|
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.
|
|
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-
|
|
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
|
|
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
|