bullet_train-themes-light 1.0.21 → 1.0.22

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: ce02b721661492cb0ba4916e87466ac0381adb3142ea3da1226fec4527bfd4c2
4
- data.tar.gz: 9b69e69f69f24d322a47931c64681bdaca89362922e53d7feaacf4906eb86b02
3
+ metadata.gz: 34f10e6da7000e49343ea48f34436dff11e8dd9ba81657e87831fbdedca628b9
4
+ data.tar.gz: b2239440d0ff3677c34c629fcd0655628723928479178833cc539116fcc4aedd
5
5
  SHA512:
6
- metadata.gz: 3bde40fadcb848f8cc2c557bed56f39dbeed2e016898e1680baccdbac4fe4644bf673a96abee5c327bc0de80cdfb830c8b42ed968755a939f269217e3802f4cf
7
- data.tar.gz: cb17c2356330035ef0c343d9404337507259f0d137e70459838c1f81878bff0bd84f09d2beca3b2456c2199002bbd189f2b2f83572bee903abc00d129f77d9c4
6
+ metadata.gz: 46660b278af4ea2accc5530d89238894c99a4b0c09b9156e54f486db9f766d6c6b8b3ccb95d20a6731714b69468205c60c8006adc8654541a92b84732acdc106
7
+ data.tar.gz: 5b12616bd5af8e068c61624d5045f6a475c94ca67dd6d19793f2dd5359c2715e310e35ddb3e8be1d5ea087ca613566142a8f8845fe9a30df73b9512e3d529f2f
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.21"
4
+ VERSION = "1.0.22"
5
5
  end
6
6
  end
7
7
  end
@@ -21,6 +21,7 @@ namespace :bullet_train do
21
21
  puts "Ejecting all theme partials into `./app/views/themes/#{args[:destination]}`."
22
22
  `mkdir #{Rails.root}/app/views/themes`
23
23
  `cp -R #{theme_base_path}/app/views/themes/light #{Rails.root}/app/views/themes/#{args[:destination]}`
24
+ `sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/light/#{args[:destination]}/g" #{Rails.root}/app/views/themes/#{args[:destination]}/layouts/_head.html.erb`
24
25
 
25
26
  puts "Cutting local `Procfile.dev` over from `light` to `#{args[:destination]}`."
26
27
  `sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/light/#{args[:destination]}/g" #{Rails.root}/Procfile.dev`
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver