kybus-bot 0.10.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kybus-bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilberto Vargas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-03 00:00:00.000000000 Z
11
+ date: 2024-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kybus-core
@@ -26,7 +26,7 @@ dependencies:
26
26
  version: '0.1'
27
27
  description: Provides a framework for building bots with ruby
28
28
  email:
29
- - tachoguitar@gmail.com
29
+ - tachomexgems@gmail.com
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
@@ -41,11 +41,19 @@ files:
41
41
  - lib/kybus/bot/base.rb
42
42
  - lib/kybus/bot/command/command.rb
43
43
  - lib/kybus/bot/command/command_definition.rb
44
+ - lib/kybus/bot/command/command_handler.rb
44
45
  - lib/kybus/bot/command/command_state.rb
45
46
  - lib/kybus/bot/command/command_state_factory.rb
46
47
  - lib/kybus/bot/command/execution_context.rb
48
+ - lib/kybus/bot/command/inline_command_matcher.rb
49
+ - lib/kybus/bot/command/parameter_saver.rb
50
+ - lib/kybus/bot/command/regular_command_matcher.rb
47
51
  - lib/kybus/bot/command_executor.rb
48
52
  - lib/kybus/bot/dsl_methods.rb
53
+ - lib/kybus/bot/exceptions.rb
54
+ - lib/kybus/bot/forkers/base.rb
55
+ - lib/kybus/bot/forkers/lambda_sqs_forker.rb
56
+ - lib/kybus/bot/forkers/thread_forker.rb
49
57
  - lib/kybus/bot/message.rb
50
58
  - lib/kybus/bot/migrator.rb
51
59
  - lib/kybus/bot/serialized_message.rb