tailwindcss-ruby 4.0.3-x64-mingw-ucrt → 4.0.4-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: 4487ef56de5a7f50a2937190feb52c0e41f222fa2027c4f3e64dd3d9dccba439
4
- data.tar.gz: b9b16f8c94069f11d1257e57a5db89ece77a473db61a9274fd2ad5accc8eabe0
3
+ metadata.gz: 71b97fcf8edfc062395d0e5dcc863a3c4f5537529abec16d267295f0aac86fa2
4
+ data.tar.gz: e92079618b29626bcf2346da1538424190b78b73b0b99d021a520db2c7531c24
5
5
  SHA512:
6
- metadata.gz: 44d14f75929e3ad7577e3e19faf5265a13531d915e72a7283b9c0a83ac6ac7b6305b14a0f309f7e2c52507a35c9a6f577e7a2644c58d21850bac920c7ac7f3e3
7
- data.tar.gz: 5ad802788db87e33c9638571ddd7de29a4d3521494b3d5f6c95b88279379281be00c474c5f2d2d8ced0cbb6a117b0782f4df9e95db6765be35cd4f9ab5a9dc03
6
+ metadata.gz: 4c99ec1e8570791e0562eae621291bf75fdfc2928298f041fe3837f1177aa4680dca9cf1e08bb051bebd90bae755f708a4ad0ccbc1f2875994289b29585f8bfe
7
+ data.tar.gz: c87158fe60a4599ef7ebdb0e841dac651b581d5f58a22d0cfa0d89e2347e6ec402d8258604a653e97adc37c4ba37f6757bb7100f3cce4c2a1504e2f879214287
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.3"
4
+ VERSION = "v4.0.4"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "4.0.3"
5
+ VERSION = "4.0.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-02-01 00:00:00.000000000 Z
12
+ date: 2025-02-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
15
  That's it. Nothing else.