bullet_train-themes 1.6.24 → 1.6.26
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6649bab5ff1f33fdf6a4dded801107572b343509595aaee988670ecf48b0ab7
|
4
|
+
data.tar.gz: c5419cf2b30c60ebcf4aa4f9ed0219dc93692315baad8a7c30b6906145d9c7fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dee21a4610f46c60c5df97f45248692b7b78592b5c64e3d491c477661e83e3391641defea107709f85c2e374980d8915bf2acef078c827580a97808ee5cdffcf
|
7
|
+
data.tar.gz: 115aaaea7f098c84ecd4ada3eb765cd724d4575594c716a79c89b6a14a9c65c5be6a599201364d871b84384b93f0f30fe52d3fbca72981fc03baf0e8d46b3a92
|
@@ -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
|
|
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.
|
4
|
+
version: 1.6.26
|
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-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|