tybo 0.3.7 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d23e8ab7d63ee6efc647ac046eacf286bf4d941ffc8dcdc9d585dc559c3652ef
|
4
|
+
data.tar.gz: 20b8a207b89576ad4eddb609f32c1a3023ea2e65558b87b3e2f4632839f05485
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0dc3527fccb019985847810d603aae35168e161937f2c7f4dfdbf2deb3fedab22480f9c8c5c502ec0d92b8a0f8f35632fe3ccf26785821069cfd37492dd0a24
|
7
|
+
data.tar.gz: 32c5a7e24c26d53315788ab5e465f752af835a05691ba3480b33a83955155c379266c0533c68ef50aa4578d1e0d30ff256e727beea47eba6320232a5198497ba
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 cursor-grabbing #{@text_color}">
|
2
|
+
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 5.25h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5" />
|
3
|
+
</svg>
|
data/lib/tybo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tybo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Delpierre
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-11-
|
12
|
+
date: 2023-11-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -155,6 +155,8 @@ files:
|
|
155
155
|
- app/components/icons/collection_component.rb
|
156
156
|
- app/components/icons/dashboard_component.html.erb
|
157
157
|
- app/components/icons/dashboard_component.rb
|
158
|
+
- app/components/icons/drag_and_drop_component.html.erb
|
159
|
+
- app/components/icons/drag_and_drop_component.rb
|
158
160
|
- app/components/icons/home_component.html.erb
|
159
161
|
- app/components/icons/home_component.rb
|
160
162
|
- app/components/icons/mic_component.html.erb
|