tailwindcss-ruby 4.0.16-x64-mingw-ucrt → 4.0.17-x64-mingw-ucrt

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: b8ad1a8e930f3a02b64183739bbd0a141821509cbddf75f7eb5edbe0749e4315
4
- data.tar.gz: 9e49f70710630ef6a87371ec303982a1aa336390678e2e479bc1420108c4051f
3
+ metadata.gz: 2cc8d70f87875b2b5c822aeb377c28b2df3ba158c5d5d7f865ab6bbec8c95f4e
4
+ data.tar.gz: c417c25f77f13b75eb688a947afe346e8880815f9cc18e6aee79ff870b57f598
5
5
  SHA512:
6
- metadata.gz: 3be89bbf80e01f7f6d7fc4fc65ab3afa02edc698ce001a18195ea71eb873bb5040bdb13f8ff691baa2e8d4ea5a21dffc81218375ffa9cdca3a4c1751ecb9dd72
7
- data.tar.gz: df51a6ff5327b7ffb9b4eae2e4915412773a7dd24ad524de5021f04956e2c3180ba29a972afceca75f597871081d4794a00dceacc7770574e1de04153dcd71cf
6
+ metadata.gz: 0fc20398d3775d010cafd1735641822b932814b89c06e0b8463a84e190e598a3a31c615d06bcffcf45f5af14b9167e23a8821a158147c0083c1cbc127c9489d8
7
+ data.tar.gz: fa3260db2e2cc5290889405af36632b1e5c379dc27ffe7587a47ce059f6223e773eaade73e0ec2327d366d0043bbbd6d2315c4bb0982781c14643f6263a324bf
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.16"
4
+ VERSION = "v4.0.17"
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.16"
5
+ VERSION = "4.0.17"
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.16
4
+ version: 4.0.17
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-25 00:00:00.000000000 Z
11
+ date: 2025-03-26 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.