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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2520a011b4bef6255ee93a06b90ca76482ac3cf38236f6031226336033794220
|
4
|
+
data.tar.gz: 89df63d397c8ebaf774129cc9cda90291d1cff0f7bcc29ff55230925c697f7aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 }"
|
data/lib/tailwindcss/version.rb
CHANGED
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
|
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.
|
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: []
|