alchemy_i18n 4.1.0 → 4.1.1
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/README.md +2 -1
- data/lib/alchemy_i18n/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8041fcbab3a56b91e3a9cc1d2918d5e339d9b0ca077b2b11f048cd1bb3b0dc2
|
|
4
|
+
data.tar.gz: bf754e38fe06358c47df1cafe61a76d0200393546d4b7991075f9eba38522ad5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20715526779bec46dc0b7233978fdfc55bf0d66f3acd90e65da887af8053f4fb60027959db7ada6f053513fa5eced3e3e3172a4fba5d27e7d7e6317b2b297d78
|
|
7
|
+
data.tar.gz: f6c461f4bb783446cbf79e271e76db82f4e59b6caeeff3def8d6ad2f614c6dfbe2bb3cc37c3fd69bcbd54d2ea14f24238d299d5fdecc2059fdc3f0ada4bd5575
|
data/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# AlchemyCMS Translations
|
|
2
2
|
|
|
3
|
-
Translations files for AlchemyCMS 7.
|
|
3
|
+
Translations files for AlchemyCMS 7.1 and above.
|
|
4
4
|
|
|
5
5
|
## Alchemy version
|
|
6
6
|
|
|
7
|
+
- For a Alchemy 7.0 compatible version use v4.0.2 or the `4.0-stable` branch.
|
|
7
8
|
- For a Alchemy 6.1 compatible version use v3.2.0 or the `3.2-stable` branch.
|
|
8
9
|
- For a Alchemy 5.3 compatible version use v2.3.1 or the `2.3-stable` branch.
|
|
9
10
|
|
data/lib/alchemy_i18n/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas von Deyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: alchemy_cms
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 7.0
|
|
19
|
+
version: '7.0'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '8'
|
|
@@ -24,9 +24,9 @@ dependencies:
|
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - "
|
|
27
|
+
- - ">"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 7.0
|
|
29
|
+
version: '7.0'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '8'
|