alchemy_cms 5.0.6 → 5.0.7
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 +4 -0
- data/lib/alchemy/upgrader/five_point_zero.rb +3 -2
- data/lib/alchemy/version.rb +1 -1
- data/lib/generators/alchemy/install/install_generator.rb +2 -1
- data/package.json +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: 8314deb3da46220c3ae380d6cfbcf4bf9c5ae71c89f57070c80854c852902fa0
|
|
4
|
+
data.tar.gz: c6f0b239474a7f9117b7178880efddcfd2072aa7b625ea023ca461e286041721
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1feceb8caa6386c912ce7eee42dc23f3cc7defc7c2be23a9b7760f8677e838691ca13ea5dfad1ae68a92c15c88493d20a3b54847b66886b2c7cc298e37f24ca5
|
|
7
|
+
data.tar.gz: b63b5df5f228e82f125273fbb29dfca421b57c06d9bdb111031f04e81942e6aacf7b3c6f593cfed0b7a7969f89175d221ed352bbe296062fb80ddf6647340eee
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 5.0.7 (2021-10-26)
|
|
2
|
+
|
|
3
|
+
- Make sure to install correct npm package ([tvdeyen](https://github.com/tvdeyen))
|
|
4
|
+
|
|
1
5
|
## 5.0.6 (2021-09-17)
|
|
2
6
|
|
|
3
7
|
- Use self_and_ancestors in page_active? helper [#2193](https://github.com/AlchemyCMS/alchemy_cms/pull/2193) ([mamhoff](https://github.com/mamhoff))
|
|
@@ -4,6 +4,7 @@ require_relative "tasks/harden_gutentag_migrations"
|
|
|
4
4
|
require "rails/generators"
|
|
5
5
|
require "thor"
|
|
6
6
|
require "alchemy/install/tasks"
|
|
7
|
+
require "alchemy/version"
|
|
7
8
|
|
|
8
9
|
module Alchemy
|
|
9
10
|
class Upgrader::FivePointZero < Upgrader
|
|
@@ -12,7 +13,7 @@ module Alchemy
|
|
|
12
13
|
include Thor::Actions
|
|
13
14
|
|
|
14
15
|
source_root File.expand_path("../../generators/alchemy/install/files", __dir__)
|
|
15
|
-
|
|
16
|
+
|
|
16
17
|
class << self
|
|
17
18
|
def install_gutentag_migrations
|
|
18
19
|
desc "Install Gutentag migrations"
|
|
@@ -55,7 +56,7 @@ module Alchemy
|
|
|
55
56
|
end
|
|
56
57
|
|
|
57
58
|
def add_npm_package
|
|
58
|
-
new.run "yarn add @alchemy_cms/admin"
|
|
59
|
+
new.run "yarn add @alchemy_cms/admin@~#{Alchemy.version}"
|
|
59
60
|
end
|
|
60
61
|
|
|
61
62
|
def copy_alchemy_entry_point
|
data/lib/alchemy/version.rb
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
require "rails/generators"
|
|
3
3
|
require "alchemy/install/tasks"
|
|
4
|
+
require "alchemy/version"
|
|
4
5
|
|
|
5
6
|
module Alchemy
|
|
6
7
|
module Generators
|
|
@@ -88,7 +89,7 @@ module Alchemy
|
|
|
88
89
|
end
|
|
89
90
|
|
|
90
91
|
def add_npm_package
|
|
91
|
-
run "yarn add @alchemy_cms/admin"
|
|
92
|
+
run "yarn add @alchemy_cms/admin@~#{Alchemy.version}"
|
|
92
93
|
end
|
|
93
94
|
|
|
94
95
|
def copy_alchemy_entry_point
|
data/package.json
CHANGED
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: 5.0.
|
|
4
|
+
version: 5.0.7
|
|
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: 2021-
|
|
16
|
+
date: 2021-10-26 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: active_model_serializers
|
|
@@ -1274,7 +1274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1274
1274
|
version: '0'
|
|
1275
1275
|
requirements:
|
|
1276
1276
|
- ImageMagick (libmagick), v6.6 or greater.
|
|
1277
|
-
rubygems_version: 3.2.
|
|
1277
|
+
rubygems_version: 3.2.28
|
|
1278
1278
|
signing_key:
|
|
1279
1279
|
specification_version: 4
|
|
1280
1280
|
summary: A powerful, userfriendly and flexible CMS for Rails
|