tailwindcss-ruby 4.0.14 → 4.0.16
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 +4 -4
- data/README.md +10 -18
- data/lib/tailwindcss/ruby/upstream.rb +1 -1
- data/lib/tailwindcss/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40c356b12b4d3569a18e8fcac0f26ba7aab985d84802e5139543b7fe93091b53
|
4
|
+
data.tar.gz: bfd4ae76df7b506bc5537587be8affcebe9497bb35b2c104561e03ceffb1e210
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96dad03bde3faa77cf7909bc370ed7f1c2896a6ce81bef86fd8c1779c06683365e165eea2896ebe6f482285b3cb214e865ca84a2b91042cdacfc5afb94659706
|
7
|
+
data.tar.gz: b278be2351a15f08db5c36b431c4bc6328223e810451c51b4272676bf6c5926a2d2836db8fb4ed149fc8e8389e8a88f961b327dfb02a7efc960bc62d87ce755e
|
data/README.md
CHANGED
@@ -93,28 +93,20 @@ $ bundle exec which tailwindcss
|
|
93
93
|
|
94
94
|
# run the actual executable through the shim
|
95
95
|
$ bundle exec tailwindcss --help
|
96
|
-
["/path/to/installs/ruby/3.
|
97
|
-
|
98
|
-
tailwindcss v3.4.3
|
96
|
+
["/path/to/installs/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/tailwindcss-ruby-4.0.12-x86_64-linux-gnu/exe/x86_64-linux-gnu/tailwindcss", "--help"]
|
97
|
+
≈ tailwindcss v4.0.12
|
99
98
|
|
100
99
|
Usage:
|
101
|
-
|
102
|
-
tailwindcss init [--full] [--postcss] [options...]
|
103
|
-
|
104
|
-
Commands:
|
105
|
-
init [options]
|
100
|
+
tailwindcss [--input input.css] [--output output.css] [--watch] [options…]
|
106
101
|
|
107
102
|
Options:
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
-c, --config Path to a custom config file
|
116
|
-
--no-autoprefixer Disable autoprefixer
|
117
|
-
-h, --help Display usage information
|
103
|
+
-i, --input ··········· Input file
|
104
|
+
-o, --output ·········· Output file [default: `-`]
|
105
|
+
-w, --watch ··········· Watch for changes and rebuild as needed
|
106
|
+
-m, --minify ·········· Optimize and minify the output
|
107
|
+
--optimize ········ Optimize the output without minifying
|
108
|
+
--cwd ············· The current working directory [default: `.`]
|
109
|
+
-h, --help ············ Display usage information
|
118
110
|
```
|
119
111
|
|
120
112
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
8
8
|
- David Heinemeier Hansson
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
|
14
14
|
That's it. Nothing else.
|