tailwindcss-ruby 4.0.0.beta.2-x64-mingw32 → 4.0.0.beta.4-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: dc2ce8a15d665ed0057e91af1c7307181d9f4a00a29b545ee502d7693947eaa6
4
- data.tar.gz: da220673104fd945fa097abfc31bb65136930a4dc046ee77867de11c80fcdcdf
3
+ metadata.gz: 138bc179eb6e8ecc58fbf46e17b6df5078c61d9cc0eb1795e740cd8e646d5b5f
4
+ data.tar.gz: 9fdd7757de0d9a8cfb67611b8dc818aec86b49c14fd9125dde9c687c9ea856e2
5
5
  SHA512:
6
- metadata.gz: 0ad6642a4cb86b388e7f94e79f042a7f0911edcf1f585f6d41d88e659e2b2c5424a5f84133d2102800c502f9975604335c05332931a9f73efdc50fa1098d7ca0
7
- data.tar.gz: 5583cd455dc2e2bd11a75d2b5b7c99e78a94e9a9a08c8ef1dae31f9f137b338167bacc1d8faeee2cfbd1446a7b4eb328655d7ca62ca927a8775c12c2f9fe909b
6
+ metadata.gz: 176821ffef57a8f5eadc3097fecb7256220e9751c3bd8a6f4e96fd1802aab00eb25113a40284c84dcdb77050e701a99dd81accab5212c9e4974c52bcdbed5afd
7
+ data.tar.gz: d45cd92fd1ab26e3089981845af057554bdebf21954a69924e0a05cdd7cb465517ca202f08361b3eacccca1fcdac59c322c2c82c08877c53d9d0688288c11983
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.2"
4
+ VERSION = "v4.0.0-beta.4"
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.2"
5
+ VERSION = "4.0.0.beta.4"
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.0.beta.2
4
+ version: 4.0.0.beta.4
5
5
  platform: x64-mingw32
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: 2024-11-22 00:00:00.000000000 Z
12
+ date: 2024-11-29 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.