spree 4.8.2 → 4.9.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 +20 -1
- 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: 04e561cbdf9d4db08010de621890aff675c2813ab71bc5aef7878d1b434c61ca
|
4
|
+
data.tar.gz: 4e71e64ef91d3a3247c0e5226d3976e53a4643a45527c95e1b9ab1bc91fa2091
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbf96ded5c6ecc8153fdc06cb76338eaec12caad8ce7b9da71f4c1cd6c2bebea735635590a59e5118b82a300e18a4581dc171e99c7799b933d9a821006bc5e9b
|
7
|
+
data.tar.gz: 5dc76bd97d53a3c300b888d670f484aa8efeee28bcbe16bcd10a173a2adb64b00f181af2f565c53e4b96d53603c617afa4f441b4c953c7f4ebb9f5807973283e
|
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,17 @@ 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
151
|
Spree is released under the [New BSD License](https://github.com/spree/spree/blob/main/license.md).
|
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: 4.
|
4
|
+
version: 4.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-08-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: spree_core
|
@@ -17,42 +17,42 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 4.
|
20
|
+
version: 4.9.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - '='
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 4.
|
27
|
+
version: 4.9.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: spree_api
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 4.
|
34
|
+
version: 4.9.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 4.
|
41
|
+
version: 4.9.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: spree_cli
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 4.
|
48
|
+
version: 4.9.0
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 4.
|
55
|
+
version: 4.9.0
|
56
56
|
description: A complete open source e-commerce solution with multi-store, multi-currency
|
57
57
|
and multi-language capabilities
|
58
58
|
email: hello@spreecommerce.org
|
@@ -67,9 +67,9 @@ licenses:
|
|
67
67
|
- BSD-3-Clause
|
68
68
|
metadata:
|
69
69
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
70
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v4.
|
70
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v4.9.0
|
71
71
|
documentation_uri: https://docs.spreecommerce.org/
|
72
|
-
source_code_uri: https://github.com/spree/spree/tree/v4.
|
72
|
+
source_code_uri: https://github.com/spree/spree/tree/v4.9.0
|
73
73
|
post_install_message:
|
74
74
|
rdoc_options: []
|
75
75
|
require_paths:
|