tailwindcss-ruby 4.0.2-x86_64-darwin → 4.0.3-x86_64-darwin

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: f3ab9d869632b5bff641b8cfc25f30ca019d27c964e33b6c62b289f11dc57446
4
- data.tar.gz: 50f8295a95e1ed77e37a67c86adc72dd2e0782cd67df3bf126f4be7b7248b851
3
+ metadata.gz: 2794d4f438ad4eacc0bf1adfa84904ec1f77d8acc6f3dcf1cf33ebb145ca8f47
4
+ data.tar.gz: ff2b1f6d2d473cfb978b46e9de91c110bdc340090aaab750691d0d3c9950af3c
5
5
  SHA512:
6
- metadata.gz: 33cb99a117a813be3783fb55422a197d07e9814571c60c88bfdb482743a51276d516e965f40110595b9a455385c41823587b8f1abf3a3534c026dc71a8bb0139
7
- data.tar.gz: '0909cdd6303e629b967fdaa0110179f545852b2ada5e652833d40ae36af6dc3000e8527d33b3a32acccb033477c8084f89b025d71971c4aa0ba0d3e5812658b4'
6
+ metadata.gz: 67d303628a3cc23bce59a18c3f65a2be3602af776d8996b0186215f4b7a2dcbdf52303295b2cb35b9e4c974a3b93be4d1274af1f7bb639f633160068c354d4d3
7
+ data.tar.gz: 43cf52ee345d5c7ee0c88f75246773fa49ef27ff6d0ab07dd50dadd59afd00e905b0a2445e58c48daa4013c67a96fa5dfc7094073f6744a63663ff5247d29f3e
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-darwin
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.