dexkit 0.1.0 → 0.2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dexkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacek Galanciak
@@ -104,8 +104,20 @@ files:
104
104
  - CHANGELOG.md
105
105
  - LICENSE.txt
106
106
  - README.md
107
+ - guides/llm/EVENT.md
107
108
  - guides/llm/OPERATION.md
109
+ - lib/dex/concern.rb
108
110
  - lib/dex/error.rb
111
+ - lib/dex/event.rb
112
+ - lib/dex/event/bus.rb
113
+ - lib/dex/event/execution_state.rb
114
+ - lib/dex/event/handler.rb
115
+ - lib/dex/event/metadata.rb
116
+ - lib/dex/event/processor.rb
117
+ - lib/dex/event/suppression.rb
118
+ - lib/dex/event/trace.rb
119
+ - lib/dex/event_test_helpers.rb
120
+ - lib/dex/event_test_helpers/assertions.rb
109
121
  - lib/dex/match.rb
110
122
  - lib/dex/operation.rb
111
123
  - lib/dex/operation/async_proxy.rb
@@ -115,7 +127,6 @@ files:
115
127
  - lib/dex/operation/lock_wrapper.rb
116
128
  - lib/dex/operation/outcome.rb
117
129
  - lib/dex/operation/pipeline.rb
118
- - lib/dex/operation/props_setup.rb
119
130
  - lib/dex/operation/record_backend.rb
120
131
  - lib/dex/operation/record_wrapper.rb
121
132
  - lib/dex/operation/rescue_wrapper.rb
@@ -124,12 +135,14 @@ files:
124
135
  - lib/dex/operation/settings.rb
125
136
  - lib/dex/operation/transaction_adapter.rb
126
137
  - lib/dex/operation/transaction_wrapper.rb
138
+ - lib/dex/props_setup.rb
127
139
  - lib/dex/ref_type.rb
128
140
  - lib/dex/test_helpers.rb
129
141
  - lib/dex/test_helpers/assertions.rb
130
142
  - lib/dex/test_helpers/execution.rb
131
143
  - lib/dex/test_helpers/stubbing.rb
132
144
  - lib/dex/test_log.rb
145
+ - lib/dex/type_coercion.rb
133
146
  - lib/dex/version.rb
134
147
  - lib/dexkit.rb
135
148
  homepage: https://github.com/razorjack/dexkit