tailwindcss-ruby 4.2.1-x86_64-linux-musl → 4.2.2-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: 75d461493976bdf1f3bacf34c6d7a011f47139a589e166e98e928bc9811fdd39
4
- data.tar.gz: 4d51825b40e36d122d2bc72e388abb2b572d6b684ad6fb941cd3c1ef6b9c84bf
3
+ metadata.gz: 3e2db045ecab2c4b109178e3eebf90bb47bca1d7fdd61561f056d309cdeeb52b
4
+ data.tar.gz: 9ddc3e3d60b491a13aa50570525c50bb920db040f67b1626987dcfad5efc2071
5
5
  SHA512:
6
- metadata.gz: 169759b0f5896f5c16b5195569bd89de07c6df31a4aa8cb81992b3d7850c04265f8f9d83ecbc9ac52146a3a9a9ac161f2a51e0de9e94883abdd81dbaeffd6bdb
7
- data.tar.gz: 66eeea0c8011ccfe7609f074e1da86721d37822be2aa927514b38e62ec68ba435e54b02b9fc679de95645387c1006ff69d2ad5bdbf90d36a34127ba392debc72
6
+ metadata.gz: 17ed3b6283bacdbe6682ce1ad8f81337099d5a28b330344b2a6598856b9096bcfb70f27fb89eba2e9973b42d6912f2b52d2c117f343c8888c90e5ffd0f45e21f
7
+ data.tar.gz: 57e97bf974bedc651d22aad08e2a26e104f16558bfdf8039f6e4c85de87d7325439ff7ac1724cf8a46d576a9241b5a7365f6b90b82310aff7a1e473233349a4d
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.2.1"
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.1"
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.1
4
+ version: 4.2.2
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio