tailwindcss-ruby 4.0.12-x86_64-linux-gnu → 4.0.14-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: 8734e802e1e72826b3a023ea0f2addbb28e1fb7759b1d2bc5ad76bbb54dbf0bc
4
- data.tar.gz: d181ec185460d9b4afc7558b31132621234ed5583508ef3f7d06c0ff3fd5de17
3
+ metadata.gz: 3324db7533599258cd3be8a994123dacf9a2685dd24ac9efed6d4fcd38398020
4
+ data.tar.gz: 83d38d51b885951a7c751e3536304322acb166ec0be690051a3970248be00a88
5
5
  SHA512:
6
- metadata.gz: 45bf6d86f209d537cbb893863bfa998e23ee58a3c44c6c58e1c682d3be6d2367b9c7a884f58f1ecc682079c99e397ea48542416c43166c0a3d210cfbeea9f5c2
7
- data.tar.gz: 7f2378e7dd24fe371ee6fa7969a4da520d3e7f29c54703ae591c97fc71bf9f9109980c2839840aae507c8850eec537b37c331b000b05b41186a5c6d38a9544d5
6
+ metadata.gz: 0216b1c8b2f5a22ea4eff0a45a39ce51bf0985b41cbeee0ccd6e72156fb4a5862cca6150247348bdbe81c00abea4aa6a4ae15cfce764050a86071a3a3da32e8a
7
+ data.tar.gz: 17157af01d575376a655991876785b8b31a040be0611dcfde3caf68f633da8a422a51b7e23abe04ee5fbd1a1fa9a2f1cb462e9246f4bb660175e57d6641e2ef8
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.12"
4
+ VERSION = "v4.0.14"
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.12"
5
+ VERSION = "4.0.14"
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.12
4
+ version: 4.0.14
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-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-14 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.