spree 5.1.0.beta4 → 5.1.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 +4 -4
- data/README.md +11 -3
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9dfe37815e3eb6ef27e5de4aaeec7cb75f92b638ed24f69e1f38c8dde82a0af8
|
4
|
+
data.tar.gz: 9a437b0665cd1bd957fac0148cb867768617d8ca7c2aa6f4651d3d6463db99c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50d1c9bc57bba061285025fdc6a4b9387c4f4377664da1e1e19aeea7ea78658419fb4401adfce89e9473f5586ad6caf35104305ae94a9c12fc5076554643c0f6
|
7
|
+
data.tar.gz: a0026ebd6cfa25dc1aeabfe7c113e87b9788f5c2bd03108bca6bf841a4b438103d0ae6f23c1b6aef45d11a88a31465c336fed9ec32ae95538024265f090de6fd
|
data/README.md
CHANGED
@@ -168,11 +168,10 @@ Follow our [Contributing Guide](https://spreecommerce.org/docs/developer/contrib
|
|
168
168
|
Spree is developed and maintained by
|
169
169
|
|
170
170
|
<a href="https://getvendo.com">
|
171
|
-
<img alt="Vendo" src="https://
|
171
|
+
<img alt="Vendo" src="https://avatars.githubusercontent.com/u/89416582?s=96&v=4" />
|
172
172
|
</a>
|
173
173
|
|
174
|
-
> Vendo is
|
175
|
-
Go global on day 1. DTC x B2B x Marketplace. API-first. One or multiple storefronts.
|
174
|
+
> Vendo is the commercial entity behind Spree Commerce and in particular the latest, unprecedented investment into Spree 5 and following versions as well as its integrations. We've been the Spree core team since 2016 and led numerous Spree projects while supporting the community. Learn more at: https://www.getvendo.com/
|
176
175
|
|
177
176
|
## License
|
178
177
|
|
@@ -188,8 +187,17 @@ Effectively, for versions 4.10 and upwards **AGPL-3.0** license applies.
|
|
188
187
|
|
189
188
|
Spree Commerce versions 4.9 and earlier in the [spree/spree](https://github.com/spree/spree) repository are available under the BSD-3-Clause license and users are required to comply with its terms.
|
190
189
|
|
190
|
+
Please note:
|
191
|
+
* [Spree under AGPLv3 may be used privately](https://spreecommerce.org/spree-under-agplv3-may-be-used-privately/)
|
192
|
+
|
193
|
+
* [Spree Commerce Developer Covenant](https://spreecommerce.org/spree-commerce-developer-covenant/)
|
194
|
+
|
191
195
|
If you’d like to use Spree Commerce without the AGPL-3.0 restrictions e.g. for a SaaS business, please talk to us about obtaining a [Commercial License](https://github.com/spree/spree/blob/main/license.md#commercial-license).
|
192
196
|
|
193
197
|
All third party components incorporated into this software are licensed under the original license provided by the owner of the applicable component.
|
194
198
|
|
195
199
|
Please refer to our [Licensing FAQ](https://spreecommerce.org/why-spree-is-changing-its-open-source-license-to-agpl-3-0-and-introducing-a-commercial-license/) in case of questions
|
200
|
+
|
201
|
+
If you like what you see, consider giving Spree a GitHub star :star:
|
202
|
+
|
203
|
+
Thank you for supporting Spree open-source :heart:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.0
|
4
|
+
version: 5.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: spree_core
|
@@ -18,42 +18,42 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 5.1.0
|
21
|
+
version: 5.1.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 5.1.0
|
28
|
+
version: 5.1.0
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: spree_api
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 5.1.0
|
35
|
+
version: 5.1.0
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 5.1.0
|
42
|
+
version: 5.1.0
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: spree_cli
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 5.1.0
|
49
|
+
version: 5.1.0
|
50
50
|
type: :runtime
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 5.1.0
|
56
|
+
version: 5.1.0
|
57
57
|
description: A complete open source e-commerce solution with multi-store, multi-currency
|
58
58
|
and multi-language capabilities
|
59
59
|
email: hello@spreecommerce.org
|
@@ -69,9 +69,9 @@ licenses:
|
|
69
69
|
- BSD-3-Clause
|
70
70
|
metadata:
|
71
71
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
72
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.0
|
72
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v5.1.0
|
73
73
|
documentation_uri: https://docs.spreecommerce.org/
|
74
|
-
source_code_uri: https://github.com/spree/spree/tree/v5.1.0
|
74
|
+
source_code_uri: https://github.com/spree/spree/tree/v5.1.0
|
75
75
|
post_install_message:
|
76
76
|
rdoc_options: []
|
77
77
|
require_paths:
|