tailwindcss-ruby 4.0.0.beta.9-arm64-darwin → 4.0.0.beta.10-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/arm64-darwin/tailwindcss +0 -0
- data/lib/tailwindcss/ruby/upstream.rb +1 -1
- data/lib/tailwindcss/ruby/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b74d50a113bab897da15991047312106e069540c85cc661c214ccf6bed9ff304
|
4
|
+
data.tar.gz: cbbdd5222da5e680d57fdfe8c0fa61677974a25f9e34313f31554a38f1a23a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba7d8c59ee1522a92eacc32a6a93a22c60a553a164f6ed7f286309d0f45ede607f4534acc0659af89ad9a250aa536045cc08b7a8ad90a2e82f94cd65e713e74c
|
7
|
+
data.tar.gz: faac1f642857063d31f40731236383ba37a1f5616b4143deb876428306935cca80ddd5471c1ab5e9ca92e29977ee680af79fdf84c74b91bf53ab252c1eba1f9f
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.beta.
|
4
|
+
version: 4.0.0.beta.10
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
8
8
|
- David Heinemeier Hansson
|
9
|
+
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
12
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
12
13
|
dependencies: []
|
13
14
|
description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
|
14
15
|
That's it. Nothing else.
|
@@ -35,6 +36,7 @@ metadata:
|
|
35
36
|
source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
|
36
37
|
changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
|
37
38
|
rubygems_mfa_required: 'true'
|
39
|
+
post_install_message:
|
38
40
|
rdoc_options: []
|
39
41
|
require_paths:
|
40
42
|
- lib
|
@@ -49,7 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
51
|
- !ruby/object:Gem::Version
|
50
52
|
version: '0'
|
51
53
|
requirements: []
|
52
|
-
rubygems_version: 3.
|
54
|
+
rubygems_version: 3.5.22
|
55
|
+
signing_key:
|
53
56
|
specification_version: 4
|
54
57
|
summary: A self-contained `tailwindcss` executable.
|
55
58
|
test_files: []
|