tailwindcss-rails-alt 2.0.18-x64-mingw32 → 2.0.19-x64-mingw32
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: 6f6bd059e748e87fa47a5149b6de7f4261a2f672bfba9faa57d693932c81b516
|
4
|
+
data.tar.gz: 4a940a86c1e24f28b8a6df005f717ca6cedfce9ed07f9b1d042b0d75982978d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aae3d5d3263e87d60433821d0c374518972235563362bfcd7e167a4a62e0ba9064ee316684122f60d128c22adece6788964708e59d3653cff814b68a19d8d565
|
7
|
+
data.tar.gz: bf616aee1d78f115594c0477296aa621dac612079c2b0427c5b26957030899d63d87a67f67cff102770d6f1fe4491524d63666f3109adf84fa05d7dd9e49d12a
|
data/lib/tailwindcss/version.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tailwindcss-rails-alt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.19
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
@@ -71,7 +71,7 @@ files:
|
|
71
71
|
- lib/install/dev
|
72
72
|
- lib/install/tailwind.config.js
|
73
73
|
- lib/install/tailwindcss.rb
|
74
|
-
- lib/tailwindcss-rails.rb
|
74
|
+
- lib/tailwindcss-rails-alt.rb
|
75
75
|
- lib/tailwindcss/commands.rb
|
76
76
|
- lib/tailwindcss/engine.rb
|
77
77
|
- lib/tailwindcss/upstream.rb
|
@@ -103,5 +103,6 @@ requirements: []
|
|
103
103
|
rubygems_version: 3.2.32
|
104
104
|
signing_key:
|
105
105
|
specification_version: 4
|
106
|
-
summary: Integrate Tailwind CSS with the asset pipeline in Rails.
|
106
|
+
summary: Integrate Tailwind CSS with the asset pipeline in Rails. This gem was created
|
107
|
+
to test a new feature in the original gem
|
107
108
|
test_files: []
|