bullet_train-themes-light 1.3.16 → 1.3.17

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: d805a0e916ef4690434e6e0e5cb82851aaa79cb6cd4113499e42e806e379f1a9
4
+ data.tar.gz: 6fe63290583f80136503a5f3c574873272656d835033ae09560492f1f02dcd2e
5
5
  SHA512:
6
- metadata.gz: edae25898c6c5315359a0cd8d6f0fbe00a15ad6c0075d9a0a23cffa2e632d0833fe877266ef998b420ff72e7126446ed8a4837cf25cf5a42dbedbdb5242030a0
7
- data.tar.gz: af9332282011171b2af7ec2711c254a2db959907f30c610072561958109ec9fe098aac52b00463aeae0a6e3094df433e98367149fe6372a2cb6ab95101d851a3
6
+ metadata.gz: e3db25b42d20978be82f1ca9a91da1523d82d9373426b2cab6255f7e418882ed8dfe95bc5916b4739b8dff2da232a2e1df604c072405b6d3ae50157c33568e00
7
+ data.tar.gz: 2de65b8f7d6575abce5e13de6469b9d1399a6b027253c4eaf0f859de106c6fb1020ebff9ad63fb8847db2119932d6a79d0c83159f24c1beaf34b6f5f38b90dfb
@@ -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.17"
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.17
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard