tailwindcss-ruby 4.0.0.alpha.27-arm64-darwin → 4.0.0.alpha.28-arm64-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: a7286090e09fc32dc1306ce4440fb60e449b6a9353ff09a26aef3f073503b630
4
- data.tar.gz: 663c03b6c8dd054c64dedbdc102c0bd4888865674a628e84245287543ca8aed0
3
+ metadata.gz: 56147202cb1e8f43b13dfda70cde3636958cddd0b3eea585270af440efa9a518
4
+ data.tar.gz: 1aff1a0b1ba91b6cc24249490deade080dea15bcd3dd78cbe8d478c3106f9386
5
5
  SHA512:
6
- metadata.gz: a7f0dfdde198258c6fcf6c1ec9a6e037430d9f6d18cb37b3f598b7cbba3202650b4c92a68ec0ac207d20edf04fbe53bd6e4dd90a04a05ba8ce9ce71c9a5e75b4
7
- data.tar.gz: f8516d1564613ad01e364ff98e9319caa2359208cbe65fe459bf73f69dd8a8031673d41fffcbfd1761bf8b77ff557a102b509b14b64ad1e755f06caeaf2a8b94
6
+ metadata.gz: bb050d26c5b4f3e7fee49a36ec28f02ee726a94dfdf07411095f39bf8ab3493b35926ededcc289cb9ec4cedc2b5a2817f0ada311522a8fb40a4de3f3f610fead
7
+ data.tar.gz: e05c2b4e7f8066b2f30698c3bd05a529c0d75286d13ef188e0940d3f99fc7b8b1577ba9cce22d70f8fe877e212d668a9b84d24f991fffa51016c2f56a06dedc7
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-alpha.27"
4
+ VERSION = "v4.0.0-alpha.28"
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.alpha.27"
5
+ VERSION = "4.0.0.alpha.28"
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.alpha.27
4
+ version: 4.0.0.alpha.28
5
5
  platform: arm64-darwin
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-10-15 00:00:00.000000000 Z
12
+ date: 2024-10-18 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.