daisyui_on_phlex 0.4.0 → 0.5.1

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: 001e552b0a8e87668046625290e6d442343c8c3d125727e76dcae1875cb3a68d
4
+ data.tar.gz: 5bd9679a9fce1dc05caf55c64a3fb1b32ce5ca389bc55c6e91aea5d94aae0346
5
5
  SHA512:
6
- metadata.gz: 49605f81a46a56a2f9a577bb664e3232dfd0aa4f888c5246186d356c8048a2d544d08f0a3a4f0472c6eda77fafbc6fe6def330fc2f18053f154da3e9ed3a399f
7
- data.tar.gz: 5f2c9c05cef94935aa95b7f8dab039ddf695cc917363269542b997f43c3a8d677b745d3862f5dca9edb6c27da1ed2955493bb5a7931ed9be35238689ab56bd81
6
+ metadata.gz: c1940399c9cb531092396f5df5fa5289de25aab5e1cde9001c2a9c93484283670983ec71b961b0541e088f8ba94dc0b33be560180152365bdef00364e4cc35df
7
+ data.tar.gz: 8819ba747f86f9fdb429097311b1eb5ce7e861198c43e68ffe3a2745d9d49df489a1fe5cfc8091d1003a9a8f7c9f8be0053bbbac9ed9b52f390d8810681c848b
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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JacobAlexander