prompt-lists 0.1.3 → 0.1.4

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: e76afa8cae086660e13fced47c472786ca3b450fdeb7755a77d7dcb086389744
4
- data.tar.gz: 1355b72037e76fec65f22e6bf1d0d4861467a0fabe18adfb1c85836622dbbb0b
3
+ metadata.gz: a3eb5c62e852a6bcaabd6eff5f0d7496416b188ea7f5fe1f9744362b1cbccfe9
4
+ data.tar.gz: b3fcab777538f5e20601d7f7a41dba3ec04d3c37f508626ebb8c84fb1e16a954
5
5
  SHA512:
6
- metadata.gz: 2ecec8c2b4bd8f4322d7fc267c362992b26a69715c63ed84a2eeb7ceeb715967913e4c7186a1127b16622e7cde6d0c9fcb2fc01c50b4658b21f0fa5983112d8a
7
- data.tar.gz: 81fb2d5533f24eb7cf8d68795b9a392877576ac6bd0f86d3e9cbc5c6e3570e6d3f699fde553005fbd1d7176468d8c968df4fdda7847cb113f56d741f4dc3623e
6
+ metadata.gz: cc6bd0b5ae9b901f5e30765f4d507997dde7240ac2c11c4dc2acd2278b19cffc4c847bd46a26e31037f091cb5e375b0923a089ea2f3ada3d0f38cafd29a5ac01
7
+ data.tar.gz: 1d2bf3a2a909895da4d3efb965003e86f858ec33d5282e6108685a63e7c96cb26c0e866108cabc128e90b96957beff64174b566a9be05caae67b5aa3ece71dfa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prompt-lists (0.1.3)
4
+ prompt-lists (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/prompt_lists.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'yaml'
3
3
 
4
4
  module PromptLists
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
6
6
 
7
7
  class List
8
8
  attr_reader :id, :sublist_names
@@ -0,0 +1,27 @@
1
+ ---
2
+ title: Astronomical Phenomena
3
+ category: phenomena
4
+ ---
5
+ asteroid impact
6
+ binary star
7
+ black hole
8
+ comet tail
9
+ cosmic ray
10
+ dark matter
11
+ eclipse
12
+ gamma ray burst
13
+ gravitational lensing
14
+ meteor shower
15
+ micronova
16
+ milky way
17
+ neutron star
18
+ nova
19
+ planetary conjunction
20
+ pulsar
21
+ quasar
22
+ red giant
23
+ solar flare
24
+ solar wind
25
+ stellar nursery
26
+ supernova
27
+ white dwarf
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: Atmospheric Phenomena
3
+ category: phenomena
4
+ ---
5
+ airglow
6
+ atmospheric river
7
+ ball lightning
8
+ circumhorizontal arc
9
+ corona discharge
10
+ fire rainbow
11
+ föhn wind
12
+ glory phenomenon
13
+ haboob
14
+ helm wind
15
+ katabatic wind
16
+ mistbow
17
+ mother of pearl clouds
18
+ polar night
19
+ polar vortex
20
+ rainbow dust
21
+ sun pillar
22
+ virga
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: Biological Phenomena
3
+ category: phenomena
4
+ ---
5
+ bioluminescence
6
+ colony collapse
7
+ emergence
8
+ hibernation
9
+ metamorphosis
10
+ migration
11
+ mimicry
12
+ murmuration
13
+ photosynthesis
14
+ pollination
15
+ red tide
16
+ regeneration
17
+ spontaneous generation
18
+ symbiosis
19
+ synchronous flowering
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: Electromagnetic Phenomena
3
+ category: phenomena
4
+ ---
5
+ electromagnetic pulse
6
+ electromagnetic resonance
7
+ electromagnetic vortex
8
+ ferromagnetism
9
+ magnetic field
10
+ magnetic reconnection
11
+ magnetosphere
12
+ northern lights
13
+ plasma discharge
14
+ radio burst
15
+ static electricity
16
+ triboluminescence
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: Geological Phenomena
3
+ category: phenomena
4
+ ---
5
+ crystal formation
6
+ earth current
7
+ fault line
8
+ fossil formation
9
+ geomagnetic reversal
10
+ hot spring
11
+ lava tube
12
+ mineral vein
13
+ mud volcano
14
+ plate tectonics
15
+ rock cycle
16
+ sinkhole
17
+ stalactite
18
+ stalagmite
19
+ thermal vent
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: Natural Phenomena
3
+ category: phenomena
4
+ ---
5
+ aurora borealis
6
+ aurora australis
7
+ ball lightning
8
+ bioluminescence
9
+ blood moon
10
+ cloud iridescence
11
+ crepuscular rays
12
+ diamond dust
13
+ dust devil
14
+ earthquake
15
+ fire tornado
16
+ fog bow
17
+ frost flowers
18
+ fulgurite
19
+ geothermal geyser
20
+ ghost lights
21
+ green flash
22
+ halo effect
23
+ heat mirage
24
+ hurricane eye
25
+ ice circles
26
+ kelvin-helmholtz clouds
27
+ lenticular clouds
28
+ light pillars
29
+ mammatus clouds
30
+ morning glory cloud
31
+ nacreous clouds
32
+ noctilucent clouds
33
+ penitentes
34
+ rainbow
35
+ red sprite
36
+ rogue wave
37
+ sandstorm
38
+ sheet lightning
39
+ snow rollers
40
+ solar prominence
41
+ st. elmo's fire
42
+ standing wave
43
+ sun dog
44
+ supercell storm
45
+ tornado
46
+ tsunami
47
+ volcanic lightning
48
+ waterspout
49
+ whirlpool
@@ -0,0 +1,24 @@
1
+ ---
2
+ title: Optical Phenomena
3
+ category: phenomena
4
+ ---
5
+ afterimage
6
+ alpha rays
7
+ beam splitting
8
+ caustics
9
+ chromatic aberration
10
+ diffraction
11
+ double rainbow
12
+ fata morgana
13
+ interference pattern
14
+ lens flare
15
+ light scattering
16
+ moiré pattern
17
+ moonbow
18
+ parhelion
19
+ phosphenes
20
+ polarization
21
+ prism effect
22
+ refraction
23
+ scintillation
24
+ tyndall effect
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: Psychological Phenomena
3
+ category: phenomena
4
+ ---
5
+ collective consciousness
6
+ déjà vu
7
+ flow state
8
+ group think
9
+ hypnagogia
10
+ jamais vu
11
+ lucid dreaming
12
+ mass hysteria
13
+ pareidolia
14
+ phantom limb
15
+ presque vu
16
+ synesthesia
17
+ temporal illusion
18
+ the uncanny
19
+ visual snow
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: Quantum Phenomena
3
+ category: phenomena
4
+ ---
5
+ quantum entanglement
6
+ quantum tunneling
7
+ wave-particle duality
8
+ quantum superposition
9
+ quantum teleportation
10
+ zero-point energy
11
+ quantum interference
12
+ quantum coherence
13
+ quantum decoherence
14
+ quantum fluctuation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prompt-lists
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dreaming Tulpa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-31 00:00:00.000000000 Z
11
+ date: 2024-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -203,6 +203,15 @@ files:
203
203
  - lists/people/job.yml
204
204
  - lists/people/pose-portrait.yml
205
205
  - lists/people/pose.yml
206
+ - lists/phenomena/astronomical.yml
207
+ - lists/phenomena/atmospheric.yml
208
+ - lists/phenomena/biological.yml
209
+ - lists/phenomena/electromagnetic.yml
210
+ - lists/phenomena/geological.yml
211
+ - lists/phenomena/natural.yml
212
+ - lists/phenomena/optical.yml
213
+ - lists/phenomena/psychological.yml
214
+ - lists/phenomena/quantum.yml
206
215
  - lists/photography/camera.yml
207
216
  - lists/photography/film.yml
208
217
  - lists/photography/landscape-keyword.yml