bullet_train-themes 1.6.24 → 1.6.25

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: ef2d0c8727a99dc9d511f2a4ef0340308be5d1e76a62ae4d40f0b24ae3bddb35
4
- data.tar.gz: 7eebdfe20b27041bd299fea127833824309cff2973571d21b2726b5f5b0cd8f0
3
+ metadata.gz: 60d484c11eae28a8e490c563c9764a9a0e23cb3ba4b96367e6ac743345541935
4
+ data.tar.gz: 9efced6c1dc55c08cb110f1947b0c17ab1846d8150a6b6b39e68fcc5692e2cbc
5
5
  SHA512:
6
- metadata.gz: 8030dac536385f73d32a0160e5396dd15b189346a2d2366b54d2c6c12300e2758d2f92ba018f1866aa574c83058fa6b51a57f6bab5a4fa1915450753ec2b62e0
7
- data.tar.gz: 9d17d44d1a95f6686fccd5a73e3c532662d873b3db6a94b256509b2770e82e3799efb80747cf64665bb57bf3815e1fc86f6597dfad6dabd348d95782f94b5c7c
6
+ metadata.gz: 70b4763a7dbfd92cecbb960b572279a28817c25fbc5252dcf44a160da39cf8e74e784b6e23c4d2f3834a69625006adea44607a950a06a99609c0618aaaa7adf2
7
+ data.tar.gz: 125041a46c112b798580f1a6b3b727b7fdec25d0686a36ce3615839f2d1807b0f32dcdb54d4991cbfbf853a6b670a8835fb5281da395a3c815906e79646e37cd
@@ -21,6 +21,9 @@ else
21
21
  end
22
22
  end
23
23
 
24
+ other_options[:use_browser_time_zone] = true if other_options[:use_browser_time_zone].nil?
25
+ use_browser_time_zone = other_options[:use_browser_time_zone]
26
+
24
27
  wrapper_options ||= {}
25
28
  wrapper_options[:data] ||= {}
26
29
  wrapper_options[:data][:controller] ||= ""
@@ -37,6 +40,7 @@ end
37
40
 
38
41
  html_options[:data] ||= {}
39
42
  html_options[:data].merge!("#{stimulus_controller}-target": 'select')
43
+ html_options[:data].merge!("use-browser-time-zone": use_browser_time_zone )
40
44
 
41
45
  %>
42
46
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.6.24"
3
+ VERSION = "1.6.25"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.24
4
+ version: 1.6.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-02 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard