bullet_train-themes 1.0.8 → 1.0.9

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
  SHA256:
3
- metadata.gz: 603c130eb0c650706cddef6748d4da92887bb84a7121ad2ca7f391506b79c7a1
4
- data.tar.gz: 0b8c92c280c885d72a2dbabbf2c34dd332742c0d0c94fd58c662573265f80ab0
3
+ metadata.gz: 2c938aed3b809bd3a524edce3ccc02463356e0f08c0319de13f73145c200290e
4
+ data.tar.gz: 4b0fbdf1393080a474b4dab81f8e55f13a6be7e474365913666234356a214d6d
5
5
  SHA512:
6
- metadata.gz: c75ea62cd0dd1cf072df53b52bb7b95382d6b1742ec30fd283e5f514e1aac3b98d4f187c41fe2b628d9af47ba5e52869860e46ba298d72f34fd121ec3596e2c9
7
- data.tar.gz: 1fa8527d5270ad52c41b423750f91b4001dbfe1796dba91aca3332ec36fb630397a2bc2f85fbc28068120cb8ab2780cbf3ea0fdfb5640af5a1a14d4ec9496bc1
6
+ metadata.gz: 7ae37e387ec971050da0e744ce2f040f379fc14de7d8bca874da814f825d71c6f3125a2a5cf6ba864ff1241ebdab830283f08d90608cd1bfec14d8640688cbda
7
+ data.tar.gz: 24079fcc84209a046b4801fe0980eb2cb72b3c08f6d00b10f27f1f31262132858b0ae47753f712bf80064d2facfcb74622c947ba025cae2117677664331cde77
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.0.8"
3
+ VERSION = "1.0.9"
4
4
  end
5
5
  end
@@ -5,6 +5,8 @@ require "bullet_train/themes/engine"
5
5
  module BulletTrain
6
6
  module Themes
7
7
  mattr_accessor :themes, default: {}
8
+ mattr_accessor :logo_asset_path, default: "logo/logo.png"
9
+ mattr_accessor :logo_height, default: 54
8
10
 
9
11
  module Base
10
12
  class Theme
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-31 00:00:00.000000000 Z
11
+ date: 2022-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails