tailwindcss-ruby 4.0.0.alpha.36-x86_64-linux → 4.0.0.beta.1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce68be3969626a2e4a57868cacd0c8d0d3162736f6f5a488da1ca7d8949b72f4
4
- data.tar.gz: 7a9bc055e04fceb5e5a2d11c4ea9e665bc8b20b34379b765f63874229d92c251
3
+ metadata.gz: 705d1486080182808afdb32bdd192e0ff4e902eace6e8931735ae17535a608cc
4
+ data.tar.gz: 02d8bb6d20fa844a1cd9cc033e204facb2fb51c1c8cfdeccc757661334e1b6a2
5
5
  SHA512:
6
- metadata.gz: 6309754dac2961bcb4d600fbdccb4bdc491f868ed8ace2c75204a486cf9c1ad26699f95a3ea2d1f51c2234c5b89667b0e1c91c18e4fa55a2c9fa0b347e1d666e
7
- data.tar.gz: 4390c9018617b90b9558a1401caf63b71359033178bb19bd7eea69de3cc80c64804912571bc62881b40741a6b5d81e21831d1ce8e96ee80fc77aef7f48b625f5
6
+ metadata.gz: bc4cb4620691d7d2a09e586d34acbfe8888f0977ff58a1bcc4c2528d158612ef7cc557eb007f6b47d240fec7fa8e951a195adb265e11cca78866acdd645c20d1
7
+ data.tar.gz: 26d8e113fa5dfb84e3f3b97494f8208c775d84337c8beb08218cc1cadaca74ff0f6f84e867d5c120e144b1c538fd6dc36a06326f8e48d4806be3a9b42c07007b
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-linux
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.