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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a560a31d8ae70e25c746afd49ab3dff0fde1befddb319999b6774cca373e2a0
4
- data.tar.gz: e22f34c5ed365325eb096634276b543c85e90254fd12d110016e1b09e83b6839
3
+ metadata.gz: 40c356b12b4d3569a18e8fcac0f26ba7aab985d84802e5139543b7fe93091b53
4
+ data.tar.gz: bfd4ae76df7b506bc5537587be8affcebe9497bb35b2c104561e03ceffb1e210
5
5
  SHA512:
6
- metadata.gz: cc86256737ae0292708f6fdfb1b2c54955e74c73c93908bfbc932929bdf8a946521bc88c282e69a6ff34218db68f650b728e5a853c3ae82d4ec29ce60b0a1ec8
7
- data.tar.gz: 666131edd6f76c714bfcbb7e223908abae3201f8513a9f3f130d2f5970f0bfce9683c29c8aeceefd023d11e026bb372c22d9f9163964acc3b1c1a67f08f6c90e
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.3.5/lib/ruby/gems/3.3.0/gems/tailwindcss-ruby-0.1.0-x86_64-linux/exe/x86_64-linux/tailwindcss", "--help"]
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
- tailwindcss [--input input.css] [--output output.css] [--watch] [options...]
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
- -i, --input Input file
109
- -o, --output Output file
110
- -w, --watch Watch for changes and rebuild as needed
111
- -p, --poll Use polling instead of filesystem events when watching
112
- --content Content paths to use for removing unused classes
113
- --postcss Load custom PostCSS configuration
114
- -m, --minify Minify the output
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
 
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.14"
4
+ VERSION = "v4.0.16"
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.14"
5
+ VERSION = "4.0.16"
6
6
  end
7
7
  end
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.14
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-14 00:00:00.000000000 Z
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.