ru.Bee 1.11.1 → 2.1.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: ru.Bee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Saltykov
@@ -41,6 +41,7 @@ files:
41
41
  - bin/rubee
42
42
  - bin/test.db
43
43
  - lib/Dockerfile
44
+ - lib/app/controllers/users_controller.rb
44
45
  - lib/app/controllers/welcome_controller.rb
45
46
  - lib/app/models/user.rb
46
47
  - lib/app/views/App.tsx
@@ -66,6 +67,7 @@ files:
66
67
  - lib/inits/charged_hash.rb
67
68
  - lib/inits/charged_string.rb
68
69
  - lib/inits/print_colors.rb
70
+ - lib/inits/system.rb
69
71
  - lib/js/app.js
70
72
  - lib/js/app.js.map
71
73
  - lib/js/bundle.js
@@ -254,18 +256,28 @@ files:
254
256
  - lib/rubee/controllers/middlewares/auth_token_middleware.rb
255
257
  - lib/rubee/extensions/hookable.rb
256
258
  - lib/rubee/extensions/serializable.rb
259
+ - lib/rubee/extensions/validatable.rb
260
+ - lib/rubee/features.rb
257
261
  - lib/rubee/generator.rb
258
262
  - lib/rubee/logger.rb
259
263
  - lib/rubee/models/database_objectable.rb
260
264
  - lib/rubee/models/db_tools.rb
261
265
  - lib/rubee/models/sequel_object.rb
266
+ - lib/rubee/pubsub/container.rb
267
+ - lib/rubee/pubsub/publisher.rb
268
+ - lib/rubee/pubsub/redis.rb
269
+ - lib/rubee/pubsub/subscriber.rb
270
+ - lib/rubee/pubsub/test_one.rb
262
271
  - lib/rubee/router.rb
272
+ - lib/rubee/websocket/websocket.rb
273
+ - lib/rubee/websocket/websocket_connections.rb
263
274
  - lib/tests/async/thread_async_test.rb
264
275
  - lib/tests/cli/attach_test.rb
265
276
  - lib/tests/controllers/auth_tokenable_test.rb
266
277
  - lib/tests/controllers/base_controller_test.rb
267
278
  - lib/tests/controllers/hookable_test.rb
268
279
  - lib/tests/controllers/rubeeapp_test.rb
280
+ - lib/tests/controllers/users_controller_test.rb
269
281
  - lib/tests/example_models/account.rb
270
282
  - lib/tests/example_models/address.rb
271
283
  - lib/tests/example_models/comment.rb
@@ -300,7 +312,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
300
312
  - !ruby/object:Gem::Version
301
313
  version: '0'
302
314
  requirements: []
303
- rubygems_version: 3.7.0
315
+ rubygems_version: 3.7.2
304
316
  specification_version: 4
305
317
  summary: Fast and lightweight Ruby application server designed for minimalism and
306
318
  flexibility