alchemy_cms 7.3.2 → 7.3.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.
Potentially problematic release.
This version of alchemy_cms might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/Gemfile +2 -0
- data/README.md +25 -4
- data/Rakefile +20 -0
- data/app/assets/builds/alchemy/admin.css +1 -1
- data/app/assets/builds/alchemy/admin.css.map +1 -1
- data/app/assets/builds/alchemy/custom-properties.css +1 -0
- data/app/assets/builds/alchemy/custom-properties.css.map +1 -0
- data/app/assets/builds/alchemy/welcome.css.map +1 -1
- data/app/assets/builds/tinymce/skins/content/alchemy/content.min.css.map +1 -1
- data/app/assets/stylesheets/alchemy/admin.scss +0 -1
- data/app/models/concerns/alchemy/picture_thumbnails.rb +4 -5
- data/app/views/layouts/alchemy/admin.html.erb +1 -0
- data/lib/alchemy/version.rb +1 -1
- data/vendor/javascript/tinymce.min.js +1 -1
- metadata +6 -4
- /data/app/assets/stylesheets/alchemy/{_custom-properties.css → custom-properties.css} +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alchemy_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.3.
|
4
|
+
version: 7.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas von Deyen
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2024-
|
16
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: actionmailer
|
@@ -711,6 +711,8 @@ files:
|
|
711
711
|
- app/assets/builds/alchemy/admin/page-select.css.map
|
712
712
|
- app/assets/builds/alchemy/admin/print.css
|
713
713
|
- app/assets/builds/alchemy/admin/print.css.map
|
714
|
+
- app/assets/builds/alchemy/custom-properties.css
|
715
|
+
- app/assets/builds/alchemy/custom-properties.css.map
|
714
716
|
- app/assets/builds/alchemy/welcome.css
|
715
717
|
- app/assets/builds/alchemy/welcome.css.map
|
716
718
|
- app/assets/builds/tinymce/skins/content/alchemy/content.min.css
|
@@ -734,7 +736,6 @@ files:
|
|
734
736
|
- app/assets/javascripts/alchemy/templates/page_folder.hbs
|
735
737
|
- app/assets/javascripts/tinymce/icons/remixicons/icons.js
|
736
738
|
- app/assets/javascripts/tinymce/plugins/alchemy_link/plugin.min.js
|
737
|
-
- app/assets/stylesheets/alchemy/_custom-properties.css
|
738
739
|
- app/assets/stylesheets/alchemy/_defaults.scss
|
739
740
|
- app/assets/stylesheets/alchemy/_deprecated_variables.scss
|
740
741
|
- app/assets/stylesheets/alchemy/_deprecation.scss
|
@@ -784,6 +785,7 @@ files:
|
|
784
785
|
- app/assets/stylesheets/alchemy/admin/toolbar.scss
|
785
786
|
- app/assets/stylesheets/alchemy/admin/typography.scss
|
786
787
|
- app/assets/stylesheets/alchemy/admin/upload.scss
|
788
|
+
- app/assets/stylesheets/alchemy/custom-properties.css
|
787
789
|
- app/assets/stylesheets/alchemy/welcome.scss
|
788
790
|
- app/assets/stylesheets/tinymce/skins/content/alchemy/content.scss
|
789
791
|
- app/assets/stylesheets/tinymce/skins/skintool.json
|
@@ -1457,7 +1459,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1457
1459
|
version: '0'
|
1458
1460
|
requirements:
|
1459
1461
|
- ImageMagick (libmagick), v6.6 or greater.
|
1460
|
-
rubygems_version: 3.5.
|
1462
|
+
rubygems_version: 3.5.22
|
1461
1463
|
signing_key:
|
1462
1464
|
specification_version: 4
|
1463
1465
|
summary: A powerful, userfriendly and flexible CMS for Rails
|
File without changes
|