unicon 3.4.0 → 3.5.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: 9f115a5eb9dd95c343b08fbb5549d5d4f99bce263c966a04e9e4da6cf3400569
4
- data.tar.gz: dfeb31049dcd97915c7e205cf43cde21b8840797d736c9586945ef9fc7365623
3
+ metadata.gz: fb8b36f40ec650ae3560bb79feca63eb46a70b0e73bb759abc3817b1918c046c
4
+ data.tar.gz: a862b1dfcc352ee82e95ec3001297baa9dc0cd1183a924098fc7b3d3c5766e90
5
5
  SHA512:
6
- metadata.gz: 2318b81920c8d90aebcbce8fa5c34daee03c14839cec462a17bb084252213dc6e101c61ebe07fdca9d69e4f813aa3f7226ae55eb655b51b3b62a6b3df063dbb8
7
- data.tar.gz: e5a09156f3864722accbfebc21fbeb7626a64a03a8d4a54637bfaceb587dee34f47a81f0bd8963e5438804df8de49e1d2cbe4306872fff966b00e6fc06787f5f
6
+ metadata.gz: '0968342eed5c08d4866108ebe62f8101ce3c14123cbbfda576fe2fe9d516d82f1d66343f5fd2d676965284e38f5a2359ddade018432ae352b95010274049c5b5'
7
+ data.tar.gz: '0726980d57310c6d878189bd7fa691ddfcb0463cd5ee0d65b642afc99c83c92819c92382db33ca42f99f200092a331f4fe65f3a111b4a76a785c0f20dbc9366e'
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.5.0] - 2026-08-21
9
+
10
+ - **Feature.** `:inquiry` borrows the wand, beside the `:reading` and `:prediction`
11
+ already drawn by it. A question put to a fortune teller and the answer she gives are
12
+ the same sitting under two names, and an app that lists both wants one picture for
13
+ them. 315 names now resolve, 140 of them aliases.
14
+
8
15
  ## [3.4.0] - 2026-08-20
9
16
 
10
17
  - **Feature.** `:wand` is the wand throwing off stars, the nearest thing the three sets
data/README.md CHANGED
@@ -64,7 +64,7 @@ blank. A concept may be given as a string, so `Unicon['contact']` works too.
64
64
 
65
65
  ```ruby
66
66
  Unicon.icons # => [:account, :airplane, :alarm, :archive, :award, :badge, ...] 132
67
- Unicon.names # => [:account, :add, :add_member, :address, :agent, ...] 314
67
+ Unicon.names # => [:account, :add, :add_member, :address, :agent, ...] 315
68
68
  Unicon.actions # => [:add, :add_member, :close, :confirm, ...] 43
69
69
  ```
70
70
 
@@ -87,7 +87,7 @@ caller who wants the pictures as well as the names.
87
87
  ## Model names
88
88
 
89
89
  A host app looks an icon up by the name of the model it is rendering, and the more names
90
- answer, the less any app has to declare. 139 of them borrow the icons of a concept —
90
+ answer, the less any app has to declare. 140 of them borrow the icons of a concept —
91
91
  `:user` takes the person, `:zip` takes the pin — and the Aliases column of the table below
92
92
  says which took which. They resolve without swelling the list a picker offers.
93
93
 
@@ -244,7 +244,7 @@ drawn out. `Unicon.actions` names them all.
244
244
  | `:video` | `:movie` | ![camera-video](vendor/bootstrap-icons/camera-video.svg "camera-video") | ![video](vendor/sf-symbols/video.svg "video") | ![videocam](vendor/material-symbols/videocam.svg "videocam") |
245
245
  | `:volume` | | ![volume-up](vendor/bootstrap-icons/volume-up.svg "volume-up") | ![speaker.wave.2](vendor/sf-symbols/speaker.wave.2.svg "speaker.wave.2") | ![volume_up](vendor/material-symbols/volume_up.svg "volume_up") |
246
246
  | `:wallet` | | ![wallet](vendor/bootstrap-icons/wallet.svg "wallet") | ![wallet.pass](vendor/sf-symbols/wallet.pass.svg "wallet.pass") | ![wallet](vendor/material-symbols/wallet.svg "wallet") |
247
- | `:wand` | `:prediction` `:reading` | ![magic](vendor/bootstrap-icons/magic.svg "magic") | ![wand.and.stars](assets/undrawn.svg "wand.and.stars") | ![wand_stars](vendor/material-symbols/wand_stars.svg "wand_stars") |
247
+ | `:wand` | `:inquiry` `:prediction` `:reading` | ![magic](vendor/bootstrap-icons/magic.svg "magic") | ![wand.and.stars](assets/undrawn.svg "wand.and.stars") | ![wand_stars](vendor/material-symbols/wand_stars.svg "wand_stars") |
248
248
  | `:warning` | `:alert` `:issue` | ![exclamation-triangle](vendor/bootstrap-icons/exclamation-triangle.svg "exclamation-triangle") | ![exclamationmark.triangle](vendor/sf-symbols/exclamationmark.triangle.svg "exclamationmark.triangle") | ![warning](vendor/material-symbols/warning.svg "warning") |
249
249
  | `:waveform` | `:audio` `:echo` | ![soundwave](vendor/bootstrap-icons/soundwave.svg "soundwave") | ![waveform](vendor/sf-symbols/waveform.svg "waveform") | ![graphic_eq](vendor/material-symbols/graphic_eq.svg "graphic_eq") |
250
250
  | `:wifi` | | ![wifi](vendor/bootstrap-icons/wifi.svg "wifi") | ![wifi](vendor/sf-symbols/wifi.svg "wifi") | ![wifi](vendor/material-symbols/wifi.svg "wifi") |
@@ -15,8 +15,8 @@ module Unicon
15
15
  episode: :playlist, evaluation: :speedometer, event: :calendar, export: :download,
16
16
  feedback: :smiley, file: :document, fleet: :truck, form: :document,
17
17
  goal: :trophy, group: :people, history: :clock,
18
- home: :house, import: :upload, integration: :puzzle, inventory: :box,
19
- issue: :warning, item: :box, job: :hammer, label: :tag,
18
+ home: :house, import: :upload, inquiry: :wand, integration: :puzzle,
19
+ inventory: :box, issue: :warning, item: :box, job: :hammer, label: :tag,
20
20
  lead: :person, location: :pin, log: :list, market: :shop,
21
21
  member: :person, memo: :note, message: :chat, milestone: :flag,
22
22
  movie: :video, notification: :bell, offer: :gift, office: :building,
@@ -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.4.0'
3
+ VERSION = '3.5.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.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob