tailwindcss-ruby 4.1.18-x64-mingw-ucrt → 4.2.1-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: d9ad0b5a5bc10c5782313cb2bdd6749c343e7b00264d74c89bacc24c743317cf
4
- data.tar.gz: a1650b70919a2c07e3afe86906cc947eb9a3bf992d2d3aa9fa5a90359cebde39
3
+ metadata.gz: eab397a1c5d9687d59664969509cc0212edb83717f94d990dcce733f34993711
4
+ data.tar.gz: ecfa038cf1d9d3c3538aa4a2ac6ade5f6b2da8e3b8b602345dfcf00f47ac3ec7
5
5
  SHA512:
6
- metadata.gz: f44a5adda420a7495a915d917f53d1f3b96d76fc1c306686ee6a645ff2545c31113422f411e3c22e41c7935528616e2d2905737bc7be5e46c58767dc16c7ae8f
7
- data.tar.gz: 1433a26a93264c8f4cdb44e5d985220c2916713157df26870943f4d4f300cbe1b66d76e2bdfb8143eb983f6e7c675a04e9328949a4734d7e7cd35229293301b7
6
+ metadata.gz: ff5fac474e0a06a00baf837c2d65773539f6521c9f0e06c137896e88586bbcb8b77e806783df62d27293df52934822a4d00624efd4bef8799228e835049c979a
7
+ data.tar.gz: af1a1ff659db82945761af7b2db55eb97447630a696b55e7407c9d351542242104e740981f5cc11138393fd4f01d39e713844d68644cd6ee392c32c3c6ef0295
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.1.18"
4
+ VERSION = "v4.2.1"
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.1.18"
5
+ VERSION = "4.2.1"
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.1.18
4
+ version: 4.2.1
5
5
  platform: x64-mingw-ucrt
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: 3.6.9
52
+ rubygems_version: 4.0.3
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []