js-routes 2.2.1 → 2.2.4

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: js-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Gusiev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-20 00:00:00.000000000 Z
11
+ date: 2022-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -170,9 +170,11 @@ files:
170
170
  - js-routes.gemspec
171
171
  - lib/js-routes.rb
172
172
  - lib/js_routes.rb
173
+ - lib/js_routes/configuration.rb
173
174
  - lib/js_routes/engine.rb
174
175
  - lib/js_routes/generators/middleware.rb
175
176
  - lib/js_routes/generators/webpacker.rb
177
+ - lib/js_routes/instance.rb
176
178
  - lib/js_routes/middleware.rb
177
179
  - lib/js_routes/route.rb
178
180
  - lib/js_routes/version.rb
@@ -198,6 +200,7 @@ files:
198
200
  - spec/js_routes/module_types/umd_spec.rb
199
201
  - spec/js_routes/options_spec.rb
200
202
  - spec/js_routes/rails_routes_compatibility_spec.rb
203
+ - spec/js_routes/route_specification_spec.rb
201
204
  - spec/js_routes/zzz_last_post_rails_init_spec.rb
202
205
  - spec/spec_helper.rb
203
206
  - spec/support/routes.rb