tailwindcss-ruby 4.0.3-x86_64-linux-gnu → 4.0.4-x86_64-linux-gnu

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab9ad4e732e93eb43aa45922f9dc347c91478e79172857e0b6b58cf6a362979f
4
- data.tar.gz: ad9374e55e8d6ec4aaf4a3f59c9d81f8f023e306bfd5cd149fef5c9373864992
3
+ metadata.gz: 1f6eec1c75745df2189f4390d590cbec322c7abfe55c4b32e062023967a333ac
4
+ data.tar.gz: 8881109aedb574b73fc89f871a22c54a41c4fa2ea51219ba217b96ea1062409d
5
5
  SHA512:
6
- metadata.gz: 702398990dc013801234d9abc1462b0d1cc60bcdd2f216daad0668342b9451abb63eeb916ba61f6f511e8aecaa31850952b6e46050456d09ab7c8e85c60bda1d
7
- data.tar.gz: 589cd5fea53a0bff1818b7a362dcb66f6ae54b7be17e598424809b14ef3b82b45d67a413c642f1f10c05aec070236b1fc9303dc96fbc10b1c8695adbbc2323bd
6
+ metadata.gz: bceadf3a489b7cc367a4d2b848013adf05c82652a1a1323addd4f17a530918ccdb08d5d3fe9575ce5fe0f56684c98a570cba59f3cbd882bea6c978557eb08741
7
+ data.tar.gz: 5722fb24b34324450d2716b6c9f7a9657eb70a7b768f322141bb6798b555e00f9c1f676292cd7d0118d2be9f239760ec08892aaa439ccb734438b8ce5db9c6d8
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: 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-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.