lex-tick 0.1.4 → 0.1.5

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: 36bc7d4f54c374e06e446454a4a951747127e857e33f027b1ece5a7a672c1f56
4
- data.tar.gz: c3c60ec29a00fc124d7f964a4e2c3177b7146f3e5631f35133518d878fef1ffb
3
+ metadata.gz: 4d1aa39d05aa2b91055c13a571afc84f1c64cb014d84028d334d97bea151ed2e
4
+ data.tar.gz: 4f86dfc71452a478e9e872562b6ff460f170c69c0a2afb71b534d3303260ec01
5
5
  SHA512:
6
- metadata.gz: c0fbb507cb8d0d7f2c5fa718180e5cda8563627b5601c0f7baaa42985972bbdfe04ba7f66b7f81eedc25aa94503adc5956e622a700fb2ecbb6eb2b590fd2072b
7
- data.tar.gz: 66b25fd665d386bb80c10efc998dc93b21b6ddb6d0281071df82393f8baafe20da073ce80ba161859a10d690d574f3a08b0ef8269c29e96aa9e91dab3319cbde
6
+ metadata.gz: f607262319381427a66e9702858fe6106edb15e1df364b47852f0ecf1c3b0be210306b0ed01f3e510bece576e77413c932104108e920276c388802e6a90cf867
7
+ data.tar.gz: 7850bd2fc90f7bcc7cabc38b07b42dea6d978ef4c64ba259eee504f44ebfef34447775a289b34bdbda66e33c0864214d0c242ead385bb79bdab5e5989886a2a0
@@ -32,6 +32,7 @@ module Legion
32
32
  identity_entropy_check
33
33
  agenda_formation
34
34
  consolidation_commit
35
+ knowledge_promotion
35
36
  dream_reflection
36
37
  dream_narration
37
38
  ].freeze
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Tick
6
- VERSION = '0.1.4'
6
+ VERSION = '0.1.5'
7
7
  end
8
8
  end
9
9
  end
@@ -54,20 +54,20 @@ RSpec.describe Legion::Extensions::Tick::Helpers::Constants do
54
54
  end
55
55
 
56
56
  describe 'DREAM_PHASES' do
57
- it 'defines 8 dream phases' do
58
- expect(described_class::DREAM_PHASES.size).to eq(8)
57
+ it 'defines 9 dream phases' do
58
+ expect(described_class::DREAM_PHASES.size).to eq(9)
59
59
  end
60
60
 
61
61
  it 'includes all expected dream phase symbols' do
62
62
  expected = %i[memory_audit association_walk contradiction_resolution
63
63
  identity_entropy_check agenda_formation consolidation_commit
64
- dream_reflection dream_narration]
64
+ knowledge_promotion dream_reflection dream_narration]
65
65
  expect(described_class::DREAM_PHASES).to eq(expected)
66
66
  end
67
67
  end
68
68
 
69
69
  describe 'MODE_PHASES' do
70
- it 'maps dormant_active to the 8 dream phases' do
70
+ it 'maps dormant_active to the 9 dream phases' do
71
71
  expect(described_class::MODE_PHASES[:dormant_active]).to eq(described_class::DREAM_PHASES)
72
72
  end
73
73
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-tick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity