daisyui_on_phlex 0.4.0 → 0.5.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: 1e9055e975f76616e36477a2ea3059883373a49075d372ad51f60558736f6314
4
- data.tar.gz: d7db288599b6b4b5d3de7f177536c2aca03fee43fee2fabaf927219029c2aa00
3
+ metadata.gz: 4c06ad40c76dc297ff9797fe359b68daf27c687970c534fc806ba538f38c3250
4
+ data.tar.gz: 40be3a774c215ca0ac34e70d1cdd96295f1b2e1fe8faee5a941fec710b506ec2
5
5
  SHA512:
6
- metadata.gz: 49605f81a46a56a2f9a577bb664e3232dfd0aa4f888c5246186d356c8048a2d544d08f0a3a4f0472c6eda77fafbc6fe6def330fc2f18053f154da3e9ed3a399f
7
- data.tar.gz: 5f2c9c05cef94935aa95b7f8dab039ddf695cc917363269542b997f43c3a8d677b745d3862f5dca9edb6c27da1ed2955493bb5a7931ed9be35238689ab56bd81
6
+ metadata.gz: 7b642f267c2e92389fb1bb679bce649ce6f65f1dc987716fcda811fdae5ff01f0495dd5b3202ec4479c0369db10ad07a51df3876caae8b56e16be39001e12d9d
7
+ data.tar.gz: e933135c772eb7172321e602103fbb555cf35ae1314d05853754538eed52329cbfefc73081d208f5ea2c85648452f7f7a6272694543eb562cb6ffd1ca4a27a98
data/README.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # DaisyUI On Phlex
2
2
 
3
+ > **⚠️ WARNING: UNDER ACTIVE DEVELOPMENT ⚠️**
4
+ >
5
+ > **🚧 THIS GEM IS NOT READY FOR PRODUCTION USE 🚧**
6
+ >
7
+ > This gem is currently in heavy development and APIs may change frequently. Components, installation process, and configuration may break between versions without notice. Please DO NOT use this in production applications yet.
8
+ >
9
+ > **Current Status:**
10
+ > - ⚠️ Installation process is being refined
11
+ > - ⚠️ Components may have bugs or missing features
12
+ > - ⚠️ Documentation may be outdated
13
+ >
14
+ > **We recommend waiting!**
15
+ >
16
+ > If you want to contribute or test, please use at your own risk and expect breaking changes.
17
+
3
18
  [![Gem Version](https://badge.fury.io/rb/daisyui_on_phlex.svg)](https://badge.fury.io/rb/daisyui_on_phlex)
4
19
 
5
20
  A Ruby gem that provides [DaisyUI](https://daisyui.com) components as [Phlex](https://phlex.fun) components for Rails applications. This gem makes it easy to use DaisyUI's beautiful components in your Ruby on Rails projects with the power and simplicity of Phlex.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DaisyuiOnPhlex
4
- VERSION = "0.4.0"
4
+ VERSION = "0.5.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daisyui_on_phlex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JacobAlexander