solidus 4.5.1 → 4.6.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 +4 -4
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b030cafbf1f3d02911197add13825af06a9c5478ed20a28f2ffec20b587adff9
|
4
|
+
data.tar.gz: f5b4748a858e83b6936261acf2dc2952b82aaafc585544966b116e3119ea2f6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6fdc1349a1bfe996a231bc1571a30c534f8668730883f16f4cee41fa3201717d2b164b33474a4575eee38b778e9f042b6d44e599b68feea3f9a508142bd8ea5
|
7
|
+
data.tar.gz: ca42faccdb0a4171066e6a7aea05f1ecb2b9a83b836f45c884ac08ff77d0d9e6a0e212256af2ce878aa324e028b0d64ecfdd6b100cfcf282f4da5e63d1b30a31
|
data/README.md
CHANGED
@@ -14,15 +14,15 @@
|
|
14
14
|
[](https://www.codetriage.com/solidusio/solidus)
|
15
15
|
[](http://slack.solidus.io)
|
16
16
|
|
17
|
-
**A free, open-source
|
17
|
+
**A free, open-source e-commerce platform that gives you complete control over your store.**
|
18
18
|
|
19
19
|
- **Visit our website**: [https://solidus.io/](https://solidus.io/)
|
20
20
|
- **Read our Community Guidelines**: [https://guides.solidus.io/policies/community-guidelines/](https://guides.solidus.io/policies/community-guidelines/)
|
21
|
+
- **View the project roadmap**: [https://github.com/orgs/solidusio/projects/7](https://github.com/orgs/solidusio/projects/7)
|
21
22
|
- **Read our guides**: [https://guides.solidus.io/](https://guides.solidus.io/)
|
22
23
|
- **Join our Slack**: [http://slack.solidus.io/](http://slack.solidus.io/)
|
23
24
|
- **Solidus Security**: [mailing list](https://groups.google.com/forum/#!forum/solidus-security)
|
24
25
|
|
25
|
-
|
26
26
|
## Table of Contents
|
27
27
|
- [Supporting Solidus](#supporting-solidus)
|
28
28
|
- [Summary](#summary)
|
@@ -53,7 +53,7 @@ Support this project by becoming a Solidus Ambassador. Your logo will show up he
|
|
53
53
|
|
54
54
|
## Summary
|
55
55
|
|
56
|
-
Solidus is a complete open source
|
56
|
+
Solidus is a complete open source e-commerce solution built with Ruby on Rails.
|
57
57
|
It is a fork of [Spree](https://spreecommerce.org).
|
58
58
|
|
59
59
|
See the [Solidus class documentation](http://docs.solidus.io) and the [Solidus
|
@@ -69,7 +69,7 @@ Solidus consists of several gems. When you require the `solidus` gem in your
|
|
69
69
|
- [`solidus_sample`](https://github.com/solidusio/solidus/tree/master/sample) (Sample data)
|
70
70
|
|
71
71
|
All of the gems are designed to work together to provide a fully functional
|
72
|
-
|
72
|
+
e-commerce platform. However, you may only want to use the
|
73
73
|
[`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) gem
|
74
74
|
combine it with your own custom frontend, admin interface, and API.
|
75
75
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: solidus_api
|
@@ -15,70 +15,70 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.
|
18
|
+
version: 4.6.0
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - '='
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: 4.
|
25
|
+
version: 4.6.0
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: solidus_backend
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - '='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 4.
|
32
|
+
version: 4.6.0
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 4.
|
39
|
+
version: 4.6.0
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: solidus_core
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 4.
|
46
|
+
version: 4.6.0
|
47
47
|
type: :runtime
|
48
48
|
prerelease: false
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 4.
|
53
|
+
version: 4.6.0
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
55
|
name: solidus_legacy_promotions
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - '='
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 4.
|
60
|
+
version: 4.6.0
|
61
61
|
type: :runtime
|
62
62
|
prerelease: false
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - '='
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: 4.
|
67
|
+
version: 4.6.0
|
68
68
|
- !ruby/object:Gem::Dependency
|
69
69
|
name: solidus_sample
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - '='
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: 4.
|
74
|
+
version: 4.6.0
|
75
75
|
type: :runtime
|
76
76
|
prerelease: false
|
77
77
|
version_requirements: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
79
|
- - '='
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 4.
|
81
|
+
version: 4.6.0
|
82
82
|
description: Solidus is an open source e-commerce framework for Ruby on Rails.
|
83
83
|
email: contact@solidus.io
|
84
84
|
executables: []
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: 1.8.23
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.6.
|
113
|
+
rubygems_version: 3.6.9
|
114
114
|
specification_version: 4
|
115
115
|
summary: Full-stack e-commerce framework for Ruby on Rails.
|
116
116
|
test_files: []
|