web47core 3.2.58 → 3.2.60
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de93abc83a7c0db11c9697ed8c495d2e5f1cefdf589d6a7cd60a01c5095be6a2
|
4
|
+
data.tar.gz: 3298575d57ea84ee1ec7aff9fa4560b965b641e801317eda5d20d80fe7cffa2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3d174c10564b50dbb63ce9a781c9b0405cb998de0a2b4bafca8e84e43a0f5da2c4012c8b085ca83fcc95f1d380d0af46ec9486cf2f68e681891e92bbdede1cc
|
7
|
+
data.tar.gz: ab4c044c1bf00f7653c4c9e9598859d3b3ff6c920e812e4fdfde3522a1b04dae270b166e0d3b86f0ef9ff116b3e5efc9844b88139856c083222426df0ac6afa7
|
@@ -0,0 +1 @@
|
|
1
|
+
<path d="M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" />
|
@@ -0,0 +1 @@
|
|
1
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 9v4" /><path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" /><path d="M12 16h.01" />
|
@@ -0,0 +1 @@
|
|
1
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /><path d="M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855" />
|
data/config/locales/en.yml
CHANGED
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: web47core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Schroeder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -553,6 +553,8 @@ files:
|
|
553
553
|
- app/views/delayed_job_workers/index.html.haml
|
554
554
|
- app/views/delayed_jobs/index.html.haml
|
555
555
|
- app/views/delayed_jobs/show.html.haml
|
556
|
+
- app/views/icons/_alert-triangle-filled.html.erb
|
557
|
+
- app/views/icons/_alert-triangle-outline.html.erb
|
556
558
|
- app/views/icons/_archive-filled.html.erb
|
557
559
|
- app/views/icons/_archive-outline.html.erb
|
558
560
|
- app/views/icons/_bed-filled.html.erb
|
@@ -582,6 +584,7 @@ files:
|
|
582
584
|
- app/views/icons/_trash-filled.html.erb
|
583
585
|
- app/views/icons/_trash-outline.html.erb
|
584
586
|
- app/views/icons/_treadmill.html.erb
|
587
|
+
- app/views/icons/_user-circle.html.erb
|
585
588
|
- app/views/status/index.html.haml
|
586
589
|
- app/views/system_configurations/edit.html.haml
|
587
590
|
- app/views/system_configurations/show.html.haml
|