bullet_train-themes-light 1.0.48 → 1.0.49

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: d63e69ed21f864e2c966cb7077c16bf4253d783982aa3fb0482fcfcae4094c1e
4
- data.tar.gz: 32fc62dfbe0d979b1c66b2276a54b59b99132d7c2981525175e545ac1ce168ab
3
+ metadata.gz: dd88ca1040ba3794f38b71d0b9132c453d76635622c8e4d216ab755132eba8f1
4
+ data.tar.gz: b0e8112604cf0fcd6a838f75882678f87638cfac048d2ba060b19920e6a8a6d8
5
5
  SHA512:
6
- metadata.gz: ddf7d29cbd347d0ec62853f2f09c9f4e44be1f13b762d5b13fbdbbaebcf1907a8f83916ec8f00d0c9793034817a657a1af924a21af992044129bf1a1c8deecb7
7
- data.tar.gz: 01ffc7eb739b75d5df0ef6a735aa374e13503e86ca523cd412ef8c88800bf15d4f85d6f8b17a3390580e6a516cb2b9584fbffbeb6dfb7db6afe3a523a54aff90
6
+ metadata.gz: 583e40b6889d5a5b054272420de74ccc542c1fb90bca4ae9cf043d79742e3c547f6dea3809cbf9c008364556fbf1b46108b997424ac3f9a62019a9284f77beee
7
+ data.tar.gz: 482181c6637700c2812270455e0cbee81c5acdefa1ba4c91dd28e0a144bec042a94168551cd831734586a79d102ac907960a8996b5b5f6041478cfdabcb9b6f3
@@ -53,7 +53,7 @@ end
53
53
 
54
54
  <% # any error messages. %>
55
55
  <% if has_errors %>
56
- <p class="mt-1.5 text-xs text-red-600">
56
+ <p class="mt-1.5 text-xs text-red">
57
57
  <%= errors.map { |error| error + ". " }.join %>
58
58
  <%= yield :error %>
59
59
  <% flush_content_for :error %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.48"
4
+ VERSION = "1.0.49"
5
5
  end
6
6
  end
7
7
  end
@@ -36,6 +36,9 @@ module BulletTrain
36
36
  puts "Cutting local `package.json` over from `#{theme_name}` to `#{ejected_theme_name}`."
37
37
  %x(sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/#{theme_name}/#{ejected_theme_name}/g" #{Rails.root}/package.json)
38
38
 
39
+ puts "Cutting `test/system/resolver_system_test.rb` over from `#{theme_name}` to `#{ejected_theme_name}`."
40
+ %x(sed -i #{'""' if `echo $OSTYPE`.include?("darwin")} "s/light/#{ejected_theme_name}/g" #{Rails.root}/test/system/resolver_system_test.rb)
41
+
39
42
  # Stub out the class that represents this theme and establishes its inheritance structure.
40
43
  target_path = "#{Rails.root}/app/lib/bullet_train/themes/#{ejected_theme_name}.rb"
41
44
  puts "Stubbing out a class that represents this theme in `.#{target_path}`."
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.48
4
+ version: 1.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver