daisyui_on_phlex 0.1.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 +7 -0
- data/.github/copilot-instructions.md +54 -0
- data/CHANGELOG.md +41 -0
- data/INSTALLATION.md +129 -0
- data/LICENSE +21 -0
- data/README.md +227 -0
- data/Rakefile +12 -0
- data/example.rb +117 -0
- data/lib/daisyui_on_phlex/base.rb +14 -0
- data/lib/daisyui_on_phlex/components/alert.rb +77 -0
- data/lib/daisyui_on_phlex/components/badge.rb +59 -0
- data/lib/daisyui_on_phlex/components/button.rb +94 -0
- data/lib/daisyui_on_phlex/components/card.rb +78 -0
- data/lib/daisyui_on_phlex/components/input.rb +62 -0
- data/lib/daisyui_on_phlex/components/modal.rb +69 -0
- data/lib/daisyui_on_phlex/generators/install_generator.rb +79 -0
- data/lib/daisyui_on_phlex/railtie.rb +21 -0
- data/lib/daisyui_on_phlex/stylesheets/daisyui_on_phlex.css +116 -0
- data/lib/daisyui_on_phlex/version.rb +5 -0
- data/lib/daisyui_on_phlex.rb +13 -0
- data/sig/daisyui_on_phlex.rbs +4 -0
- metadata +178 -0
metadata
ADDED
@@ -0,0 +1,178 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: daisyui_on_phlex
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Jacob
|
8
|
+
bindir: exe
|
9
|
+
cert_chain: []
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
|
+
dependencies:
|
12
|
+
- !ruby/object:Gem::Dependency
|
13
|
+
name: phlex
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
15
|
+
requirements:
|
16
|
+
- - "~>"
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: '1.0'
|
19
|
+
type: :runtime
|
20
|
+
prerelease: false
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
requirements:
|
23
|
+
- - "~>"
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '1.0'
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: phlex-rails
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - "~>"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '1.0'
|
33
|
+
type: :runtime
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
- !ruby/object:Gem::Dependency
|
41
|
+
name: railties
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '6.0'
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '6.0'
|
50
|
+
type: :runtime
|
51
|
+
prerelease: false
|
52
|
+
version_requirements: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - "~>"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '6.0'
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '6.0'
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: tailwind_merge
|
62
|
+
requirement: !ruby/object:Gem::Requirement
|
63
|
+
requirements:
|
64
|
+
- - "~>"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '0.12'
|
67
|
+
type: :runtime
|
68
|
+
prerelease: false
|
69
|
+
version_requirements: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - "~>"
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0.12'
|
74
|
+
- !ruby/object:Gem::Dependency
|
75
|
+
name: rails
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - "~>"
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '8.0'
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '8.0'
|
84
|
+
type: :development
|
85
|
+
prerelease: false
|
86
|
+
version_requirements: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - "~>"
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '8.0'
|
91
|
+
- - ">="
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '8.0'
|
94
|
+
- !ruby/object:Gem::Dependency
|
95
|
+
name: rspec
|
96
|
+
requirement: !ruby/object:Gem::Requirement
|
97
|
+
requirements:
|
98
|
+
- - "~>"
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
version: '3.0'
|
101
|
+
type: :development
|
102
|
+
prerelease: false
|
103
|
+
version_requirements: !ruby/object:Gem::Requirement
|
104
|
+
requirements:
|
105
|
+
- - "~>"
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
version: '3.0'
|
108
|
+
- !ruby/object:Gem::Dependency
|
109
|
+
name: rubocop
|
110
|
+
requirement: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
112
|
+
- - "~>"
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '1.0'
|
115
|
+
type: :development
|
116
|
+
prerelease: false
|
117
|
+
version_requirements: !ruby/object:Gem::Requirement
|
118
|
+
requirements:
|
119
|
+
- - "~>"
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '1.0'
|
122
|
+
description: A Ruby gem that provides DaisyUI components as Phlex components for Rails
|
123
|
+
applications, making it easy to use DaisyUI's beautiful components in your Ruby
|
124
|
+
on Rails projects.
|
125
|
+
email:
|
126
|
+
- github@im.jacobalexander.pl
|
127
|
+
executables: []
|
128
|
+
extensions: []
|
129
|
+
extra_rdoc_files: []
|
130
|
+
files:
|
131
|
+
- ".github/copilot-instructions.md"
|
132
|
+
- CHANGELOG.md
|
133
|
+
- INSTALLATION.md
|
134
|
+
- LICENSE
|
135
|
+
- README.md
|
136
|
+
- Rakefile
|
137
|
+
- example.rb
|
138
|
+
- lib/daisyui_on_phlex.rb
|
139
|
+
- lib/daisyui_on_phlex/base.rb
|
140
|
+
- lib/daisyui_on_phlex/components/alert.rb
|
141
|
+
- lib/daisyui_on_phlex/components/badge.rb
|
142
|
+
- lib/daisyui_on_phlex/components/button.rb
|
143
|
+
- lib/daisyui_on_phlex/components/card.rb
|
144
|
+
- lib/daisyui_on_phlex/components/input.rb
|
145
|
+
- lib/daisyui_on_phlex/components/modal.rb
|
146
|
+
- lib/daisyui_on_phlex/generators/install_generator.rb
|
147
|
+
- lib/daisyui_on_phlex/railtie.rb
|
148
|
+
- lib/daisyui_on_phlex/stylesheets/daisyui_on_phlex.css
|
149
|
+
- lib/daisyui_on_phlex/version.rb
|
150
|
+
- sig/daisyui_on_phlex.rbs
|
151
|
+
homepage: https://github.com/jacob/daisyui-on-phlex
|
152
|
+
licenses:
|
153
|
+
- MIT
|
154
|
+
metadata:
|
155
|
+
allowed_push_host: https://rubygems.org
|
156
|
+
homepage_uri: https://github.com/jacob/daisyui-on-phlex
|
157
|
+
source_code_uri: https://github.com/jacob/daisyui-on-phlex
|
158
|
+
changelog_uri: https://github.com/jacob/daisyui-on-phlex/blob/main/CHANGELOG.md
|
159
|
+
documentation_uri: https://github.com/jacob/daisyui-on-phlex/blob/main/README.md
|
160
|
+
rdoc_options: []
|
161
|
+
require_paths:
|
162
|
+
- lib
|
163
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
164
|
+
requirements:
|
165
|
+
- - ">="
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: 3.0.0
|
168
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
|
+
requirements:
|
170
|
+
- - ">="
|
171
|
+
- !ruby/object:Gem::Version
|
172
|
+
version: '0'
|
173
|
+
requirements: []
|
174
|
+
rubygems_version: 3.7.0
|
175
|
+
specification_version: 4
|
176
|
+
summary: DaisyUI components for Phlex - A Ruby gem integrating DaisyUI with Phlex
|
177
|
+
components
|
178
|
+
test_files: []
|