unicon 3.8.0 → 3.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cca250191ec2f3b4eb47c036f99d0552fb6d001ab5dd91b68a742b99ecbcab2
4
- data.tar.gz: 52a71c9fa3542aea3f882dab9fffe77c8477dcb08cad79c2f049bfad425b08ec
3
+ metadata.gz: 75620efb09072b4c0f9ed679573ffa43b53419e42a05d43654b04942f81bd579
4
+ data.tar.gz: 737820574c430e7736305b1582a20fff731e4904714e29a20bca49017e7a704b
5
5
  SHA512:
6
- metadata.gz: bf3e89db8c2b5d90a613f89d6dea606afcd4d0160fe51a47b596c87502b0226010ee7de5639c55dc064b259803e246aef7f2f2c3c275ba2f80388331a92a8175
7
- data.tar.gz: 12676c797cdd1bb25f4b364cd38e4694117651eb4e5418debedcba5b569bf723bacc96e2b0315b81ff163bff85503c95316a794f966d0b651220dabddb547fe2
6
+ metadata.gz: cf680817659919e785a65980bdf7cb0c3fa1e273f3c95df2efa90ed426e3fbe3d9aced7b5cd599ca25f6ccf9c8cc357c062a03dd2c52669d5f614ddadd77276c
7
+ data.tar.gz: 516d2b984d4a70a7f88ede5b78d574732295604416c08972c205fd4b3f0d34421c75471396290b057a49ca58983fa716687e9e0f46f72e68c30ebfe58148bc9a
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ what decides both whether a reader can take it and what the next version number
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.9.0] - 2026-09-18
9
+
10
+ - **Feature.** `:visit` is a call somebody pays at an appointed time, drawn as the `:clock`
11
+ already is — Bootstrap's `clock`, SF Symbols' `clock`, Material's `schedule`. An alias
12
+ rather than a concept: what a visit is known by is when it is, and the calendar faces are
13
+ spoken for by a booking and an appointment. 321 names now resolve, 142 of them aliases.
14
+
8
15
  ## [3.8.0] - 2026-09-18
9
16
 
10
17
  - **Feature.** `:technician` is the person a trade sends out to do the work, drawn as the
data/README.md CHANGED
@@ -152,7 +152,7 @@ drawn out. `Unicon.actions` names them all.
152
152
  | `:checklist` | `:pick` | ![card-checklist](vendor/bootstrap-icons/card-checklist.svg "card-checklist") | ![checklist.checked](vendor/sf-symbols/checklist.checked.svg "checklist.checked") | ![checklist](vendor/material-symbols/checklist.svg "checklist") |
153
153
  | `:circle` | | ![circle](vendor/bootstrap-icons/circle.svg "circle") | ![circle](vendor/sf-symbols/circle.svg "circle") | ![circle](vendor/material-symbols/circle.svg "circle") |
154
154
  | `:clipboard` | `:assessment` `:survey` | ![clipboard](vendor/bootstrap-icons/clipboard.svg "clipboard") | ![list.clipboard](vendor/sf-symbols/list.clipboard.svg "list.clipboard") | ![content_paste](vendor/material-symbols/content_paste.svg "content_paste") |
155
- | `:clock` | `:history` `:session` `:shift` | ![clock](vendor/bootstrap-icons/clock.svg "clock") | ![clock](vendor/sf-symbols/clock.svg "clock") | ![schedule](vendor/material-symbols/schedule.svg "schedule") |
155
+ | `:clock` | `:history` `:session` `:shift` `:visit` | ![clock](vendor/bootstrap-icons/clock.svg "clock") | ![clock](vendor/sf-symbols/clock.svg "clock") | ![schedule](vendor/material-symbols/schedule.svg "schedule") |
156
156
  | `:close_circle` | | ![x-circle](vendor/bootstrap-icons/x-circle.svg "x-circle") | ![xmark.circle](vendor/sf-symbols/xmark.circle.svg "xmark.circle") | ![cancel](vendor/material-symbols/cancel.svg "cancel") |
157
157
  | `:cloud` | `:backup` | ![cloud](vendor/bootstrap-icons/cloud.svg "cloud") | ![cloud](vendor/sf-symbols/cloud.svg "cloud") | ![cloud](vendor/material-symbols/cloud.svg "cloud") |
158
158
  | `:compass` | | ![compass](vendor/bootstrap-icons/compass.svg "compass") | ![location.north.circle](vendor/sf-symbols/location.north.circle.svg "location.north.circle") | ![explore](vendor/material-symbols/explore.svg "explore") |
@@ -34,7 +34,7 @@ module Unicon
34
34
  summary: :document, supplier: :truck, survey: :clipboard, sync: :refresh,
35
35
  team: :people, technician: :toolbox, territory: :map, todo: :task, token: :key,
36
36
  track: :music, transaction: :credit_card, trip: :map, user: :person,
37
- vehicle: :car, vendor: :shop, vertical: :bar_chart, view: :eye,
37
+ vehicle: :car, vendor: :shop, vertical: :bar_chart, view: :eye, visit: :clock,
38
38
  zip: :pin,
39
39
  }.freeze
40
40
  end
@@ -1,4 +1,4 @@
1
1
  module Unicon
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '3.8.0'
3
+ VERSION = '3.9.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob