tailwindcss-ruby 4.0.1-aarch64-linux-musl → 4.0.2-aarch64-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: 5f096616b52f2f391351b50f92d71d262a5429d5acbd04c329b484954ec39946
4
- data.tar.gz: 06d039ab534023fa42bcf0c8c2b30747ce96e4b7c30671523f8b5d07047d9031
3
+ metadata.gz: 974385184cf389c53afcc338180e5996015f471c5ea49c025f168dc73d62e956
4
+ data.tar.gz: 15b877303bfd12ae06a7d4520b6bcea89bbfb9b1b578d8d246c2ee820f7ad676
5
5
  SHA512:
6
- metadata.gz: 827f14bef6cf0feda4136973afa27997551cdcca25d352f931b8c8fcfd2e8bd96b12ebbeb657ce64dda6a8d137517bfee5732e25b56fddeac5b7cb6f1404e1f6
7
- data.tar.gz: 3ed0e31db5f08f9e81e90bf773c12564343169d1f8e353e00e6dfdff83d4f959838b0a109ff516bc2fdc91ad12de4224486f9f7a846584db7d264355d6c8a20c
6
+ metadata.gz: 138cfac6d04f87ac6969c339e20050e402c3a3a0a2fef6348f6fc0ef2155684c18238d0a8b9f68f2f70dd423c278a4756b6e78f1362ff99092ef17456b5fd3a2
7
+ data.tar.gz: f7e2e131182f230305e4c3aa3b363400e47cfabda81e9c7228dac1cf06fb642c9c8bba452609ac706c156add25a0999138db4dfe7022b64ddbd78a3e87195033
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.1"
4
+ VERSION = "v4.0.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.0.1"
5
+ VERSION = "4.0.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.0.1
4
+ version: 4.0.2
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-01-29 00:00:00.000000000 Z
12
+ date: 2025-01-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
15
  That's it. Nothing else.