rage-rb 1.7.0 → 1.8.0

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: rage-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Samoilov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -102,6 +102,11 @@ files:
102
102
  - lib/rage.rb
103
103
  - lib/rage/all.rb
104
104
  - lib/rage/application.rb
105
+ - lib/rage/cable/cable.rb
106
+ - lib/rage/cable/channel.rb
107
+ - lib/rage/cable/connection.rb
108
+ - lib/rage/cable/protocol/actioncable_v1_json.rb
109
+ - lib/rage/cable/router.rb
105
110
  - lib/rage/cli.rb
106
111
  - lib/rage/code_loader.rb
107
112
  - lib/rage/configuration.rb
@@ -118,6 +123,7 @@ files:
118
123
  - lib/rage/logger/text_formatter.rb
119
124
  - lib/rage/middleware/cors.rb
120
125
  - lib/rage/middleware/fiber_wrapper.rb
126
+ - lib/rage/middleware/origin_validator.rb
121
127
  - lib/rage/middleware/reloader.rb
122
128
  - lib/rage/params_parser.rb
123
129
  - lib/rage/rails.rb