waylon-core 0.1.1 → 0.1.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waylon-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-07 00:00:00.000000000 Z
11
+ date: 2022-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '2.2'
117
+ version: '2.3'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '2.2'
124
+ version: '2.3'
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: rake
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -249,6 +249,7 @@ files:
249
249
  - lib/waylon.rb
250
250
  - lib/waylon/base_component.rb
251
251
  - lib/waylon/condition.rb
252
+ - lib/waylon/conditions/black_hole.rb
252
253
  - lib/waylon/conditions/default.rb
253
254
  - lib/waylon/conditions/permission_denied.rb
254
255
  - lib/waylon/conditions/regex.rb
@@ -261,6 +262,7 @@ files:
261
262
  - lib/waylon/logger.rb
262
263
  - lib/waylon/message.rb
263
264
  - lib/waylon/route.rb
265
+ - lib/waylon/routes/black_hole.rb
264
266
  - lib/waylon/routes/default.rb
265
267
  - lib/waylon/routes/permission_denied.rb
266
268
  - lib/waylon/rspec.rb
@@ -277,7 +279,10 @@ files:
277
279
  - lib/waylon/skill.rb
278
280
  - lib/waylon/skill_registry.rb
279
281
  - lib/waylon/skills/default.rb
282
+ - lib/waylon/skills/diagnostics.rb
280
283
  - lib/waylon/skills/fun.rb
284
+ - lib/waylon/skills/groups.rb
285
+ - lib/waylon/skills/help.rb
281
286
  - lib/waylon/user.rb
282
287
  - lib/waylon/version.rb
283
288
  - lib/waylon/webhook.rb
@@ -305,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
310
  - !ruby/object:Gem::Version
306
311
  version: '0'
307
312
  requirements: []
308
- rubygems_version: 3.2.32
313
+ rubygems_version: 3.3.3
309
314
  signing_key:
310
315
  specification_version: 4
311
316
  summary: Core library for the Waylon bot framework