spree 4.8.3 → 4.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +37 -2
- metadata +13 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98516bae6bc6d6ae98c48031ad99663f81ba8bdf1d19f20f3d9ca18468cfbdae
|
4
|
+
data.tar.gz: 6310691d45f991e22482ae61f26a0d8188e1639aea086c747c2e741f308ee8c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b9099c00d3aa9cf7306b644ab9ab3a6e245badcb384920ae4b20fa18d26af34c4f6e24230a257d88a3c282839ec8237a3c7d550a24d392aa48a468e7aa998ca
|
7
|
+
data.tar.gz: c9b1ce17b201dc1a2571be52a0503ec459aa4393917b534eac2308edb2543f7a8b0565f030e4f93404c77636548286cdf122ccc10ec67ab65362a2026058e713
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<h1 align="center">Spree Commerce</h2>
|
7
7
|
|
8
8
|
<p align="center">
|
9
|
-
An open
|
9
|
+
An open-source eCommerce platform giving you full control and customizability.
|
10
10
|
<br />
|
11
11
|
Build any eCommerce solution that your business requires.
|
12
12
|
<br />
|
@@ -17,6 +17,8 @@
|
|
17
17
|
·
|
18
18
|
<a href="https://spreecommerce.org">Website</a>
|
19
19
|
·
|
20
|
+
<a href="https://demo.spreecommerce.org">Demo</a>
|
21
|
+
·
|
20
22
|
<a href="https://github.com/spree/spree/milestones?direction=asc&sort=due_date&state=open">Roadmap</a>
|
21
23
|
</p>
|
22
24
|
</p>
|
@@ -41,6 +43,12 @@ Visit the [Quickstart Guide](https://docs.spreecommerce.org/developer/getting-st
|
|
41
43
|
* delivering your Spree application,
|
42
44
|
* optimizing your Spree stack.
|
43
45
|
|
46
|
+
## Enterprise version - [Vendo](https://getvendo.com)
|
47
|
+
|
48
|
+
Besides Enterprise support we also offer an enterprise Spree version called [Vendo](https://getvendo.com) - which is a commercial offering from the Spree team that gives you all the tools you need to launch your store or marketplace and provides you with ready-to-use integrations that will reduce your project's development time and cost.
|
49
|
+
|
50
|
+
To get access to Spree Enterprise (Vendo), contact our [Sales team](https://spreecommerce.org/get-started/)
|
51
|
+
|
44
52
|
## Features
|
45
53
|
### Customizable and modular
|
46
54
|
* pick and choose parts you want to use
|
@@ -127,6 +135,33 @@ Follow our [Contributing Guide](https://docs.spreecommerce.org/developer/contrib
|
|
127
135
|
|
128
136
|
[Contact us](https://spreecommerce.org/contact/) and let's go!
|
129
137
|
|
138
|
+
## Developed by
|
139
|
+
|
140
|
+
Spree is developed and maintained by
|
141
|
+
|
142
|
+
<a href="https://getvendo.com">
|
143
|
+
<img alt="Vendo" src="https://cdn.getvendo.com/assets/vendo-logo-4bda02af8c99bc2ecc5a400120f0ebe4eafcd385e02e25f198a8c355ab75d1ff.png" />
|
144
|
+
</a>
|
145
|
+
|
146
|
+
> Vendo is an eCommerce platform based on Spree which you can customize to your exact needs (source available).
|
147
|
+
Go global on day 1. DTC x B2B x Marketplace. API-first. One or multiple storefronts.
|
148
|
+
|
130
149
|
## License
|
131
150
|
|
132
|
-
Spree is
|
151
|
+
Spree Commerce is a free, open-source eCommerce framework giving you full control and customizability.
|
152
|
+
|
153
|
+
For Spree Commerce versions 4.10 and later in the [spree/spree](https://github.com/spree/spree) repository two licenses apply simultaneously and users are required to comply with the terms of these two licenses at the same time:
|
154
|
+
|
155
|
+
* [AGPL-3.0](https://opensource.org/license/agpl-v3) - for all contributions from version 4.10 onwards
|
156
|
+
|
157
|
+
* [BSD-3-Clause](https://opensource.org/license/bsd-3-clause) - for all other contributions predating version 4.10
|
158
|
+
|
159
|
+
Effectively, for versions 4.10 and upwards **AGPL-3.0** license applies.
|
160
|
+
|
161
|
+
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.
|
162
|
+
|
163
|
+
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](LICENSE.md#commercial-license).
|
164
|
+
|
165
|
+
All third party components incorporated into this software are licensed under the original license provided by the owner of the applicable component.
|
166
|
+
|
167
|
+
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
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
8
|
-
- Spark Solutions
|
8
|
+
- Spark Solutions Sp. z o.o.
|
9
|
+
- Vendo Connect Inc.
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2024-06
|
13
|
+
date: 2024-09-06 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: spree_core
|
@@ -17,42 +18,42 @@ dependencies:
|
|
17
18
|
requirements:
|
18
19
|
- - '='
|
19
20
|
- !ruby/object:Gem::Version
|
20
|
-
version: 4.
|
21
|
+
version: 4.10.0
|
21
22
|
type: :runtime
|
22
23
|
prerelease: false
|
23
24
|
version_requirements: !ruby/object:Gem::Requirement
|
24
25
|
requirements:
|
25
26
|
- - '='
|
26
27
|
- !ruby/object:Gem::Version
|
27
|
-
version: 4.
|
28
|
+
version: 4.10.0
|
28
29
|
- !ruby/object:Gem::Dependency
|
29
30
|
name: spree_api
|
30
31
|
requirement: !ruby/object:Gem::Requirement
|
31
32
|
requirements:
|
32
33
|
- - '='
|
33
34
|
- !ruby/object:Gem::Version
|
34
|
-
version: 4.
|
35
|
+
version: 4.10.0
|
35
36
|
type: :runtime
|
36
37
|
prerelease: false
|
37
38
|
version_requirements: !ruby/object:Gem::Requirement
|
38
39
|
requirements:
|
39
40
|
- - '='
|
40
41
|
- !ruby/object:Gem::Version
|
41
|
-
version: 4.
|
42
|
+
version: 4.10.0
|
42
43
|
- !ruby/object:Gem::Dependency
|
43
44
|
name: spree_cli
|
44
45
|
requirement: !ruby/object:Gem::Requirement
|
45
46
|
requirements:
|
46
47
|
- - '='
|
47
48
|
- !ruby/object:Gem::Version
|
48
|
-
version: 4.
|
49
|
+
version: 4.10.0
|
49
50
|
type: :runtime
|
50
51
|
prerelease: false
|
51
52
|
version_requirements: !ruby/object:Gem::Requirement
|
52
53
|
requirements:
|
53
54
|
- - '='
|
54
55
|
- !ruby/object:Gem::Version
|
55
|
-
version: 4.
|
56
|
+
version: 4.10.0
|
56
57
|
description: A complete open source e-commerce solution with multi-store, multi-currency
|
57
58
|
and multi-language capabilities
|
58
59
|
email: hello@spreecommerce.org
|
@@ -64,12 +65,13 @@ files:
|
|
64
65
|
- lib/spree.rb
|
65
66
|
homepage: https://spreecommerce.org
|
66
67
|
licenses:
|
68
|
+
- AGPL-3.0-or-later
|
67
69
|
- BSD-3-Clause
|
68
70
|
metadata:
|
69
71
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
70
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v4.
|
72
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v4.10.0
|
71
73
|
documentation_uri: https://docs.spreecommerce.org/
|
72
|
-
source_code_uri: https://github.com/spree/spree/tree/v4.
|
74
|
+
source_code_uri: https://github.com/spree/spree/tree/v4.10.0
|
73
75
|
post_install_message:
|
74
76
|
rdoc_options: []
|
75
77
|
require_paths:
|