symphonia 5.0.3 → 5.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fa99fb7b61dbfc55113cc3efa2d09ff9da70d537794dcdee2958b8e2524230e
4
- data.tar.gz: 07be453b883833449b0ce3f21cf2d41078eb2936fab379bb43580721ee909a5f
3
+ metadata.gz: 8cc1163c7a5ae38702e8ee0abecdeb175df25e552cec7ec3edc7d051c5217b8b
4
+ data.tar.gz: 97e79ba5d2d401e3a73fc77e457a81d189346bd2c93e7fc572b679d4412fbfb9
5
5
  SHA512:
6
- metadata.gz: 7be0e6682793b9c75ad69e7f005c50d1ebf88bbbaaf8f34a33e11786c9a68951637f7671fd28aa54dccbf9179b7ba84b9c31f741054f016a812aa5f2ea1ed4f3
7
- data.tar.gz: a480ec0a995401d695f403ed48bc517262ffaa35d5d2ead0856adf166383e1268c4a3af986ccd841ee19f624ebacea86ff9b041580c0aaba0febaffab95ebb73
6
+ metadata.gz: 98fe0437759b0a646223f33b1503bb727df996dcecea41901faee70f9a70a2786f0b013181f3b1695eb2e54db63907fa67cfdb40836cda21c5ae102207bda284
7
+ data.tar.gz: 13e0808dd112825d1de8b768a6785c4e8f48f356c3eb7ef07a29fe8ee0f0a0604053a352f174728797f1df70cdf6d090aaa65cbc97e959d6fe63a065c8cc6a55
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ 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.5] - 2023-01-29
9
+ ### Changed
10
+ - replace `regular` by `solid` for FA
11
+
12
+ ## [5.0.4] - 2022-10-29
13
+ ### Fixed
14
+ - revert `autoload` method
8
15
  ## [5.0.3] - 2022-04-07
9
16
  ### Removed
10
17
  - Role model
@@ -251,7 +251,7 @@ module Symphonia
251
251
  html_options.delete(:text)
252
252
  end
253
253
  html_options[:title] ||= text
254
- html_options[:class] = "fa-regular fa-#{icon}"
254
+ html_options[:class] = "fa-solid fa-#{icon}"
255
255
  html_options['aria-hidden'] ||= true
256
256
 
257
257
  html = tag.i(nil, **html_options)
@@ -1,5 +1,5 @@
1
1
  module Symphonia
2
2
 
3
- VERSION = '5.0.3'
3
+ VERSION = '5.0.5'
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.5
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: 2023-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: api-pagination
@@ -439,7 +439,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
439
439
  - !ruby/object:Gem::Version
440
440
  version: '0'
441
441
  requirements: []
442
- rubygems_version: 3.3.7
442
+ rubygems_version: 3.4.5
443
443
  signing_key:
444
444
  specification_version: 4
445
445
  summary: My administration