tailwindcss-ruby 4.0.0.beta.9-aarch64-linux-gnu → 4.0.0.beta.10-aarch64-linux-gnu
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/aarch64-linux-gnu/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: 8ffdabdc725075d1cfba80952ee6d5389780225c8a765f831c93abab74a375d8
|
4
|
+
data.tar.gz: 423cdc4ee106a8ebcf526d02a8f5619ed3b7abea52a9c5ee3c65f3acf54514ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abdd0f9a257fb1ef108c469f85e23ec57c8526bee5980d09954ccd5a17fbda739d07a6dfa0e14f3cd1c15f229992515f9e3f7e19880c63adf7610e6eef20b9c1
|
7
|
+
data.tar.gz: 25f7d6ede66f6611870506f3eca9c81ec4a33745718340059f4407801d70ce593e6cbac965704a097a275e7b4c967f8c1fda0c873813a580757775ef081d9979
|
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: aarch64-linux-gnu
|
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: []
|