bullet_train-themes-tailwind_css 1.7.5 → 1.7.7

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: 37dfef0dcacf936084f0cbe130f6ea43024f3b7d3069a1a43cf8285d73ea1c84
4
- data.tar.gz: 85a500a06561895845a966293c6cc6077040cb23e17c7ae5f35149bf181f84f9
3
+ metadata.gz: 0c987debf14427d68a23efeb9e640993451c6953fe36961f6fe8d3301ab13e0d
4
+ data.tar.gz: 32d5d4ef774102f9f7ab3defc93ea4de66233e39c87786b738cab2bd1feff1bb
5
5
  SHA512:
6
- metadata.gz: 641011d4b5da11df6ded8e0954f8e0b054b540adea540b77219895f93552cda893fcb3f38a7333ed7c922b043120ed4e9770a0f87f1a15693d39c2111047366c
7
- data.tar.gz: 820438696ead75d2145be3be30419effe1e121306e10e80de00a7a1cb77498c577bf0e6cb920ce7c6d5b246595178082ea38a697d27a520901f528347274dd66
6
+ metadata.gz: 11a364cf8cba44de1c47ee77a544c407ae8a6becc53d0a014de4ee142460d2be4f1d1b0eeafdf14a14e5039cd6cbffbfb7284ee18b7785cdb563e4596f575f0c
7
+ data.tar.gz: aba3ad7dd0ae134a2ffb5e44781361a988120326c12395287fb5431acf7ce22e3edab5a760db1868a5daae43ad915306df50e1f089267855cfd0c6bc63321757
@@ -4,7 +4,7 @@ form ||= current_fields_form
4
4
 
5
5
  user_tz = defined?(current_user.time_zone) ? ActiveSupport::TimeZone.find_tzinfo(current_user.time_zone).name : nil
6
6
 
7
- current_team_time_zone = if current_user&.respond_to?(:current_team)
7
+ current_team_time_zone = if current_user&.respond_to?(:current_team) && current_team.time_zone
8
8
  current_team.time_zone
9
9
  else
10
10
  "UTC"
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
- VERSION = "1.7.5"
4
+ VERSION = "1.7.7"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-tailwind_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.5
4
+ version: 1.7.7
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-05-14 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard