tailwindcss-ruby 4.0.6-x64-mingw32 → 4.0.7-x64-mingw32

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: 7b00de2fdd1e06771af854113c6f30a2a697cc76bdcb0d8e485510429f438b4e
4
- data.tar.gz: 5b3cb859cd42c08d666a2179136b6e73917b82014ca3d3c68dc4ddd6c6e0f0a1
3
+ metadata.gz: 6837af749592cdf1d23e0614422b898540ea12a51ec6333b4d40b26b3545cc0c
4
+ data.tar.gz: af663111f09266f08c322df410026aba304c177014d425e2e0b032d57e4565e8
5
5
  SHA512:
6
- metadata.gz: cb9c04a85b3004bb7e843680d5d162c3db1a96047a87733aea2bdb7b6378fd72dc3722f7d2f8f6725ed99d48f84548354d46222a658bdb3a3e6c9d34245660fc
7
- data.tar.gz: c53b49b355549080ec31bc7084473e9ea2665ba5924c9cd9b9eda43a2116c366f29ac49717f27345ed4919a99bdda4f322ad17daaca8d994ccd3c8ed0d92e55d
6
+ metadata.gz: c2eff34d4e63b73d0ada2787affdffcfd1dd84513ac1033cf6cfdf2eaeab2b157bf39b9f507c29d34416dd4f16f5043b67b83ad9ed07058b6982e192f7bc4e93
7
+ data.tar.gz: bf0b96a0a06039b44cd78945189c79b7fd308d5b6e86c9b5094cb5a6daa0b08037a434d45cd011950f17525aa1c382a7386c9fa8fec0dd0ba954907ac1ed9281
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.6"
4
+ VERSION = "v4.0.7"
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.6"
5
+ VERSION = "4.0.7"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.