tailwindcss-ruby 4.0.0.alpha.36-x86_64-darwin → 4.0.0.beta.1-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: 706aba25e8bea1977f6b9d490d6eb5fc27653128b4108b6e186f6a3e359a0f47
4
- data.tar.gz: 7687791c40f0679a18a27795764c4c4575651cd69e29d079da1581fef9d67997
3
+ metadata.gz: 6e5da2b8753d84c7606b5b57fc1cede44450307c3a07606ba9fae2996d7d2c81
4
+ data.tar.gz: be16682951524477e5d80e265703835aaf747741042424040da7fc6317d9bb80
5
5
  SHA512:
6
- metadata.gz: 1e292b2985031a39c850bf1e64fb2c27d908fa57dc82091e93066f76eeb1e36118f3e18e617c8e1c06099e2bece57c0b86835af812ada2f0e33f293e0e3f7c30
7
- data.tar.gz: 958ada5f9352a45781196c4f81ad93f34869b172a32fca69d5d886d384e9c6bcec8e896fe348358a8f34fc44876c0016379fd598dba51e9c73aae19f6a610a90
6
+ metadata.gz: d8207253dcaa3c09f83823743867e5516b924b9de85f8f6dea745dce031ce86b4f80983a2b22fff9c5b698f70593666e9e9e211889323a4b7574d1d373ce4542
7
+ data.tar.gz: 5571fe0e730cc7f32fdfb5ad85bc12a88b3338fafbca5d2545aaba23af3f45fb5b44b08cf3079789c8e9ab040ddbc0ab511ed9f734971fa3867e893996ff60c9
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-alpha.36"
4
+ VERSION = "v4.0.0-beta.1"
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.36"
5
+ VERSION = "4.0.0.beta.1"
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.36
4
+ version: 4.0.0.beta.1
5
5
  platform: x86_64-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-11-21 00:00:00.000000000 Z
12
+ date: 2024-11-22 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.