lex-lex 0.3.1 → 0.3.2

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: 93780b160c34e525aba1595937595ccf5313d4cb0542a2d419dc676b0fd02831
4
- data.tar.gz: b0b53037503181537ad91f9588fc0849e58a6211f5ef1669e294e957daf88006
3
+ metadata.gz: f6c3db20f78dae302bec9c04c1061f5136964e2b44a78771f79b0267f432b1bf
4
+ data.tar.gz: d21510d677b80216f17239f5d62d99cbddd815d1c150cfab0f9923adc150e6b1
5
5
  SHA512:
6
- metadata.gz: a40d14b40f89d72785bbe9a2343f5059812ec1058f75f89b842a1ec9be2d5603f2e3741f20b1d88ff7e4749e88f66fe14b1f48596cde276a3cce69a41c3187f8
7
- data.tar.gz: a4296c1dcff4f3d7000844b5f9ffc7aade39b9a26ee69987f44bedfe92143ead0b4789e8d8c63df5e8d400728069ae9d78610bbf34423caf4b537732861baada
6
+ metadata.gz: 2cf1137f8bf4562089538d76cc37447125b7e1283a5d43dc7eef47bf10c9424fd546cda40cebf509719bd525def136525457a3ed8fe6d37539d5bbb1f974976b
7
+ data.tar.gz: 4bcf02a4e9d7e7e11d9c704679fccf7f5942ee46cac5bd7ffcd404503c26aac10c77227cf94ec480240cd5ea018e8c323727ef235532573c078a223b1588a25d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.2] - 2026-03-20
4
+
5
+ ### Fixed
6
+ - `Actor::AgentWatcher` now overrides `runner_class` to return `self.class`, preventing the framework from attempting to resolve the non-existent `Runners::AgentWatcher` constant
7
+
3
8
  ## [0.3.1] - 2026-03-20
4
9
 
5
10
  ### Added
@@ -5,6 +5,10 @@ module Legion
5
5
  module Lex
6
6
  module Actor
7
7
  class AgentWatcher < Legion::Extensions::Actors::Every
8
+ def runner_class
9
+ self.class
10
+ end
11
+
8
12
  def time = 30
9
13
  def run_now? = false
10
14
  def use_runner? = false
@@ -3,7 +3,7 @@
3
3
  module Legion
4
4
  module Extensions
5
5
  module Lex
6
- VERSION = '0.3.1'
6
+ VERSION = '0.3.2'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lex-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity