tailwindcss-ruby 4.0.0.beta.2-x86_64-linux → 4.0.0.beta.4-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: fc28d886980a04c6c1631c9f17c952e62d1a69f39cc6a60a20d67dac42bc480f
4
- data.tar.gz: c06996f64d7928d0c39aa61f11b27778bf8b97a075a8bd5c93a1b1dbdeaf1a21
3
+ metadata.gz: 9b8338bb9c20a2e30843ddc95dae96f62a42cd502ce4427d3fb4cc090065a38c
4
+ data.tar.gz: 78cfc58483a826661fa42e2b1a3a80ecea75350b8626058353a655f61451f845
5
5
  SHA512:
6
- metadata.gz: 066337edae632b2a1fee2f3eed36ffd2618edebe7a9ed51eea66a90d9c4be80399144446a5a2d6a871ac537b27c9369058cce621e72fe6af6920d69783de46fe
7
- data.tar.gz: 2fbc5c94963ab80b622e433871a4c2eb79e2fe036483d5ef3dbf6b0d061342ee943f9593250daafd9654ea18899c3760eb55f84064a952e90e9bf0a84cdb8a4e
6
+ metadata.gz: 4bb03dc11408c720c888cc4852cdd4282db0a67bfed889b7fd02cf45d84c9021aa8081d3bb27531924300c86361e2547f6e91349df7e23b17b2e60186829b194
7
+ data.tar.gz: dc790958fedad7b290f93ff43787b4ccba4c108b4ca1b39ec5268e0be008e60956440cfa00e5f12bede54da263674c047ad0686d4e6211fa43675f06139f1c95
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: 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-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.