tailwindcss-ruby 4.0.0.beta.6-aarch64-linux → 4.0.0.beta.8-aarch64-linux

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: 618a1ab02102a4a855ec81cfb9efa45f7a6cb4e858b389882d0602ecbef7a6f1
4
- data.tar.gz: 1990f12bfe6450a3bf1aabe5cb17ff7a5ac7c40fdabd18d1a01adaa4566dbaf2
3
+ metadata.gz: 2044fe3a0e4a370104a7ffc15b271bdc3ee92aa547139dd5fef40e30353c81e0
4
+ data.tar.gz: 203df5b0ab1ca067b5b359088b76632955c014330ed0d41b865058febded6b2b
5
5
  SHA512:
6
- metadata.gz: 9322b8508cbd7174739dec4972879cac8ca8809299e7feaf898318925f3b2222025a03da58a65df4c88e36e9191610fd7e3a047a3ef09cb14d2544f70d0312c5
7
- data.tar.gz: 1bcbdf7a65e94a9a25c71307ad8dceae7051ac5c1a56f11df60ba6bac99a8f2864e86f23d345efcd80f8d970f3808ba44e14e79b5796d9fc88882ceafa698648
6
+ metadata.gz: eeb1de52263bafdd7d835e3611a059c1801299935d3a2dc5ef609eda523a6d1b889dac427c5d8283d007ba4ff241fab4bca8e3e6b2c7bd01b67a9d26ed1c4b66
7
+ data.tar.gz: f1eb30d78369af6f38d6ec4e6deb522fdeea91dcd2e0f3f4c98a2878a87db4049c5b9c3435a8cf350d9a057798af684b5ec2ab3efa8b4ebbedd6347a6a8723a2
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.6"
4
+ VERSION = "v4.0.0-beta.8"
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.6"
5
+ VERSION = "4.0.0.beta.8"
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.6
4
+ version: 4.0.0.beta.8
5
5
  platform: aarch64-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-12-07 00:00:00.000000000 Z
12
+ date: 2024-12-17 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.
@@ -47,11 +47,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  version: 3.0.0
48
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
- - - ">="
50
+ - - ">"
51
51
  - !ruby/object:Gem::Version
52
- version: '0'
52
+ version: 1.3.1
53
53
  requirements: []
54
- rubygems_version: 3.5.22
54
+ rubygems_version: 3.3.22
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: A self-contained `tailwindcss` executable.