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