ui_components 0.1.2 → 0.1.3
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/tasks/ui_components_tasks.rake +3 -3
- data/lib/ui_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b96bd5de83673b9e2d9a4815eb1f321b0d2ab74aea4c8ea462f666b0f3dcce0f
|
4
|
+
data.tar.gz: f7e7a4b4f848f9f98919554e1909754cd8c16a79ce7ce23a097d6438f633de98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87c23147d31e902a3c7a43373ca233863964b36d65ef9d51cd625698fda35538942c5f176731739f2690b1273847a446dbc41d66e76651834274806a543b10ca
|
7
|
+
data.tar.gz: fd613d1bfe9fc1da03f0dec97f3b4c5e065a97dfe277a4bd24168b913471710c398adc27fbcc5a1c8dbb61dbd2ea8266d9c91e30295743eda92b61eb605963e8
|
@@ -18,9 +18,9 @@ namespace :ui_components do
|
|
18
18
|
# Creating mandatory tailwindcss classes
|
19
19
|
UiComponents::Config.safelist!
|
20
20
|
|
21
|
-
# Inject data into .gitignore file
|
22
|
-
UiComponents::Config.inject_into_file(file_path: Rails.root.join(".gitignore"),
|
23
|
-
|
21
|
+
# Inject data into .gitignore file **tailwindcss v4.1.3 does not read ignored files**
|
22
|
+
# UiComponents::Config.inject_into_file(file_path: Rails.root.join(".gitignore"),
|
23
|
+
# file_data: "safelist.txt")
|
24
24
|
|
25
25
|
# Add engine for routes.rb
|
26
26
|
UiComponents::Config.inject_into_routes(file_path: Rails.root.join("config/routes.rb"),
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ui_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jannilsonn
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-04-
|
10
|
+
date: 2025-04-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|