bnb_blazer 0.8.0 → 0.9.0

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
2
  SHA256:
3
- metadata.gz: 9dfd9dcc54ad8fc13934d9de74792a7c1be24d2449fb4c868490692302086341
4
- data.tar.gz: ce3a925a2fc273a2d79873ba3c3c3e3f60581cad6cd8ec0f93a23711597ba833
3
+ metadata.gz: 6c4eeb11855b3ee65cfc2502b2cdab2b23cd90d2288839c4deaa95e91a969656
4
+ data.tar.gz: 067f920d2ad254337973ab555bb8f8e7ec24c2406e5398dc208dcf4860a7f2e1
5
5
  SHA512:
6
- metadata.gz: e73e24bd82ede29b8fe9b4e4e7b66d6ff15797d7704c8586ebb7acace5312ecbecf158372470790c95559d19267995e62cf3a1aa463a94e7a9d1021a9654f468
7
- data.tar.gz: 608fcfcc41142cc28c697740f03eee11c3471b289e491db051527e13c5ca4310f253c875478c8d7fe15fbc6ebb77b7c5e19cb7c49d4956430772e7b0139d894c
6
+ metadata.gz: '0891b743b0d8b6335c7aed43b4fb72a67b39e45c1529d05fe21e338294df4ba353885f3bb9cb6e117e5deacfaef9333cd94d65fe54d319d612837867c25cf7b8'
7
+ data.tar.gz: a0842017c74108c065d0c9dde22a912320fa1573a28eb71e1cc2184019ef810552c1fcaa8f7bb1b0305ec09eaa273120a9ecc5f5fc8c09e266c1ce123bbaf026
@@ -5,10 +5,10 @@
5
5
  %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
6
6
  %title= blazer_title ? blazer_title : "Blazer"
7
7
  %meta{:charset => "utf-8"}/
8
- = favicon_link_tag "blazer/favicon.png"
9
- = stylesheet_link_tag "blazer/application"
8
+ = favicon_link_tag "bnb_blazer/favicon.png"
9
+ = stylesheet_link_tag "bnb_blazer/application"
10
10
  = stylesheet_link_tag "application"
11
- = javascript_include_tag "blazer/application"
11
+ = javascript_include_tag "bnb_blazer/application"
12
12
  :javascript
13
13
  #{blazer_js_var "rootPath", root_path}
14
14
  - if blazer_maps?
@@ -18,4 +18,4 @@
18
18
  %body
19
19
  .container.blazer-content
20
20
  = yield
21
- = render "layouts/blazer/footer"
21
+ = render "layouts/bnb_blazer/footer"
data/lib/bnb_blazer.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  require "blazer"
3
3
 
4
4
  # modules
5
- require "bnb_blazer/engine"
5
+ # require "bnb_blazer/engine"
6
6
  require "bnb_blazer/version"
7
7
 
8
8
  module BnbBlazer
@@ -1,5 +1,5 @@
1
1
  module BnbBlazer
2
2
  class Enginer < ::Rails::Engine
3
-
3
+ isolate_namespace BnbBlazer
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module BnbBlazer
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bnb_blazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-26 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: blazer