tailwindcss-ruby 4.0.0-x64-mingw-ucrt → 4.0.1-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ab907db125f5e74c34745326791720962fe6f304d828a7b4ae0a35e2c7b73bf
4
- data.tar.gz: e6a79d4ecff7300451361fe946a02bb4334d75d023dcb996999bebc8aa725c40
3
+ metadata.gz: 13df1037ec5dc689cf4892fe3e3e2d2f0e735247a1224f97b7cd640b19256fd6
4
+ data.tar.gz: f2830575e0ad06c8c833af62f37ff0c139df0db3016dde737ddfa191406d6015
5
5
  SHA512:
6
- metadata.gz: 9118f0a43b1c25cb9d4c49c23f98ff1a27a06303167e887f3fbcb60ec0d140ae14f455e8255090cc31065385e256ebffec59bcf7a7f6f62df0971ea913fafbee
7
- data.tar.gz: 723078785db558baba5cb7745c8e95ecec75c483e85580799554ee39f45f666214eb8f75d54680cae738288ae5f8c768e249766832a2d011cf98f57caf6f1eac
6
+ metadata.gz: c0f0dfe5bd0a15349916685572a97ced532b7ae7abb46a17e6cb009b6f1cdaa0e6269564b1abdc44feb9a353f0498713b8182139ab9c2eb662b40096ebd94642
7
+ data.tar.gz: 212f9fec9b9bc2cb5892650a57cc425bdb3b357d30b13c74ab4c1c9bad7348506fabf630654dafb08e35c7102d78a6651bdbde7be566cb3e4f2972cc44950b9d
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"
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"
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
4
+ version: 4.0.1
5
5
  platform: x64-mingw-ucrt
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-23 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: []