tailwindcss-ruby 4.0.2-x86_64-linux-gnu → 4.0.3-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: 635664c860e1540010dce8b264831896a1e33232c321437ac6f59716c33355bb
4
- data.tar.gz: eec014dc978fbf9f840215f1cd995c85157a2e6e17a631847a755749d529086d
3
+ metadata.gz: ab9ad4e732e93eb43aa45922f9dc347c91478e79172857e0b6b58cf6a362979f
4
+ data.tar.gz: ad9374e55e8d6ec4aaf4a3f59c9d81f8f023e306bfd5cd149fef5c9373864992
5
5
  SHA512:
6
- metadata.gz: b0190ba75106d24fbac47041b468194e267f9ca2d5ceb700129b5f99ee57253246fc1a76b314b122470650d7607daa9b5e5cf9eef6d11dede4ebd7a5993fa2cc
7
- data.tar.gz: fbbcd765f21ca355582c1030b6a20a5f5b53d9365391fd29818ed74227fa91dafd30f51c6d88d7108c12d7cad6faf8e7cd09025e569fab5d8c880537b8485c91
6
+ metadata.gz: 702398990dc013801234d9abc1462b0d1cc60bcdd2f216daad0668342b9451abb63eeb916ba61f6f511e8aecaa31850952b6e46050456d09ab7c8e85c60bda1d
7
+ data.tar.gz: 589cd5fea53a0bff1818b7a362dcb66f6ae54b7be17e598424809b14ef3b82b45d67a413c642f1f10c05aec070236b1fc9303dc96fbc10b1c8695adbbc2323bd
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.2"
4
+ VERSION = "v4.0.3"
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.2"
5
+ VERSION = "4.0.3"
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.2
4
+ version: 4.0.3
5
5
  platform: x86_64-linux-gnu
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-01-31 00:00:00.000000000 Z
12
+ date: 2025-02-01 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.