tailwindcss-rails 4.3.0.rc2 → 4.3.0

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: e4349466378ac069e68a603d05be8858c4d43e6f9ea163282c5f3c61ae7102e5
4
- data.tar.gz: 9534f15e382f31f110cf55c14765173651cc9e9274c9d4b8e3393f21a9858029
3
+ metadata.gz: 2520a011b4bef6255ee93a06b90ca76482ac3cf38236f6031226336033794220
4
+ data.tar.gz: 89df63d397c8ebaf774129cc9cda90291d1cff0f7bcc29ff55230925c697f7aa
5
5
  SHA512:
6
- metadata.gz: 66c2804f1ea83bbf15dbffd25898955b529acca26c8bc6d7a96c7cdec091bd3a2e966c4fc5cc7892b71eac6ab20498250112c49d360b79bfc733388b1597e060
7
- data.tar.gz: c185d112a3e0c38ce346749eb9f98ba9660910b229719eca56d537e2d50c9c90a103d80315ba65554d41bbc1cb342810090a252dc7c8ffd93d38a2276bd0624a
6
+ metadata.gz: fff813245fc1a40d53f4a14e264dbd50a7c6312be4507e60d334d8da8da38e3f67bdf258a642db045e56847bd71cb114680b81bf3925995ae03157db51e36f53
7
+ data.tar.gz: 750be07cbd111aae1c7f2746f58c3b3ec9db86812eb06099130e279bd10f92897e201caed26c44597280d9c64942465f7822f56897fbe2bcc3235b2a82a04369
@@ -4,7 +4,7 @@ module TestUnit # :nodoc:
4
4
  module Generators # :nodoc:
5
5
  class ScaffoldGenerator < Base # :nodoc:
6
6
  def fix_system_test
7
- if turbo_defined?
7
+ if turbo_defined? && options[:system_tests]
8
8
  gsub_file File.join("test/system", class_path, "#{file_name.pluralize}_test.rb"),
9
9
  /(click_on.*Destroy this.*)$/,
10
10
  "accept_confirm { \\1 }"
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "4.3.0.rc2"
2
+ VERSION = "4.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0.rc2
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: 3.2.0
113
113
  requirements: []
114
- rubygems_version: 3.6.8
114
+ rubygems_version: 3.6.7
115
115
  specification_version: 4
116
116
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.
117
117
  test_files: []