tailwindcss-ruby 4.0.0.beta.9-x64-mingw32 → 4.0.0-x64-mingw32

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: 91e1fc53a12765e6fd62c88b5100f6d3c4e41bbd8a667aa689f26b0ca2d4bc6c
4
- data.tar.gz: 87545eedd766a1e85145a20d726a2da607292f46d40d5e6d2cce3d6c06a13b1d
3
+ metadata.gz: 32381124d0e98e5a244093b86a04e12747161d9180775bf5ea94691c533b1e85
4
+ data.tar.gz: 2cf509026063f99b6d2e1aff67a6ed0267908eca2b834283ad850964ab2f3da2
5
5
  SHA512:
6
- metadata.gz: eafc1bfc5424b3f56a69c214b0b746d1e58919bea9ea85d51d842a0417c06affb3a117b777fe2e510189527d4310c0ec53623062a17e8af764bd95200d728e8b
7
- data.tar.gz: 1f342e6b7babaed097be4eb2de6597d70eb5ca0741f3f430d9b993df89604cc7b768bc025167254f269ddc61f9ab453d9f051f1591709b25368a87f50ec3111d
6
+ metadata.gz: '08ff145fe46e259205e14230b58a8e2240a00b795e75b4cbc5a4c91c96017baab95fa2386760f2c8dd8b43c5dfd5bdeacefa7480f7ed77a71b911b2908e75ba9'
7
+ data.tar.gz: 1b84f7865c013b4f3ea8f26e83678952811b1fc1264d6c85240e816c8e54f35c8d864615fb1fad6a58cb056faea57c51482189e8c2bc1787203ab4a4c11629d9
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-mingw32
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.