bullet_train-themes-tailwind_css 1.6.31 → 1.6.33

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: cec2bf4da8337b84fb999660ba1f893cc46642fc8d8fc4d18fa73d1e6890b941
4
- data.tar.gz: fcac3fa5108a38f5bf95982535b0934a2814211698a3384788a348da5ddecce2
3
+ metadata.gz: 0bf30753e44a1d6a100a8706290356285e4a07f571573b5717337214bdcd84a7
4
+ data.tar.gz: 2cb7b00952a5656e6a9bd66e1a3766c23d06de473f701495b3a9a5e14012acba
5
5
  SHA512:
6
- metadata.gz: 8fa418af8dc1e0157a6bed7efbb549a1ecd6a889022e51f0e1c05fae7d2dc5dada09872790c11fb494f30a95c9f39a259054cac7653f4047477738fa9b2c6bc9
7
- data.tar.gz: 5af62892e9a7e70cedc0ca91c3a6dc645023cc53d6f79757182bc898a758ccc9fadc1299684b075ecaec7a07a0e1832b7fafcfade6ee25536d9bfe34cda665bc
6
+ metadata.gz: 677f2479664e7df4bf9cd037512da8e40383de92ac25ac18f5f14949548f0c3aee091dbe4b2c117f57ef3dfe6393e197e241b5e2572cbd695ac7601624ff8697
7
+ data.tar.gz: 633db4312fb6ba8ffe31c8aa9b2712c03d7f32c1a13802c6a216f821f48f63e13db527315c82c1a297658157265c876da4fd123817a4ddf38b1cb50404f26ac3
@@ -6,7 +6,7 @@ options ||= {}
6
6
  user_tz = ActiveSupport::TimeZone.find_tzinfo(current_user.time_zone).name
7
7
 
8
8
  current_team_time_zone = if current_user&.respond_to?(:current_team)
9
- current_team_time_zone
9
+ current_team.time_zone
10
10
  else
11
11
  "UTC"
12
12
  end
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
- VERSION = "1.6.31"
4
+ VERSION = "1.6.33"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-tailwind_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.31
4
+ version: 1.6.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver