spree 4.2.7 → 4.3.0.rc1
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 +43 -80
- data/lib/spree.rb +0 -3
- metadata +14 -70
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21884846300996fd6a947a20a26c52b267c8179d92ff7dcefcf42c1b9b539549
|
|
4
|
+
data.tar.gz: 2d19e615cfa98f34dfe8425b2afcfb737fa8e8353c9d86f14765798198036bfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e63dba51bc4119933dccd006523bc1ca443cdf3fc32ecd30f9d9ef581866470176969ae90940052eccd142c28b905e88a828e95200b66772a4457262b9911f60
|
|
7
|
+
data.tar.gz: 6e9ff89e42993e6f1743f6ff99008865d94ce4da4a27a3e1b3f0caf28588d8260464121908848e390a09774d5c17881da5b94d0f6a348de68a0c3ea12f0a7a9d
|
data/README.md
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
<a href="https://spreecommerce.org">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/spree/spree/master/guides/src/images/features/spree_header%402x.png" alt="Spree Commerce - complete open source e-commerce solution built with Ruby on Rails. PWA, Global Commerce, Headless Commerce" />
|
|
3
|
+
</a>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
# Spree Commerce
|
|
4
6
|
|
|
5
|
-
* Join our Slack at [slack.spreecommerce.org](http://slack.spreecommerce.org/)
|
|
6
|
-
* [Contact us](https://spreecommerce.org/contact/) to start a new project or get tech support
|
|
7
|
-
* [DEMO](https://spreecommerce.org/spree-commerce-demo-explainer/) of the new Spree UX introduced in Spree 4.1
|
|
8
|
-
* [9 good reasons to upgrade to Spree 4.1](https://spreecommerce.org/spree-commerce-4-1-is-now-available-9-reasons-to-upgrade-or-use-it-for-a-new-e-commerce-project/) or use it for a new project
|
|
9
7
|
* [Success Stories](https://spreecommerce.org/stories/)
|
|
10
|
-
* [Integrations](https://spreecommerce.org/integrations/)
|
|
11
|
-
* [Extensions](https://github.com/spree/spree#extensions)
|
|
12
8
|
* [Documentation](http://guides.spreecommerce.org)
|
|
13
|
-
* [
|
|
14
|
-
* [
|
|
9
|
+
* [Integrations](https://spreecommerce.org/integrations/)
|
|
10
|
+
* [Join our Slack community](http://slack.spreecommerce.org/)
|
|
11
|
+
* [Support](https://guides.spreecommerce.org/support)
|
|
12
|
+
|
|
13
|
+
[](https://badge.fury.io/rb/spree) [](https://circleci.com/gh/spree/spree/tree/master) [](https://codeclimate.com/github/spree/spree/test_coverage)
|
|
14
|
+
|
|
15
|
+
**Spree** is a complete open source e-commerce solution for global brands. It was started by Sean Schofield and is now developed by [Spark Solutions][spark]. We're open to [contributions](https://guides.spreecommerce.org/developer/contributing/).
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
[](https://codeclimate.com/github/spree/spree)
|
|
18
|
-
[](https://codeclimate.com/github/spree/spree/test_coverage)
|
|
19
|
-
[](http://slack.spreecommerce.org)
|
|
17
|
+
## Key Features
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
was started by Sean Schofield and is now developed by [Spark Solutions](http://sparksolutions.co). We're open to [contributions](#contributing).
|
|
19
|
+

|
|
23
20
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
[
|
|
21
|
+
* **[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
|
+
* **[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
|
+
* **[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
|
+
* **Multi-Store** - host multiple brands / stores on one Spree instance with different branding, configuration, payment methods, shipping options, product catalogs etc
|
|
26
|
+
* **[Multi-vendor marketplace](https://spreecommerce.org/use-cases/multi-vendor-marketplace-demo/)** - run your own marketplace with multiple suppliers with dedicated Supplier Dashboard
|
|
27
|
+
* **Responsive Admin Panel** - manage and curate products, users, orders, returns, shipments & more
|
|
28
|
+
* **Orders** - robust system for orders, shipments, returns and refunds
|
|
29
|
+
* **Carts** - comprehensive and advanced discounts system
|
|
30
|
+
* **Payments** - over 30 payment provider integration out of the box plus API to integrate any other gateway
|
|
31
|
+
* **Run everywhere** - cloud, VPS, Docker, Kubernetes
|
|
32
|
+
* **Battle Tested** - used by thousands of merchants around the globe in all categories since 2007!
|
|
33
|
+
* **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
|
+
* **More features available via extensions** - dozens of extensions built by community, ready for use for free!
|
|
27
35
|
|
|
28
|
-
|
|
29
|
-
* **spree_graphql** (GraphQL API - [coming soon](https://github.com/spree/spree/issues/9176))
|
|
30
|
-
* **spree_frontend** (mobile-first, blazing fast and customizable storefront)
|
|
31
|
-
* **spree_backend** (feature rich Admin Panel)
|
|
32
|
-
* **spree_cmd** (command-line tools for developers)
|
|
33
|
-
* **spree_core** (models, services & mailers, the basic components of Spree)
|
|
34
|
-
* **spree_sample** (sample data for demo purposes)
|
|
36
|
+

|
|
35
37
|
|
|
36
38
|
## Demo
|
|
37
39
|
|
|
38
|
-
|
|
39
|
-
Explore demo features: https://spreecommerce.org/spree-commerce-demo-explainer/
|
|
40
|
+
See Spree in action: [demo.spreecommerce.org](https://demo.spreecommerce.org/)
|
|
40
41
|
|
|
41
42
|
Or fire up your own demo on Heroku:
|
|
42
43
|
|
|
@@ -47,7 +48,7 @@ Admin panel credentials for your own Heroku demo:
|
|
|
47
48
|
* login: `spree@example.com`
|
|
48
49
|
* password: `spree123`
|
|
49
50
|
|
|
50
|
-
##
|
|
51
|
+
## Installation
|
|
51
52
|
|
|
52
53
|
### Option A - use Spree Starter with Docker
|
|
53
54
|
|
|
@@ -56,63 +57,25 @@ Admin panel credentials for your own Heroku demo:
|
|
|
56
57
|
3. Unzip it
|
|
57
58
|
4. Run `bin/setup` in `spree_starter-main` directory
|
|
58
59
|
|
|
59
|
-
### Option B - add Spree to an existing application
|
|
60
|
+
### Option B - add Spree to an existing Ruby on Rails application
|
|
60
61
|
|
|
61
|
-
1. [Please follow Add Spree to an existing Ruby on Rails application tutorial](https://guides.spreecommerce.org/developer/
|
|
62
|
+
1. [Please follow Add Spree to an existing Ruby on Rails application tutorial](https://guides.spreecommerce.org/developer/advanced/existing_app_tutorial.html)
|
|
62
63
|
|
|
63
|
-
##
|
|
64
|
+
## Documentation
|
|
64
65
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
| Extension | Spree 3.2+ support | Description |
|
|
68
|
-
| --- | --- | --- |
|
|
69
|
-
| [spree_analytics_trackers](https://github.com/spree-contrib/spree_analytics_trackers) | [](https://travis-ci.org/spree-contrib/spree_analytics_trackers) | Adds support for Analytics Trackers (Google Analytics & Segment)
|
|
70
|
-
| [spree_avatax_official](https://github.com/spree-contrib/spree_avatax_official) | [](https://travis-ci.org/spree-contrib/spree_avatax_official) | Improve your Spree store's sales tax decision automation with Avalara AvaTax
|
|
71
|
-
| [spree_auth_devise](https://github.com/spree/spree_auth_devise) | [](https://travis-ci.org/spree/spree_auth_devise) | Provides authentication services for Spree, using the Devise gem.
|
|
72
|
-
| [better_spree_paypal_express](https://github.com/spree-contrib/better_spree_paypal_express) | [](https://travis-ci.org/spree-contrib/better_spree_paypal_express) | This is the official Paypal Express extension for Spree.
|
|
73
|
-
| [spree_braintree_vzero](https://github.com/spree-contrib/spree_braintree_vzero) | [](https://travis-ci.org/spree-contrib/spree_braintree_vzero) | Official Spree Braintree v.zero + PayPal extension |
|
|
74
|
-
| [spree_contact_us](https://github.com/spree-contrib/spree_contact_us) | [](https://travis-ci.org/spree-contrib/spree_contact_us) | Adds Contact Us form |
|
|
75
|
-
| [spree_digital](https://github.com/spree-contrib/spree_digital) | [](https://travis-ci.org/spree-contrib/spree_digital) | A Spree extension to enable downloadable products |
|
|
76
|
-
| [spree_gateway](https://github.com/spree/spree_gateway) | [](https://travis-ci.org/spree/spree_gateway) | Payment Gateways (Stripe, Apple Pay, Braintree, Authorize.net and many others)
|
|
77
|
-
| [spree_editor](https://github.com/spree-contrib/spree_editor) | [](https://travis-ci.org/spree-contrib/spree_editor) | Rich text editor for Spree with Image and File uploading in-place |
|
|
78
|
-
| [spree_globalize](https://github.com/spree-contrib/spree_globalize) | [](https://travis-ci.org/spree-contrib/spree_globalize) | Adds support for model translations (multi-language stores)
|
|
79
|
-
| [spree_i18n](https://github.com/spree-contrib/spree_i18n) | [](https://travis-ci.org/spree-contrib/spree_i18n) | I18n translation files for Spree Commerce
|
|
80
|
-
| [spree-mollie-gateway](https://github.com/mollie/spree-mollie-gateway) | [](https://github.com/mollie/spree-mollie-gateway) | Official [Mollie](https://www.mollie.com) payment gateway for Spree Commerce. |
|
|
81
|
-
| [spree-multi-domain](https://github.com/spree-contrib/spree-multi-domain) | [](https://travis-ci.org/spree-contrib/spree-multi-domain) | Multiple Spree stores on different domains - single unified backed for processing orders
|
|
82
|
-
| [spree_multi_vendor](https://github.com/spree-contrib/spree_multi_vendor) | [](https://travis-ci.org/spree-contrib/spree_multi_vendor) | Spree Multi Vendor Marketplace extension |
|
|
83
|
-
| [spree-product-assembly](https://github.com/spree-contrib/spree-product-assembly) | [](https://travis-ci.org/spree-contrib/spree-product-assembly) | Product Bundles |
|
|
84
|
-
| [spree_recently_viewed](https://github.com/spree-contrib/spree_recently_viewed) | [](https://travis-ci.org/spree-contrib/spree_recently_viewed) | Recently viewed products in Spree |
|
|
85
|
-
| [spree_related_products](https://github.com/spree-contrib/spree_related_products) | [](https://travis-ci.org/spree-contrib/spree_related_products) | Related products extension for Spree
|
|
86
|
-
| [spree_social](https://github.com/spree-contrib/spree_social) |[](https://travis-ci.org/spree-contrib/spree_social) | Building block for spree social networking features (provides authentication and account linkage) |
|
|
87
|
-
| [spree_sitemap](https://github.com/spree-contrib/spree_sitemap) | [](https://travis-ci.org/spree-contrib/spree_sitemap) | Sitemap Generator for Spree |
|
|
88
|
-
| [spree_shared](https://github.com/spree-contrib/spree_shared) | [](https://travis-ci.org/spree-contrib/spree_shared) | Multi-tenancy for Spree using Apartment (per tenant databases) |
|
|
89
|
-
| [spree_static_content](https://github.com/spree-contrib/spree_static_content) | [](https://travis-ci.org/spree-contrib/spree_static_content) | Manage static pages for Spree |
|
|
90
|
-
| [spree_volume_pricing](https://github.com/spree-contrib/spree_volume_pricing) | [](https://travis-ci.org/spree-contrib/spree_volume_pricing) | It determines the price for a particular product variant with predefined ranges of quantities
|
|
91
|
-
| [spree_wishlist](https://github.com/spree-contrib/spree_wishlist) | [](https://travis-ci.org/spree-contrib/spree_wishlist) | Wishlist extension for Spree |
|
|
92
|
-
|
|
93
|
-
## Developing Spree
|
|
94
|
-
|
|
95
|
-
Please [follow this guide](https://guides.spreecommerce.org/developer/tutorials/developing_spree.html)
|
|
66
|
+
[Go to Spree Guides](https://guides.spreecommerce.org/)
|
|
96
67
|
|
|
97
|
-
##
|
|
68
|
+
## Extensions
|
|
98
69
|
|
|
99
|
-
|
|
100
|
-
[contributing guidelines](https://github.com/spree/spree/blob/master/.github/CONTRIBUTING.md)
|
|
101
|
-
before contributing.
|
|
70
|
+
Extensions provide additional features and integrations for your Spree store
|
|
102
71
|
|
|
103
|
-
|
|
72
|
+
[Go to Extensions Directory](https://guides.spreecommerce.org/extensions/)
|
|
73
|
+
|
|
74
|
+
## Contributing
|
|
104
75
|
|
|
105
|
-
|
|
76
|
+
Spree is an open source project and we love contributions in any form - pull requests, issues, feature ideas!
|
|
106
77
|
|
|
107
|
-
|
|
108
|
-
* by reporting [bugs](https://github.com/spree/spree/issues/new)
|
|
109
|
-
* by [translating to a new language](https://github.com/spree/spree_i18n/tree/master/config/locales)
|
|
110
|
-
* by writing or editing [documentation](https://github.com/spree/spree/blob/master/.github/CONTRIBUTING.md)
|
|
111
|
-
* by writing [specs](https://github.com/spree/spree/labels/need_specs)
|
|
112
|
-
* by writing [needed code](https://github.com/spree/spree/labels/feature_request) or [finishing code](https://github.com/spree/spree/labels/address_feedback)
|
|
113
|
-
* by [refactoring code](https://github.com/spree/spree/labels/address_feedback)
|
|
114
|
-
* by reviewing [pull requests](https://github.com/spree/spree/pulls)
|
|
115
|
-
* by verifying [issues](https://github.com/spree/spree/labels/unverified)
|
|
78
|
+
Please review the [Contributing Guide](https://guides.spreecommerce.org/developer/contributing/)
|
|
116
79
|
|
|
117
80
|
## License
|
|
118
81
|
|
|
@@ -122,9 +85,9 @@ Spree is released under the [New BSD License](https://github.com/spree/spree/blo
|
|
|
122
85
|
|
|
123
86
|
[][spark]
|
|
124
87
|
|
|
125
|
-
[Spark Solutions][spark] is a
|
|
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.
|
|
126
89
|
|
|
127
90
|
We are passionate about open source software.
|
|
128
91
|
We are [available for hire][spark].
|
|
129
92
|
|
|
130
|
-
[spark]:
|
|
93
|
+
[spark]:https://sparksolutions.co?utm_source=github
|
data/lib/spree.rb
CHANGED
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.3.0.rc1
|
|
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:
|
|
12
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: spree_core
|
|
@@ -17,86 +17,30 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 4.
|
|
20
|
+
version: 4.3.0.rc1
|
|
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.3.0.rc1
|
|
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.3.0.rc1
|
|
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.
|
|
42
|
-
-
|
|
43
|
-
|
|
44
|
-
requirement: !ruby/object:Gem::Requirement
|
|
45
|
-
requirements:
|
|
46
|
-
- - '='
|
|
47
|
-
- !ruby/object:Gem::Version
|
|
48
|
-
version: 4.2.7
|
|
49
|
-
type: :runtime
|
|
50
|
-
prerelease: false
|
|
51
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
-
requirements:
|
|
53
|
-
- - '='
|
|
54
|
-
- !ruby/object:Gem::Version
|
|
55
|
-
version: 4.2.7
|
|
56
|
-
- !ruby/object:Gem::Dependency
|
|
57
|
-
name: spree_frontend
|
|
58
|
-
requirement: !ruby/object:Gem::Requirement
|
|
59
|
-
requirements:
|
|
60
|
-
- - '='
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: 4.2.7
|
|
63
|
-
type: :runtime
|
|
64
|
-
prerelease: false
|
|
65
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
-
requirements:
|
|
67
|
-
- - '='
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: 4.2.7
|
|
70
|
-
- !ruby/object:Gem::Dependency
|
|
71
|
-
name: spree_sample
|
|
72
|
-
requirement: !ruby/object:Gem::Requirement
|
|
73
|
-
requirements:
|
|
74
|
-
- - '='
|
|
75
|
-
- !ruby/object:Gem::Version
|
|
76
|
-
version: 4.2.7
|
|
77
|
-
type: :runtime
|
|
78
|
-
prerelease: false
|
|
79
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
80
|
-
requirements:
|
|
81
|
-
- - '='
|
|
82
|
-
- !ruby/object:Gem::Version
|
|
83
|
-
version: 4.2.7
|
|
84
|
-
- !ruby/object:Gem::Dependency
|
|
85
|
-
name: spree_cmd
|
|
86
|
-
requirement: !ruby/object:Gem::Requirement
|
|
87
|
-
requirements:
|
|
88
|
-
- - '='
|
|
89
|
-
- !ruby/object:Gem::Version
|
|
90
|
-
version: 4.2.7
|
|
91
|
-
type: :runtime
|
|
92
|
-
prerelease: false
|
|
93
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
94
|
-
requirements:
|
|
95
|
-
- - '='
|
|
96
|
-
- !ruby/object:Gem::Version
|
|
97
|
-
version: 4.2.7
|
|
98
|
-
description: Spree is an open source e-commerce framework for Ruby on Rails. Join
|
|
99
|
-
us on http://slack.spreecommerce.org
|
|
41
|
+
version: 4.3.0.rc1
|
|
42
|
+
description: A complete open source e-commerce solution with multi-store, multi-currency
|
|
43
|
+
and multi-language capabilities
|
|
100
44
|
email: hello@spreecommerce.org
|
|
101
45
|
executables: []
|
|
102
46
|
extensions: []
|
|
@@ -109,9 +53,9 @@ licenses:
|
|
|
109
53
|
- BSD-3-Clause
|
|
110
54
|
metadata:
|
|
111
55
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
|
112
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v4.
|
|
56
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v4.3.0.rc1
|
|
113
57
|
documentation_uri: https://guides.spreecommerce.org/
|
|
114
|
-
source_code_uri: https://github.com/spree/spree/tree/v4.
|
|
58
|
+
source_code_uri: https://github.com/spree/spree/tree/v4.3.0.rc1
|
|
115
59
|
post_install_message:
|
|
116
60
|
rdoc_options: []
|
|
117
61
|
require_paths:
|
|
@@ -123,13 +67,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
123
67
|
version: '2.5'
|
|
124
68
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
69
|
requirements:
|
|
126
|
-
- - "
|
|
70
|
+
- - ">"
|
|
127
71
|
- !ruby/object:Gem::Version
|
|
128
|
-
version:
|
|
72
|
+
version: 1.3.1
|
|
129
73
|
requirements:
|
|
130
74
|
- none
|
|
131
|
-
rubygems_version: 3.
|
|
75
|
+
rubygems_version: 3.2.3
|
|
132
76
|
signing_key:
|
|
133
77
|
specification_version: 4
|
|
134
|
-
summary:
|
|
78
|
+
summary: Headless API-first open source eCommerce platform
|
|
135
79
|
test_files: []
|