tailwindcss-ruby 4.0.0.beta.9-aarch64-linux-musl → 4.0.1-aarch64-linux-musl

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: 98c9c81c28f69608ed2468286d113d3bdece86f2e9fd597fa3d8effcfd40eb0d
4
- data.tar.gz: f1b13913307a07de93e416256ee634561865813d322789d4f333c88ce62b2b1e
3
+ metadata.gz: 5f096616b52f2f391351b50f92d71d262a5429d5acbd04c329b484954ec39946
4
+ data.tar.gz: 06d039ab534023fa42bcf0c8c2b30747ce96e4b7c30671523f8b5d07047d9031
5
5
  SHA512:
6
- metadata.gz: 2914e0fe5d686992ccb060e12474e6c1a576c39438b2a2fe5af120aa5e9e04e4eb4ba986f4e06ab7762224275335b5cc5b7174e661bffaa39280b0bc49f9215d
7
- data.tar.gz: a84f84e34f27cc6c4cc11d3e0dbaa7900dc6eecd722b721b2313b903113b3ba9dd9701693e4f30bfbd6df33f9eb5ce150a18283297e970f9a052127a7bf99fd8
6
+ metadata.gz: 827f14bef6cf0feda4136973afa27997551cdcca25d352f931b8c8fcfd2e8bd96b12ebbeb657ce64dda6a8d137517bfee5732e25b56fddeac5b7cb6f1404e1f6
7
+ data.tar.gz: 3ed0e31db5f08f9e81e90bf773c12564343169d1f8e353e00e6dfdff83d4f959838b0a109ff516bc2fdc91ad12de4224486f9f7a846584db7d264355d6c8a20c
data/README.md CHANGED
@@ -5,9 +5,23 @@ A self-contained `tailwindcss` executable, wrapped up in a ruby gem. That's it.
5
5
  If you're looking to leverage tailwindcss in your Rails project, please see https://github.com/rails/tailwindcss-rails for integration that is supported by the Rails team.
6
6
 
7
7
 
8
+ ## ⚠ Upgrade note ⚠
9
+
10
+ To upgrade an existing application from v3 to v4, I strongly urge you to read the upstream upgrade guide: https://tailwindcss.com/docs/upgrade-guide.
11
+
12
+ For Rails users, if you want to upgrade you may want to check out [TailwindCSS v4 - upgrade experience report · rails/tailwindcss-rails · Discussion #450](https://github.com/rails/tailwindcss-rails/discussions/450).
13
+
14
+ In any case, if you're not ready to upgrade to v4, then pin your project to the 3.x releases:
15
+
16
+ ```ruby
17
+ # If you're not ready to upgrade yet!
18
+ gem "tailwindcss-ruby", "~> 3.4"
19
+ ```
20
+
21
+
8
22
  ## Installation
9
23
 
10
- This gem wraps [the standalone executable version](https://tailwindcss.com/blog/standalone-cli) of the Tailwind CSS v3 framework. These executables are platform specific, so there are actually separate underlying gems per platform, but the correct gem will automatically be picked for your platform.
24
+ This gem wraps [the standalone executable version](https://tailwindcss.com/blog/standalone-cli) of the Tailwind CSS v4 framework. These executables are platform specific, so there are actually separate underlying gems per platform, but the correct gem will automatically be picked for your platform.
11
25
 
12
26
  Supported platforms are:
13
27
 
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.9"
4
+ VERSION = "v4.0.1"
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.0.beta.9"
5
+ VERSION = "4.0.1"
6
6
  end
7
7
  end
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.9
4
+ version: 4.0.1
5
5
  platform: aarch64-linux-musl
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-10 00:00:00.000000000 Z
12
+ date: 2025-01-29 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.6.2
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: []