tybo 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/components/forms/has_many_form_component.html.erb +1 -1
- data/lib/tybo/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1b3c4530961254cdb6ef8c5931b6596eecf9f1b2b9b26281906631db4a5ae9b
|
4
|
+
data.tar.gz: 45f675158171c7ce693e741f1aa34c499eaef8b61e3fda02a6e537b4e5605bb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2d620781d5f140fce8acbf7a27a7436b5c5a12a08d3b811a78771af38877f5ac2afb750215ad4aef6c1649987284335685a7d4d225b872be3ad2b8fe54c5756
|
7
|
+
data.tar.gz: 0e927000a3d8db43bee7a97d9df82ea15a012d066d93158139806bd297bde7173c606fcef4c45c6c30ce8668bd6dc40b24eaeabdfced8f5a705375d2799c5fed
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- has_many Associations -->
|
2
2
|
<div class="my-5 select">
|
3
|
-
<label class="block text-sm font-medium text-gray-700 string optional text-sm font-medium text-gray-600" for="
|
3
|
+
<label class="block text-sm font-medium text-gray-700 string optional text-sm font-medium text-gray-600" for="<%= @title %>"><%= @title %></label>
|
4
4
|
<%= content %>
|
5
5
|
</div>
|
data/lib/tybo/version.rb
CHANGED
metadata
CHANGED
@@ -1,20 +1,23 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tybo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Delpierre
|
8
8
|
- Julien Camblan
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-02-
|
12
|
+
date: 2023-02-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
+
- - "~>"
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: '7.0'
|
18
21
|
- - ">="
|
19
22
|
- !ruby/object:Gem::Version
|
20
23
|
version: 7.0.4.1
|
@@ -22,6 +25,9 @@ dependencies:
|
|
22
25
|
prerelease: false
|
23
26
|
version_requirements: !ruby/object:Gem::Requirement
|
24
27
|
requirements:
|
28
|
+
- - "~>"
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: '7.0'
|
25
31
|
- - ">="
|
26
32
|
- !ruby/object:Gem::Version
|
27
33
|
version: 7.0.4.1
|
@@ -262,7 +268,7 @@ licenses:
|
|
262
268
|
- MIT
|
263
269
|
metadata:
|
264
270
|
homepage_uri: https://rubygems.org/gems/tybo
|
265
|
-
post_install_message:
|
271
|
+
post_install_message:
|
266
272
|
rdoc_options: []
|
267
273
|
require_paths:
|
268
274
|
- lib
|
@@ -277,8 +283,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
277
283
|
- !ruby/object:Gem::Version
|
278
284
|
version: '0'
|
279
285
|
requirements: []
|
280
|
-
rubygems_version: 3.
|
281
|
-
signing_key:
|
286
|
+
rubygems_version: 3.0.3.1
|
287
|
+
signing_key:
|
282
288
|
specification_version: 4
|
283
289
|
summary: A tailwind custom admin engine for Ruby on Rails
|
284
290
|
test_files: []
|