alchemy_cms 7.1.1 → 7.1.3
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 +10 -0
- data/alchemy_cms.gemspec +1 -1
- data/app/assets/stylesheets/alchemy/archive.scss +1 -0
- data/app/controllers/alchemy/admin/pictures_controller.rb +1 -1
- data/lib/alchemy/version.rb +1 -1
- data/package.json +1 -1
- data/vendor/javascript/tinymce.min.js +1 -1
- metadata +9 -3
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.1.
|
|
4
|
+
version: 7.1.3
|
|
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-02-19 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: actionmailer
|
|
@@ -508,6 +508,9 @@ dependencies:
|
|
|
508
508
|
- - ">="
|
|
509
509
|
- !ruby/object:Gem::Version
|
|
510
510
|
version: '1.4'
|
|
511
|
+
- - "<"
|
|
512
|
+
- !ruby/object:Gem::Version
|
|
513
|
+
version: '2'
|
|
511
514
|
type: :runtime
|
|
512
515
|
prerelease: false
|
|
513
516
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -515,6 +518,9 @@ dependencies:
|
|
|
515
518
|
- - ">="
|
|
516
519
|
- !ruby/object:Gem::Version
|
|
517
520
|
version: '1.4'
|
|
521
|
+
- - "<"
|
|
522
|
+
- !ruby/object:Gem::Version
|
|
523
|
+
version: '2'
|
|
518
524
|
- !ruby/object:Gem::Dependency
|
|
519
525
|
name: view_component
|
|
520
526
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1436,7 +1442,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1436
1442
|
version: '0'
|
|
1437
1443
|
requirements:
|
|
1438
1444
|
- ImageMagick (libmagick), v6.6 or greater.
|
|
1439
|
-
rubygems_version: 3.
|
|
1445
|
+
rubygems_version: 3.4.19
|
|
1440
1446
|
signing_key:
|
|
1441
1447
|
specification_version: 4
|
|
1442
1448
|
summary: A powerful, userfriendly and flexible CMS for Rails
|