tailwindcss-ruby 4.2.4-x86_64-darwin → 4.3.0-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: 2dba17765a731cf0acc6238163eac17f6ca8c598bb6b2879c31933cb926f2684
4
- data.tar.gz: 549b5deca2990ea71b29ddf44faac8cab2b234c4c545ba07024daa30c7718628
3
+ metadata.gz: ba33b8714cc7899a71c89d7f64ef93e401d83c29356e59fcaf42d1a8befcd6cb
4
+ data.tar.gz: 65bd9c953f8fd0d851781a7fd888cd61aab2f244e135f49bc1c46478a952af98
5
5
  SHA512:
6
- metadata.gz: c7a2e3c68ddcbd436e8840a74885e0339e8ab627e87a17f8227c7ad678b8ba0987b8a7b34c3f6c67dc8fbd5c6f839d430ad6fcc2c775f31bcf1a90799ed20c72
7
- data.tar.gz: bc4801169b5346b46ee6169ab3330828326985f195c01c551f2af890900c513c50c74cd3cadee1aecb04f44e5d14889b2bef13cbd6285bca946a78bd2183396a
6
+ metadata.gz: 4fb854305f5925a2267952c7390ae1e57c12816b238e2119cb66d0776ac1e0e725ae11c3bc77705678aaac01557dd6d5a05deed6ae276dd7ee73d878e4c27fed
7
+ data.tar.gz: eab8ce86455881bd0cdfc443b4b41e2086a41fcfbfc06a7622fb41356d9f1e287e76a0f923f2077e5dc21105f82c191fbbd7ec75a87c981221728547b0136415
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-darwin
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: []