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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 120dc503191b4b508b4ef7ce75702960054a54e35da8d23e885ee76c5374f28f
4
- data.tar.gz: af4df82c998db4bf226f4225292514daa11863522d8bc7dbbd14fe1acd5aac41
3
+ metadata.gz: b96bd5de83673b9e2d9a4815eb1f321b0d2ab74aea4c8ea462f666b0f3dcce0f
4
+ data.tar.gz: f7e7a4b4f848f9f98919554e1909754cd8c16a79ce7ce23a097d6438f633de98
5
5
  SHA512:
6
- metadata.gz: 368bde69e7761b242bcd58f27976e5d43ccba197739c7f44c559bb66f2df0cfade5a542ae8768a5e8431f054ab6b53675978957d5f7ed094ecd4d80215658e32
7
- data.tar.gz: 64e902a2adab8a39438705b81c94db0c9e63031f4894eb6ff9a4b1c765353296bbe40f76585b45abf13c6ed483084f0989d230935a4119fe5eaaa9f60d661b6b
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
- file_data: "safelist.txt")
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"),
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UiComponents
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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-06 00:00:00.000000000 Z
10
+ date: 2025-04-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails