tailwindcss-ruby 4.2.4-x86_64-linux-musl → 4.3.0-x86_64-linux-musl

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: 8bde4cbd6f1b341031c0d992175eb41ba10c9c6168ea5f18ce733e6d84d06b48
4
- data.tar.gz: 4b474d1685cbd807ac7d17df57f9ee56e23a0e19150890bf8317b9a33a5935a7
3
+ metadata.gz: badc775b4b03ad578694f51ac3fef5c6d121f0f19dae25c68c1a30aa5ebec3af
4
+ data.tar.gz: 1d8cca167f039e5fe61be789e8f98ec26cfe58c19b4506722f6a00ddecca2a62
5
5
  SHA512:
6
- metadata.gz: c1a01e76ad8dd881dfcc7fd259edaeb2570c81fc8fa7135f7ea89929ab51afdfeba174a1e330b4fa83023465a72d2dca4b59bdaeedcf80a4ce60e00e31aea4a2
7
- data.tar.gz: 885340f1a2a68f355774c4e8d6235f0418d74e48f5f304f2b10e56f76c74e5546d8a643be8e6fafe1b374e8d36720435cb876ae65a709e75c8fe650e88d100f0
6
+ metadata.gz: 7cbb5344e29eb265ea75f3e9e449d8cb56428e5c1fb46d6b52e5be577e4c9888893f163059a55ec8c00120892393a0c5690c605ee6f9ed7b0a20bc28b1c9db68
7
+ data.tar.gz: 1efc66d82e5a031838bd3fe179c0ad018a17987bd7f43a02da578a407d6a025f251f17a00b0c571d762338f5c2366825e69c5cd5b826b82c287a55dc42329c20
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.2.4"
4
+ VERSION = "v4.3.0"
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.2.4"
5
+ VERSION = "4.3.0"
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.2.4
4
+ version: 4.3.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 4.0.3
52
+ rubygems_version: 4.0.6
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []