tailwindcss-ruby 4.0.5-x86_64-darwin → 4.0.6-x86_64-darwin

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: a1359721f679268676d0d418c4f3d227ae971608382146d8b59317fa466d93d7
4
- data.tar.gz: 7a6357c32ab5e7ea8342b03418930c23ef980513f3ed28316378a5b96918a9f5
3
+ metadata.gz: '030844ee8240d7bb199563bf1c2a8ef35b8982c423ed3ac47de418dd1f1eb616'
4
+ data.tar.gz: 6257bbb6e4065cc68cf1f858f5303d24bca7859a0cf17ec88adec6a1bfa32feb
5
5
  SHA512:
6
- metadata.gz: 54941ff33ff2eae20993ba9911a4fa78ae64b94db7212292637579f4043e822248b3fe2b782c1ac54809941f9ae830226e63d60fefc1364a0c25e7f5c9380795
7
- data.tar.gz: a7043ccff0fd31424cfcdc32cda9aac9c3776bbc347b519d2535739d3ed6a94fbb118ead595919c38227ff88aba3254b9aad0bdf498375014a615b7117be0789
6
+ metadata.gz: e0eea46973bd30df6cefa74a404fe668918a77ae094926f3bec44533d5783bb1d4c3832ec8e753c130e13a357cc8561c76c33eb6e38858d3968e2c0c2e313f66
7
+ data.tar.gz: 9ea1b589c900649d258e0c4544c514835023123ec1b5a9c748c7a6379198b01884a8bc3675559d33bef28dc5ec9ebbad528149f0580a5139fb4f2f7a7d2325a6
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.5"
4
+ VERSION = "v4.0.6"
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.5"
5
+ VERSION = "4.0.6"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.