tailwindcss-rails 2.0.24-x86_64-darwin → 2.0.25-x86_64-darwin
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 +4 -4
- data/lib/install/tailwind.config.js +2 -0
- data/lib/tailwindcss/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cd57d1ab8b376187b36e056ea12dde22f0022ec517687737994e2c0beb1f6eb
|
4
|
+
data.tar.gz: 6b51c06a70353c69b1fd03c59d55991565e6b4c94524abaca9cb4235af505414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d77d94244335136bc1892780df422e6a0d2e3b6a07595289a084ade069db9b0ad7d0f20a120a3fe08a96a5de453abb345f939cf991f5f3bb0eab6ae8a7bac77f
|
7
|
+
data.tar.gz: 15bcdf739b85af43acc4bde2d390a8f47b9499000fb2dca188b048a4bba70863d79e64ba3f935ba5bcfe2e43f794b0ad0ab16131483952f5d4aaa44e0e4305d6
|
data/lib/tailwindcss/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.25
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -24,6 +24,7 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 6.0.0
|
27
|
+
force_ruby_platform: false
|
27
28
|
description:
|
28
29
|
email: david@loudthinking.com
|
29
30
|
executables:
|
@@ -100,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
101
|
- !ruby/object:Gem::Version
|
101
102
|
version: '0'
|
102
103
|
requirements: []
|
103
|
-
rubygems_version: 3.4.
|
104
|
+
rubygems_version: 3.4.6
|
104
105
|
signing_key:
|
105
106
|
specification_version: 4
|
106
107
|
summary: Integrate Tailwind CSS with the asset pipeline in Rails.
|