bullet_train-themes-light 1.0.27 → 1.0.30

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: ced7678083d75ccc4b099fc7f6d3540891a48d96fcbf0556c7b4380cddef9ef9
4
- data.tar.gz: ce97cd3e2ca0b51993bdf3d720a588332293823578c39eb335cd4a3da2976072
3
+ metadata.gz: e5a103ee8685278a5d217df0b699cffd5547e7382f908e8b6f2d5aceb3c079d1
4
+ data.tar.gz: 457ef0e6ea7f321cbcad94a8dc7ecbf7e448151c460353a06d220586c0188b5b
5
5
  SHA512:
6
- metadata.gz: 102d6281899fbe10830b9b1f738ec2b6f96deb15afa903c40da1a1f35667cd71a4f3d203c6a2711e375d4659d4c23189e47784f330634a0dc86c436b75b352ed
7
- data.tar.gz: 7e2c0ba00aaed186f510195e58d18408b17ddfc8dc566dd8ad48525337038d2b8e00e67cec53c4649b52d99a3304f02419614b8ebbb1a10114b7008e637a963f
6
+ metadata.gz: ddd9837790e6687a66933253a1f03cc097d1d6282a65f56428f8d19a0c2a08398d6fb9cc41691c6872fdde5de33357b42067695e77beaf047c7e95bd43c3ef54
7
+ data.tar.gz: d378017906ee682f62854395926f0924f19f23d3d5dcc84882d4ecbe45531b026ff4362ee0b20274e45dbc8f6dfeb67cd74856b5cf505ce3a5065f34bc6171d1
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.27"
4
+ VERSION = "1.0.30"
5
5
  end
6
6
  end
7
7
  end
@@ -9,6 +9,10 @@ namespace :bullet_train do
9
9
  puts "Ejecting Tailwind configuration into `./tailwind.#{args[:destination]}.config.js`."
10
10
  `cp #{theme_base_path}/tailwind.light.config.js #{Rails.root}/tailwind.#{args[:destination]}.config.js`
11
11
 
12
+ puts "Ejecting Tailwind mailer configuration into `./tailwind.mailer.#{args[:destination]}.config.js`."
13
+ `cp #{theme_base_path}/tailwind.mailer.light.config.js #{Rails.root}/tailwind.mailer.#{args[:destination]}.config.js`
14
+ `sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/light/#{args[:destination]}/g" #{Rails.root}/tailwind.mailer.#{args[:destination]}.config.js`
15
+
12
16
  puts "Ejecting stylesheets into `./app/assets/stylesheets/#{args[:destination]}`."
13
17
  `mkdir #{Rails.root}/app/assets/stylesheets`
14
18
  `cp -R #{theme_base_path}/app/assets/stylesheets/light #{Rails.root}/app/assets/stylesheets/#{args[:destination]}`
@@ -31,7 +35,7 @@ namespace :bullet_train do
31
35
 
32
36
  # Stub out the class that represents this theme and establishes its inheritance structure.
33
37
  target_path = "#{Rails.root}/app/lib/bullet_train/themes/#{args[:destination]}.rb"
34
- puts "Stubbing out a class that represents this theme in `./#{target_path}`."
38
+ puts "Stubbing out a class that represents this theme in `.#{target_path}`."
35
39
  `mkdir -p #{Rails.root}/app/lib/bullet_train/themes`
36
40
  `cp #{theme_base_path}/lib/bullet_train/themes/light.rb #{target_path}`
37
41
  `sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/module Light/module #{args[:destination].titlecase}/g" #{target_path}`
metadata CHANGED
@@ -1,29 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.27
4
+ version: 1.0.30
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-06-16 00:00:00.000000000 Z
11
+ date: 2022-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: standard
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: rails
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
18
32
  - !ruby/object:Gem::Version
19
- version: 7.0.0
33
+ version: 6.0.0
20
34
  type: :runtime
21
35
  prerelease: false
22
36
  version_requirements: !ruby/object:Gem::Requirement
23
37
  requirements:
24
38
  - - ">="
25
39
  - !ruby/object:Gem::Version
26
- version: 7.0.0
40
+ version: 6.0.0
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: bullet_train-themes-tailwind_css
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -125,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
139
  - !ruby/object:Gem::Version
126
140
  version: '0'
127
141
  requirements: []
128
- rubygems_version: 3.2.22
142
+ rubygems_version: 3.3.7
129
143
  signing_key:
130
144
  specification_version: 4
131
145
  summary: 'Bullet Train Themes: Light'