tailwindcss-ruby 4.0.0.beta.9-x64-mingw-ucrt → 4.0.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: 10111821ae0ed778cf5fa8c4ea463b86556b87c96ee8624f0800eae242668a6f
4
- data.tar.gz: 738cbafdff813abf33dda8ca488688171179f411893fdd0d164624905e15aa8d
3
+ metadata.gz: 2ab907db125f5e74c34745326791720962fe6f304d828a7b4ae0a35e2c7b73bf
4
+ data.tar.gz: e6a79d4ecff7300451361fe946a02bb4334d75d023dcb996999bebc8aa725c40
5
5
  SHA512:
6
- metadata.gz: 5444eaf526cb96a37a31a31507507f15f6482563503312dec4767643187e11283065ffeab378d106fc111f9accd2f3dad7ed80885b5138079216cb1f1045e8e5
7
- data.tar.gz: 6e6924e33f1895d04f61a8a142290f1d482946c1f50ba8ab04144880b90547a06c3b75ec27a80913f3b8243bc418493ba123546f7c33a28532d5963c6aad123c
6
+ metadata.gz: 9118f0a43b1c25cb9d4c49c23f98ff1a27a06303167e887f3fbcb60ec0d140ae14f455e8255090cc31065385e256ebffec59bcf7a7f6f62df0971ea913fafbee
7
+ data.tar.gz: 723078785db558baba5cb7745c8e95ecec75c483e85580799554ee39f45f666214eb8f75d54680cae738288ae5f8c768e249766832a2d011cf98f57caf6f1eac
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.9"
4
+ VERSION = "v4.0.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.0.0.beta.9"
5
+ VERSION = "4.0.0"
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.0.beta.9
4
+ version: 4.0.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-10 00:00:00.000000000 Z
11
+ date: 2025-01-23 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.