tailwindcss-ruby 4.0.5-x86_64-linux-gnu → 4.0.7-x86_64-linux-gnu

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: d8b4cafb31aa82e8d0b523f1a487d6aeb9efb5c23561efe356e7c4d12e5e7683
4
- data.tar.gz: ba9d1d0352e745edee19450b90904d4f90d22359e837d531d36224ccc215838b
3
+ metadata.gz: 29646e5fa8f8a1223bb6c8b43efa312b2c22d75322eb06451eb5e0511b873971
4
+ data.tar.gz: 55925bbae10c6c50d2b0b4917f335992e56d5625bfbe4a30d81622c0ff522fdf
5
5
  SHA512:
6
- metadata.gz: 4bf09d7453d6aea9a49643ecf186fb94f4e4035b915a139bb8b0bfda78c8b776967054e92393d419714e1e248689ad399e9d118fabd37411df37b050b9ae43b4
7
- data.tar.gz: 953fa0a63c9ea792611fbb4c38352cbcf23cce8fd86053630e8f9cc8de9aa38e58d4a11e68f03f1d40388cd4bd5cda78a2adf885011de73ab709c578f22736ce
6
+ metadata.gz: 2e03c7767b78c18ceca88776899b0039e911110c18d4fb99a9879e9bc5e4a083da7e80c303dca312bb345f7d3f9cbcaca9d73b4fd02f0894d1c6292376de5862
7
+ data.tar.gz: c40d112ff55f8671e4ab45ad3c215173773315356d636dc8c5031f9a7ca9e873845752cdb5e7657dcbfc6624eae83a5528ce525ebe0c1337cb7aefd314f7ee26
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.5"
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.5"
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.5
4
+ version: 4.0.7
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-09 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.