tailwindcss-ruby 4.2.0-x64-mingw-ucrt → 4.2.2-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: e731c27a6585c1c07d0ef4a4114feb04569ebf8dc0c98d2587fdf4b0039c1718
4
- data.tar.gz: b48f10c34d6001dbda9dfd6410b16dfac3bfbf8fdbf24bcbe53881b6690f83b4
3
+ metadata.gz: 474274ae4c12d303c8737c8fdbaa936d5a279259dae393c114c064635414fad2
4
+ data.tar.gz: 00fa2f5bdc534333ff640939edef3b83dd1613f2e74cf0c11a31601c46124dd8
5
5
  SHA512:
6
- metadata.gz: c66f291b4d546086c9a2e121dfe8da781d669e1fa7639c2d4dcfcf85bba489fe74c7190f850aed97b622e4f9ad451a14e3d293ffb341c9e3f8020e6c9bb399c2
7
- data.tar.gz: 2c57bfaa14ff80ea651ae8b42346236f6ec3ffaa93a04c5d20861ff7ea338d461309a8d5dd8a09602d181980d72364900b9638db7be52822a366c15a9ab179f2
6
+ metadata.gz: 5391f7e4fbddc3fd9f562af241fdbc0c5539f93d1062eba7f22b7c8edb57fe531a082a3f59e70c89501fbb4bccac8db034273cf3ccfd048ac704683175102826
7
+ data.tar.gz: 92ff2918b6dfe147c7ef695e2f6cd00014d7731153a9672f1def0d8fdbd5a09c9f1674e11f9e1a72a696b27f24b6dfdb6524dcb5f39dfe9b8c76c930bd4a04ba
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.2.0"
4
+ VERSION = "v4.2.2"
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.0"
5
+ VERSION = "4.2.2"
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.0
4
+ version: 4.2.2
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio