tailwindcss-rails 4.0.0.rc4 → 4.0.0.rc5

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: 12604797b6ffc0e9448b859c4b25511065fc86dd28c1479d9a48186ac7b2cfd1
4
- data.tar.gz: b908633069e894863319afa7f3ea64737e47e906d17f257e02763548cca1d2c4
3
+ metadata.gz: feb54fa67b693a510af105af631562dcff146ff61cf473b5f589d3de7a1b3b93
4
+ data.tar.gz: fb4e6ed2484ef0c0940a93bbec16754f560e84491b06aaf65fa4c08fd30802cf
5
5
  SHA512:
6
- metadata.gz: f95003629c04627ceef411f2def2cb09d4a7f3d9452d5be2ed1871d8912f7ceb16a3db49948f444e5c2d67d1cf8dac3ccca17425eb7b15b2cd2395acd4ab61ce
7
- data.tar.gz: c2f5deca8a2eb716ed9d006d318268640e5f83894302111eeb648afdd861834ad732dfc387ad0985eabecf4570b35f68e8b77871399c8fb293da499861e7e533
6
+ metadata.gz: 52381d2049c6af62bfdd11e2b9d06639e0c220e5e898bf3c374d03caf37bac6438bbc36bd3235f24a6e6e7621a921c97626bb5f69a230441cf3e316a2f58adb8
7
+ data.tar.gz: faef12c4ac6646a902bdd7327de45079d7541454a55a3f55e737c66c6d34b2d2ac0057d8274b394116378551cd5cad399d4b4a8bb20db1ec880c9d5f6bb2f3cf
@@ -3,6 +3,8 @@ require "rails/generators/erb/authentication/authentication_generator"
3
3
  module Tailwindcss
4
4
  module Generators
5
5
  class AuthenticationGenerator < Erb::Generators::AuthenticationGenerator
6
+ hide!
7
+
6
8
  source_root File.expand_path("templates", __dir__)
7
9
  end
8
10
  end
@@ -14,7 +14,7 @@ module Tailwindcss
14
14
 
15
15
  command << "--minify" unless (debug || rails_css_compressor?)
16
16
 
17
- postcss_path = rails_root.join("config/postcss.config.js")
17
+ postcss_path = rails_root.join("postcss.config.js")
18
18
  command += ["--postcss", postcss_path.to_s] if File.exist?(postcss_path)
19
19
 
20
20
  command
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "4.0.0.rc4"
2
+ VERSION = "4.0.0.rc5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.rc4
4
+ version: 4.0.0.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-01-27 00:00:00.000000000 Z
11
+ date: 2025-01-29 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: railties
@@ -37,6 +38,7 @@ dependencies:
37
38
  - - "~>"
38
39
  - !ruby/object:Gem::Version
39
40
  version: '4.0'
41
+ description:
40
42
  email: david@loudthinking.com
41
43
  executables: []
42
44
  extensions: []
@@ -84,6 +86,7 @@ licenses:
84
86
  metadata:
85
87
  homepage_uri: https://github.com/rails/tailwindcss-rails
86
88
  rubygems_mfa_required: 'true'
89
+ post_install_message:
87
90
  rdoc_options: []
88
91
  require_paths:
89
92
  - lib
@@ -98,7 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
101
  - !ruby/object:Gem::Version
99
102
  version: 3.2.0
100
103
  requirements: []
101
- rubygems_version: 3.6.2
104
+ rubygems_version: 3.5.22
105
+ signing_key:
102
106
  specification_version: 4
103
107
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.
104
108
  test_files: []