symphonia 5.0.3 → 5.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fa99fb7b61dbfc55113cc3efa2d09ff9da70d537794dcdee2958b8e2524230e
4
- data.tar.gz: 07be453b883833449b0ce3f21cf2d41078eb2936fab379bb43580721ee909a5f
3
+ metadata.gz: a596e114d8522b256ffe34ad1352bf09bfa73501ce17f6fa11c35af8f8248e81
4
+ data.tar.gz: f40b47d12c7d62dc1f7946a6ab34da264fe24a5d78e121249b5bdf06fb61fe95
5
5
  SHA512:
6
- metadata.gz: 7be0e6682793b9c75ad69e7f005c50d1ebf88bbbaaf8f34a33e11786c9a68951637f7671fd28aa54dccbf9179b7ba84b9c31f741054f016a812aa5f2ea1ed4f3
7
- data.tar.gz: a480ec0a995401d695f403ed48bc517262ffaa35d5d2ead0856adf166383e1268c4a3af986ccd841ee19f624ebacea86ff9b041580c0aaba0febaffab95ebb73
6
+ metadata.gz: bd06b3da3de5937649804f6b7bc3f94d744570c33232542497c0b09eee2a011c2f137e34ff6ee389ef1ce2753eef5f186be2e7fa8007fab246978a7755881c30
7
+ data.tar.gz: e2434db47d3b6145a907c9b2729d49c06b97833251aeb73fce7d13d9c3e0dc2342ef8152add107df57e15bb76b0d35fd628ac10c581b32f3773a6ba060eef6f8
data/CHANGELOG.md CHANGED
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ## [5.0.4] - 2022-10-29
9
+ ### Fixed
10
+ - revert `autoload` method
8
11
  ## [5.0.3] - 2022-04-07
9
12
  ### Removed
10
13
  - Role model
@@ -1,5 +1,5 @@
1
1
  module Symphonia
2
2
 
3
- VERSION = '5.0.3'
3
+ VERSION = '5.0.4'
4
4
 
5
5
  end
data/lib/symphonia.rb CHANGED
@@ -2,18 +2,18 @@ module Symphonia
2
2
 
3
3
  include ::ActiveSupport::Configurable
4
4
 
5
- # autoload :BaseController, 'symphonia/base_controller'
6
- # autoload :BootstrapLinkRender, 'symphonia/bootstrap_link_render'
7
- # autoload :ControllerExtensions, 'symphonia/controller_extensions'
8
- # autoload :EntityDecorator, 'symphonia/entity_decorator'
9
- # autoload :FormBuilder, 'symphonia/form_builder'
10
- # autoload :MenuManager, 'symphonia/menu_manager'
11
- # autoload :ModelAttributes, 'symphonia/model_attributes'
12
- # autoload :ModelFilters, 'symphonia/model_filters'
13
- # autoload :Permissions, 'symphonia/permissions'
14
- # autoload :Query, 'symphonia/query'
15
- # autoload :QueryColumns, 'symphonia/query_columns'
16
- # autoload :UserManagement, 'symphonia/user_management'
5
+ autoload :BaseController, 'symphonia/base_controller'
6
+ autoload :BootstrapLinkRender, 'symphonia/bootstrap_link_render'
7
+ autoload :ControllerExtensions, 'symphonia/controller_extensions'
8
+ autoload :EntityDecorator, 'symphonia/entity_decorator'
9
+ autoload :FormBuilder, 'symphonia/form_builder'
10
+ autoload :MenuManager, 'symphonia/menu_manager'
11
+ autoload :ModelAttributes, 'symphonia/model_attributes'
12
+ autoload :ModelFilters, 'symphonia/model_filters'
13
+ autoload :Permissions, 'symphonia/permissions'
14
+ autoload :Query, 'symphonia/query'
15
+ autoload :QueryColumns, 'symphonia/query_columns'
16
+ autoload :UserManagement, 'symphonia/user_management'
17
17
 
18
18
  module ActionCable
19
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: symphonia
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.3
4
+ version: 5.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Pokorny
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: api-pagination