tailwindcss-rails 2.0.29-x64-mingw-ucrt → 2.0.30-x64-mingw-ucrt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6eff1828b2daca2a4e85f6f4e5a7dc425ac97498d4d379d828937c3e9cebef15
4
- data.tar.gz: 15219e91c48067f7d15aadccbcda24656d515d72d62767e888be743e1b286e55
3
+ metadata.gz: 1a3ba643d59e568acd3c9227bc10cb46adfd70a1f13b670f32c437ca32d143c6
4
+ data.tar.gz: e39bd382313d27c5c6cc2a2bd4d5b9b67bb09f9b9046c4816787e7637d224e6f
5
5
  SHA512:
6
- metadata.gz: c1eab94f0bf054f0eee8813a24901cde88cba4722db2347d76d29727d33ef6b24508645d6607ffb7d103bc07cf02bc8a94a0eae6f683f91f39f6d0ebff382006
7
- data.tar.gz: 7a4912ebf798ae83f5045dc267315dc59d4c515594583ae0afb80fa4e39426641332f60c5cafa3b2c21d0a1ed44eaf0f96cc66f698205b8fb6b36be003c30d9d
6
+ metadata.gz: 52809baa46fa4ad0611f5bc0975d0a99dff75521551f06e7da5ede03da9ec371191651fc3286db796ec0951ea91e3c6ba1a22e458570b8ef6823e647befac224
7
+ data.tar.gz: c541f255b3c2a3eb45a6441a7597937dfe533ced43a5bddf2d5c6dc32c32eceb389c2a8ee3d3e6d7f525f8a9560f2945bdabaf825ee297f30d09dc641e02a30f
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.3.2"
4
+ VERSION = "v3.3.3"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.29"
2
+ VERSION = "2.0.30"
3
3
  end
data/lib/tasks/build.rake CHANGED
@@ -22,6 +22,8 @@ Rake::Task["assets:precompile"].enhance(["tailwindcss:build"])
22
22
 
23
23
  if Rake::Task.task_defined?("test:prepare")
24
24
  Rake::Task["test:prepare"].enhance(["tailwindcss:build"])
25
+ elsif Rake::Task.task_defined?("spec:prepare")
26
+ Rake::Task["spec:prepare"].enhance(["tailwindcss:build"])
25
27
  elsif Rake::Task.task_defined?("db:test:prepare")
26
28
  Rake::Task["db:test:prepare"].enhance(["tailwindcss:build"])
27
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.29
4
+ version: 2.0.30
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-26 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties