spree 4.3.0.rc1 → 4.3.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +23 -23
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9eb4b97245b641e76f86826ac5ac8cdfcbe0e94ced83520d7ef3e3f05b6bbf1d
|
4
|
+
data.tar.gz: 98fc8607f4c40403197ad9d3a0fd6a24c3ce2de9626ad0992b1d14add456efd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13d25d5bd8a3d3be1ac8ba30ecbffa851281c9e0e64b717360e7f756c5b61f0dbe23416533a457b42c09b65468970e5b79fb0cc500cd7222430aeb68fe995436
|
7
|
+
data.tar.gz: 6c606222f10aa884cb2bbda2f6219cd92d8aca3122fec9ec79591b1c6f4d52add678e8ecfa3bd28f6eace7700204f24207f9a7541633cc0e5a65a15309637dd5
|
data/README.md
CHANGED
@@ -1,26 +1,30 @@
|
|
1
1
|
<a href="https://spreecommerce.org">
|
2
|
-
<img src="https://raw.githubusercontent.com/spree/spree/master/
|
2
|
+
<img src="https://raw.githubusercontent.com/spree/spree-dev-docs/master/.gitbook/assets/spree_header_978-2x.png" alt="Spree Commerce - a headless multi-language, multi-currency, multi-store open source e-commerce platform" />
|
3
3
|
</a>
|
4
4
|
|
5
|
-
# Spree Commerce
|
5
|
+
# [Spree Commerce](https://spreecommerce.org) [![Gem Version](https://badge.fury.io/rb/spree.svg)](https://badge.fury.io/rb/spree) [![Circle CI](https://circleci.com/gh/spree/spree.svg?style=shield)](https://circleci.com/gh/spree/spree/tree/master) [![Test Coverage](https://api.codeclimate.com/v1/badges/8277fc2bb0b1f777084f/test_coverage)](https://codeclimate.com/github/spree/spree/test_coverage)
|
6
6
|
|
7
7
|
* [Success Stories](https://spreecommerce.org/stories/)
|
8
|
-
* [Documentation](
|
8
|
+
* [Documentation](https://dev-docs.spreecommerce.org/)
|
9
|
+
* [API Reference](https://api.spreecommerce.org)
|
9
10
|
* [Integrations](https://spreecommerce.org/integrations/)
|
10
11
|
* [Join our Slack community](http://slack.spreecommerce.org/)
|
11
|
-
* [Support](https://
|
12
|
+
* [Support](https://spreecommerce.org/contact/)
|
12
13
|
|
13
|
-
|
14
|
+
**Spree** is a headless open source e-commerce platform for global brands. It was started by Sean Schofield and is now developed by [Spark Solutions][spark]. We're open to [contributions](https://dev-docs.spreecommerce.org/contributing).
|
14
15
|
|
15
|
-
|
16
|
+
## Sponsored by
|
17
|
+
|
18
|
+
[![Spark Solutions](http://sparksolutions.co/wp-content/uploads/2015/01/logo-ss-tr-221x100.png)][spark]
|
19
|
+
|
20
|
+
[Spark Solutions][spark] is a full stack eCommerce agency. Our project teams consist of Designers, Software Engineers, Testers and Project Managers practicing agile project delivery. We’ll integrate our team with yours to jointly architect, deliver, maintain and scale the software products you need. You drive the project with requirements and acceptance testing and we help you deliver faster using industry-standard project management and comms best practices. [Contact us to launch your new eCommerce project](https://sparksolutions.co/contact/).
|
16
21
|
|
17
22
|
## Key Features
|
18
23
|
|
19
|
-
![admin panel](
|
24
|
+
![admin panel](https://raw.githubusercontent.com/spree/spree-dev-docs/master/.gitbook/assets/admin_panel_978-2x.jpg)
|
20
25
|
|
21
26
|
* **[Headless Commerce](https://spreecommerce.org/use-cases/headless-ecommerce-api/)** - build mobile apps or custom storefronts in any technology, [JS/TS SDK available](https://github.com/spree/spree-storefront-api-v2-js-sdk)
|
22
27
|
* **[PWA](https://spreecommerce.org/use-cases/spree-pwa-progressive-web-application/)** - offline shopping experiences like native mobile apps
|
23
|
-
* **[Mobile-first Storefront](https://spreecommerce.org/spree-commerce-demo-explainer/)** - modern, ultra fast and responsive storefront designed for great UX as well as SEO
|
24
28
|
* **[Global Commerce](https://spreecommerce.org/use-cases/international-sales-demo/)** - multi currency and multi language support out of the box, different shipping methods / costs for different regions, advanced tax calculation
|
25
29
|
* **Multi-Store** - host multiple brands / stores on one Spree instance with different branding, configuration, payment methods, shipping options, product catalogs etc
|
26
30
|
* **[Multi-vendor marketplace](https://spreecommerce.org/use-cases/multi-vendor-marketplace-demo/)** - run your own marketplace with multiple suppliers with dedicated Supplier Dashboard
|
@@ -33,7 +37,7 @@
|
|
33
37
|
* **Fully customizable** - pick and choose parts you want to use and customize everything else (storefront, order processing, API, etc) to create unique solutions that your business requires
|
34
38
|
* **More features available via extensions** - dozens of extensions built by community, ready for use for free!
|
35
39
|
|
36
|
-
![multi store](
|
40
|
+
![multi store](https://raw.githubusercontent.com/spree/spree-dev-docs/master/.gitbook/assets/mulit_store_978x2.png)
|
37
41
|
|
38
42
|
## Demo
|
39
43
|
|
@@ -59,35 +63,31 @@ Admin panel credentials for your own Heroku demo:
|
|
59
63
|
|
60
64
|
### Option B - add Spree to an existing Ruby on Rails application
|
61
65
|
|
62
|
-
1. [Please follow Add Spree to an existing Ruby on Rails application tutorial](https://
|
66
|
+
1. [Please follow Add Spree to an existing Ruby on Rails application tutorial](https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial)
|
63
67
|
|
64
68
|
## Documentation
|
65
69
|
|
66
|
-
[
|
70
|
+
[Developer Documentation](https://dev-docs.spreecommerce.org/)
|
71
|
+
|
72
|
+
## API
|
73
|
+
|
74
|
+
* [API Reference](https://api.spreecommerce.org/)
|
75
|
+
* [Javascript / TypeScript SDK](https://github.com/spree/spree-storefront-api-v2-js-sdk)
|
67
76
|
|
68
77
|
## Extensions
|
69
78
|
|
70
|
-
Extensions provide additional features and integrations for your Spree
|
79
|
+
Extensions provide additional features and integrations for your Spree application
|
71
80
|
|
72
|
-
[Go to Extensions Directory](https://
|
81
|
+
[Go to Extensions Directory](https://dev-docs.spreecommerce.org/extensions/extensions)
|
73
82
|
|
74
83
|
## Contributing
|
75
84
|
|
76
85
|
Spree is an open source project and we love contributions in any form - pull requests, issues, feature ideas!
|
77
86
|
|
78
|
-
Please review the [Contributing Guide](https://
|
87
|
+
Please review the [Contributing Guide](https://dev-docs.spreecommerce.org/contributing/index)
|
79
88
|
|
80
89
|
## License
|
81
90
|
|
82
91
|
Spree is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md).
|
83
92
|
|
84
|
-
## About Spark Solutions
|
85
|
-
|
86
|
-
[![Spark Solutions](http://sparksolutions.co/wp-content/uploads/2015/01/logo-ss-tr-221x100.png)][spark]
|
87
|
-
|
88
|
-
[Spark Solutions][spark] is a full stack eCommerce agency specialized in Spree Commerce, Ruby on Rails and JavaScript. We’ve been leading Spree open-source efforts since 2016 as its core team. We also do client work. Our project teams consist of Designers, Software Engineers, Testers and Project Managers practicing agile project delivery. We’ll integrate our team with yours to jointly architect, deliver, maintain and scale the software products you need. You drive the project with requirements and acceptance testing and we help you deliver faster using industry-standard project management and comms best practices.
|
89
|
-
|
90
|
-
We are passionate about open source software.
|
91
|
-
We are [available for hire][spark].
|
92
|
-
|
93
93
|
[spark]:https://sparksolutions.co?utm_source=github
|
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.3.0.
|
4
|
+
version: 4.3.0.rc2
|
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: 2021-08-
|
12
|
+
date: 2021-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: spree_core
|
@@ -17,28 +17,28 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - '='
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 4.3.0.
|
20
|
+
version: 4.3.0.rc2
|
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.3.0.
|
27
|
+
version: 4.3.0.rc2
|
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.3.0.
|
34
|
+
version: 4.3.0.rc2
|
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.3.0.
|
41
|
+
version: 4.3.0.rc2
|
42
42
|
description: A complete open source e-commerce solution with multi-store, multi-currency
|
43
43
|
and multi-language capabilities
|
44
44
|
email: hello@spreecommerce.org
|
@@ -53,9 +53,9 @@ licenses:
|
|
53
53
|
- BSD-3-Clause
|
54
54
|
metadata:
|
55
55
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
56
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v4.3.0.
|
57
|
-
documentation_uri: https://
|
58
|
-
source_code_uri: https://github.com/spree/spree/tree/v4.3.0.
|
56
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v4.3.0.rc2
|
57
|
+
documentation_uri: https://dev-docs.spreecommerce.org/
|
58
|
+
source_code_uri: https://github.com/spree/spree/tree/v4.3.0.rc2
|
59
59
|
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
require_paths:
|