web47core 3.2.35 → 3.2.36

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: 507f1a54c183040f0556e3ab8bec5bffac4ffe69ad5bc5c61bc7af05e6fec2c7
4
- data.tar.gz: 59d36d5dc86de4c074138842a81dbe3dad4c9365d872393e3f44872c62e39e46
3
+ metadata.gz: 51addb55203d5e9bca94ca014394dc522b41ef51c1dabb32e2b1fa294f1aa1b8
4
+ data.tar.gz: 341d01b151ce0c08ee6409c434a37f292dd424c8bcea2647f0434bf7e52cdb3f
5
5
  SHA512:
6
- metadata.gz: df0c33fc82e216700b19c47a52541c2d51c257ca9f59d59cf9870bfd55882bd31d2480a0a2f77b9ba58bd07bb1a9479d0096335cedc31e54ca7cef17dbf9e9be
7
- data.tar.gz: 5f0f90d0b998d31e3b47a4a817eb896caf00a8e5286f36470ca51dd5fa7315eaaeabd958a25d0387252aae4ec412b609a3ee21e000400438e43158726c5613ad
6
+ metadata.gz: f3278e6e57ed98a3e54910cb10676844554e8e418397a991193342b09c5500a6bc6915cae2f11a5d616f4699ceeb18f35c0bbfba0400342a577cbb23d5dbd035
7
+ data.tar.gz: 73694c5acd82fbd7879289fe536be74cef0024073ae3f182333ec97323907dc0c040f44b1df16eea53c5908473cae84ada2cc10af6fc97b6a12ef76d2bfc1e49
@@ -0,0 +1 @@
1
+ <path d="M5 12l5 5l10 -10" />
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '3.2.35'
4
+ VERSION = '3.2.36'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web47core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.35
4
+ version: 3.2.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schroeder
@@ -553,6 +553,7 @@ 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/_check.html.erb
556
557
  - app/views/status/index.html.haml
557
558
  - app/views/system_configurations/edit.html.haml
558
559
  - app/views/system_configurations/show.html.haml