bullet_train-themes-light 1.3.16 → 1.3.18

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: d09a873b89708113ad55f15860bb43ec0668a558cd447b543961451ef8c4f976
4
- data.tar.gz: 47671ca70d1eb574e43fd33a81571900fcdf67633456528118c157228584c5bd
3
+ metadata.gz: e1c044f842ea3ef6e786619020c80f3b260d772cacbb0867e9505962116d9212
4
+ data.tar.gz: 9f7497167ab5cd42475d26b09a13f3b149c82cca373de2c72ca46b5ff6df76dd
5
5
  SHA512:
6
- metadata.gz: edae25898c6c5315359a0cd8d6f0fbe00a15ad6c0075d9a0a23cffa2e632d0833fe877266ef998b420ff72e7126446ed8a4837cf25cf5a42dbedbdb5242030a0
7
- data.tar.gz: af9332282011171b2af7ec2711c254a2db959907f30c610072561958109ec9fe098aac52b00463aeae0a6e3094df433e98367149fe6372a2cb6ab95101d851a3
6
+ metadata.gz: c71f1842821cb2dbcb26cc096b802a9d82d0e10cef4dfc95caec9e30bae050d849afc651ba0afd7d510918ff1a3c7730952d9e114b6d81605c34f8a9325fc5b6
7
+ data.tar.gz: 2473fbaa03c2c65121d62704363dfe2c5a299a96a18d31fde396fa594653c23db95b6f34511683ff7febaa62203d5fe06d85c040e62c74433d0e76a63a4e00c9
@@ -221,7 +221,7 @@ module BulletTrain
221
221
  # This addresses one specific file where the hierarchy is
222
222
  # different after the file is ejected into the main application.
223
223
  def adjust_directory_hierarchy(file_name, theme_name)
224
- file_name.match?("lib/bullet_train/themes/#{theme_name}") ? file_name.gsub(/\/app/, "") : file_name
224
+ file_name.match?("lib/bullet_train/themes/#{theme_name}") ? file_name.gsub("/app", "") : file_name
225
225
  end
226
226
 
227
227
  # i.e. - foo_bar or foo-bar to FooBar
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.3.16"
4
+ VERSION = "1.3.18"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.16
4
+ version: 1.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard