avo 2.13.5.pre.1 → 2.13.6.pre.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.

Potentially problematic release.


This version of avo might be problematic. Click here for more details.

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.5.pre.1
4
+ version: 2.13.6.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-08-25 00:00:00.000000000 Z
12
+ date: 2022-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -1640,7 +1640,6 @@ files:
1640
1640
  - app/controllers/avo/reorder_controller.rb
1641
1641
  - app/controllers/avo/resources_controller.rb
1642
1642
  - app/controllers/avo/search_controller.rb
1643
- - app/controllers/avo/team_users_controller.rb
1644
1643
  - app/helpers/avo/actions_helper.rb
1645
1644
  - app/helpers/avo/application_helper.rb
1646
1645
  - app/helpers/avo/attachments_helper.rb
@@ -1,4 +0,0 @@
1
- # This controller has been generated to enable Rails' resource routes.
2
- # You shouldn't need to modify it in order to use Avo.
3
- class Avo::TeamUsersController < Avo::ResourcesController
4
- end