spree_mobility 1.2.0 → 1.3.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b777cdcbfc008f1f81a9e2479ca000cbe2a539d0d25cbe29cf5d7953518a925b
|
|
4
|
+
data.tar.gz: 96de26f38d9798b5fa4dc3c4cc0fc4c16b629d0a131e28011300ae6fb56c64cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65dd2abb1b6929522f03b357646fa5707341b86e3d16fdbed4d955cb9694af5c6b562848b9212e16670cc639d93678467cd41e3d772f73c6c2ba6246bb33f86c
|
|
7
|
+
data.tar.gz: 4af8d6a15d6a2a4d9fdad20b2cdfd180d4d4ef93106e46aa904fe1e5f6a6e5c9907f153f5b02b7e668de3e42653e66dd81d12d5cd58ade80a28d46ce6cb99b21
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This is a Spree model translation gem based on `spree_globalize` for [Spree Comm
|
|
|
4
4
|
It uses `mobility` instead of `globalize`, since `globalize` is not actively developed anymore.
|
|
5
5
|
It is a drop-in replacement for `spree_globalize` and will use your existing translations.
|
|
6
6
|
|
|
7
|
-
Currently, this gem is tested with Spree 4.3.1.
|
|
7
|
+
Currently, this gem is tested with Spree 4.3.1. Since version 1.3, it should also work with Spree 4.4.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_mobility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Berdajs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: spree_core
|