symphonia 5.0.4 → 5.0.5
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 +4 -4
- data/CHANGELOG.md +5 -1
- data/app/helpers/symphonia/application_helper.rb +1 -1
- data/lib/symphonia/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cc1163c7a5ae38702e8ee0abecdeb175df25e552cec7ec3edc7d051c5217b8b
|
|
4
|
+
data.tar.gz: 97e79ba5d2d401e3a73fc77e457a81d189346bd2c93e7fc572b679d4412fbfb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98fe0437759b0a646223f33b1503bb727df996dcecea41901faee70f9a70a2786f0b013181f3b1695eb2e54db63907fa67cfdb40836cda21c5ae102207bda284
|
|
7
|
+
data.tar.gz: 13e0808dd112825d1de8b768a6785c4e8f48f356c3eb7ef07a29fe8ee0f0a0604053a352f174728797f1df70cdf6d090aaa65cbc97e959d6fe63a065c8cc6a55
|
data/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,12 @@ 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
|
+
|
|
8
12
|
## [5.0.4] - 2022-10-29
|
|
9
|
-
###
|
|
13
|
+
### Fixed
|
|
10
14
|
- revert `autoload` method
|
|
11
15
|
## [5.0.3] - 2022-04-07
|
|
12
16
|
### Removed
|
|
@@ -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-
|
|
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)
|
data/lib/symphonia/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
442
|
+
rubygems_version: 3.4.5
|
|
443
443
|
signing_key:
|
|
444
444
|
specification_version: 4
|
|
445
445
|
summary: My administration
|