tailwindcss-ruby 4.0.0.beta.6-x64-mingw-ucrt → 4.0.0.beta.8-x64-mingw-ucrt

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: be77e4df766bc8cab74ed209fce9f7480951e0ea21c0df7176441d9f6656a3ab
4
- data.tar.gz: f22a5b2ce6c071c4ff1decdeca43756c98c33f9ffb6a8375f33bad23b135d0d8
3
+ metadata.gz: 6d0b81c55d9181e5ceb7b89b27dd0d3b8ce11368b344d497a05e4dd9f7c9d1ca
4
+ data.tar.gz: 2bbef0a53a2902d245fb77b6e59c9a66279cc97ca81b9fb93910636e6deb456c
5
5
  SHA512:
6
- metadata.gz: 8514b1ffc32ab496562a8778e10e57bfe46e71b93866b3601bc2ebda0bffcce3c554562a8fcf0156c2f0a61ddee789cb6f5e41e6dd5f635fdd2acfbc90d2c7ae
7
- data.tar.gz: bbcf55d7e751e738f97e66fb5959f173c082f3f9d566268fa3b261893e48cf2862384f441da6cc9eed4c56933a2d66cb6d0500292dfebcafb7d1d6640e63eb27
6
+ metadata.gz: aae92686af61c6f1a36bae0a55ea765bf65d6e6f8204a414690f949ed819a2ff28c88e2be61503e1ac53bc0ccce3b61f3a5d8472bb0549beac2e5ca633cb7cdb
7
+ data.tar.gz: fd7c7c0217915de9ad012c4d2d0faa288ef428c1f78a50c3cec4c67dd9ccf545d90490c0a42972f0a01f48d109e3891997971d9aa74c8f7353508f5e7ba8eabc
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: x64-mingw-ucrt
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.