tailwindcss-ruby 4.1.18-x64-mingw-ucrt → 4.2.0-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: e731c27a6585c1c07d0ef4a4114feb04569ebf8dc0c98d2587fdf4b0039c1718
4
+ data.tar.gz: b48f10c34d6001dbda9dfd6410b16dfac3bfbf8fdbf24bcbe53881b6690f83b4
5
5
  SHA512:
6
- metadata.gz: f44a5adda420a7495a915d917f53d1f3b96d76fc1c306686ee6a645ff2545c31113422f411e3c22e41c7935528616e2d2905737bc7be5e46c58767dc16c7ae8f
7
- data.tar.gz: 1433a26a93264c8f4cdb44e5d985220c2916713157df26870943f4d4f300cbe1b66d76e2bdfb8143eb983f6e7c675a04e9328949a4734d7e7cd35229293301b7
6
+ metadata.gz: c66f291b4d546086c9a2e121dfe8da781d669e1fa7639c2d4dcfcf85bba489fe74c7190f850aed97b622e4f9ad451a14e3d293ffb341c9e3f8020e6c9bb399c2
7
+ data.tar.gz: 2c57bfaa14ff80ea651ae8b42346236f6ec3ffaa93a04c5d20861ff7ea338d461309a8d5dd8a09602d181980d72364900b9638db7be52822a366c15a9ab179f2
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.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.1.18"
5
+ VERSION = "4.2.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.1.18
4
+ version: 4.2.0
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: []