tailwindcss-ruby 4.0.2-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: 635664c860e1540010dce8b264831896a1e33232c321437ac6f59716c33355bb
4
- data.tar.gz: eec014dc978fbf9f840215f1cd995c85157a2e6e17a631847a755749d529086d
3
+ metadata.gz: 1f6eec1c75745df2189f4390d590cbec322c7abfe55c4b32e062023967a333ac
4
+ data.tar.gz: 8881109aedb574b73fc89f871a22c54a41c4fa2ea51219ba217b96ea1062409d
5
5
  SHA512:
6
- metadata.gz: b0190ba75106d24fbac47041b468194e267f9ca2d5ceb700129b5f99ee57253246fc1a76b314b122470650d7607daa9b5e5cf9eef6d11dede4ebd7a5993fa2cc
7
- data.tar.gz: fbbcd765f21ca355582c1030b6a20a5f5b53d9365391fd29818ed74227fa91dafd30f51c6d88d7108c12d7cad6faf8e7cd09025e569fab5d8c880537b8485c91
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.2"
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.2"
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.2
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-01-31 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.