tailwindcss-ruby 4.0.14-x86_64-linux-gnu → 4.0.16-x86_64-linux-gnu

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: 3324db7533599258cd3be8a994123dacf9a2685dd24ac9efed6d4fcd38398020
4
- data.tar.gz: 83d38d51b885951a7c751e3536304322acb166ec0be690051a3970248be00a88
3
+ metadata.gz: '09d487d6129a1deefd39cb73969db3838c8327e9c2fde570f67772068ba9f9da'
4
+ data.tar.gz: e669f4bed87d06976fa63bc84f25659ae5e51dedaadd67ff7009276db441de72
5
5
  SHA512:
6
- metadata.gz: 0216b1c8b2f5a22ea4eff0a45a39ce51bf0985b41cbeee0ccd6e72156fb4a5862cca6150247348bdbe81c00abea4aa6a4ae15cfce764050a86071a3a3da32e8a
7
- data.tar.gz: 17157af01d575376a655991876785b8b31a040be0611dcfde3caf68f633da8a422a51b7e23abe04ee5fbd1a1fa9a2f1cb462e9246f4bb660175e57d6641e2ef8
6
+ metadata.gz: 17dceef31d70610f9573f227fd74f7f5ab9a3eaeff37b4fc2bad4979f5866914079522450a807d2b4f13ca0237256221805c1dbccdee9988c7f7b5ad5e0ba252
7
+ data.tar.gz: 288704a49e13731d1d12d610431b670908ed01c2b4d42b150b03b7ba4289079dd0316b01fce55e6ce7041a161f9bce2390da60e839c1d4b3a06fe3faa1c4555a
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
 
Binary file
@@ -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: x86_64-linux-gnu
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.