solidus 3.2.9 → 3.3.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 +5 -20
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b0172632ac064462a0b7a36cb1dd2dcc3367fa2fa76a26516a1ed0df056b7a2
|
4
|
+
data.tar.gz: a4bb6477245afbd7b894f93a7bd8dba109f41c0a83a664fdbebb4c6bda9aaeb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23961fc556beb2898d9e5ff8de1dd59f08111eb25ba2c015fbc113dac1569d5fad978fd9660794aefd51b29728c965684bcf03f5533f3fc57d3890c58b1c4309
|
7
|
+
data.tar.gz: 7d6dc2536eda9ae2626fe3e6aa994f00fda157eed094d2e396f25f30fb31ad378ffe85a2e88713d064f704edfbebb9b5087240450b77f021199ad93916dfc74e
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
# Solidus
|
4
4
|
|
5
5
|
[](https://circleci.com/gh/solidusio/solidus/tree/master)
|
6
|
+
[](https://codecov.io/gh/solidusio/solidus/branch/master)
|
6
7
|
[](https://rubygems.org/gems/solidus)
|
7
8
|
[](LICENSE.md)
|
8
9
|
[](https://houndci.com)
|
@@ -12,13 +13,13 @@
|
|
12
13
|
[](https://opencollective.com/solidus)
|
13
14
|
[](https://opencollective.com/solidus)
|
14
15
|
[](https://www.codetriage.com/solidusio/solidus)
|
15
|
-
[](http://slack.solidus.io)
|
16
17
|
|
17
18
|
**A free, open-source ecommerce platform that gives you complete control over your store.**
|
18
19
|
|
19
20
|
- **Visit our website**: [https://solidus.io/](https://solidus.io/)
|
20
21
|
- **Read our Community Guidelines**: [https://solidus.io/community-guidelines/](https://solidus.io/community-guidelines/)
|
21
|
-
- **Read our guides**: [https://guides.solidus.io/
|
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
|
|
@@ -66,7 +67,7 @@ Solidus consists of several gems. When you require the `solidus` gem in your
|
|
66
67
|
`Gemfile`, Bundler will install all of the following gems:
|
67
68
|
|
68
69
|
- [`solidus_api`](https://github.com/solidusio/solidus/tree/master/api) (RESTful API)
|
69
|
-
- [`solidus_frontend`](https://github.com/solidusio/
|
70
|
+
- [`solidus_frontend`](https://github.com/solidusio/solidus_frontend) (Cart and storefront)
|
70
71
|
- [`solidus_backend`](https://github.com/solidusio/solidus/tree/master/backend) (Admin area)
|
71
72
|
- [`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) (Essential models, mailers, and classes)
|
72
73
|
- [`solidus_sample`](https://github.com/solidusio/solidus/tree/master/sample) (Sample data)
|
@@ -84,22 +85,6 @@ combine it with your own custom frontend, admin interface, and API.
|
|
84
85
|
|
85
86
|
You can try the live Solidus demo [here.](http://demo.solidus.io/) The admin section can be accessed [here.](http://demo.solidus.io/admin)
|
86
87
|
|
87
|
-
You can also try out Solidus with one-click on Heroku:
|
88
|
-
|
89
|
-
[](https://heroku.com/deploy?template=https://github.com/solidusio/solidus-example-app)
|
90
|
-
|
91
|
-
Additionally, you can use Docker to run a demo on your local machine. Run the
|
92
|
-
following command to download the image and run it at
|
93
|
-
[http://localhost:3000](http://localhost:3000).
|
94
|
-
|
95
|
-
```
|
96
|
-
docker run --rm -it -p 3000:3000 solidusio/solidus-demo:latest
|
97
|
-
```
|
98
|
-
|
99
|
-
The admin interface can be accessed at
|
100
|
-
[http://localhost:3000/admin/](http://localhost:3000/admin/), the default
|
101
|
-
credentials are `admin@example.com` and `test123`.
|
102
|
-
|
103
88
|
## Getting started
|
104
89
|
|
105
90
|
Begin by making sure you have
|
@@ -410,4 +395,4 @@ If you want to write an extension for Solidus, you can use the
|
|
410
395
|
## Contributing
|
411
396
|
|
412
397
|
Solidus is an open source project and we encourage contributions. Please read
|
413
|
-
[CONTRIBUTING.md](CONTRIBUTING.md) before contributing.
|
398
|
+
[CONTRIBUTING.md](https://github.com/solidusio/.github/blob/main/CONTRIBUTING.md) before contributing.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: solidus_api
|
@@ -16,70 +16,70 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.
|
19
|
+
version: 3.3.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.
|
26
|
+
version: 3.3.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: solidus_backend
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.
|
33
|
+
version: 3.3.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.
|
40
|
+
version: 3.3.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: solidus_core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.
|
47
|
+
version: 3.3.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.
|
54
|
+
version: 3.3.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: solidus_sample
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.
|
61
|
+
version: 3.3.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.
|
68
|
+
version: 3.3.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: solidus_frontend
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 3.
|
75
|
+
version: 3.3.0.alpha
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 3.
|
82
|
+
version: 3.3.0.alpha
|
83
83
|
description: Solidus is an open source e-commerce framework for Ruby on Rails.
|
84
84
|
email: contact@solidus.io
|
85
85
|
executables: []
|
@@ -105,14 +105,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
106
106
|
- - ">="
|
107
107
|
- !ruby/object:Gem::Version
|
108
|
-
version: 2.
|
108
|
+
version: 2.7.0
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
111
|
- - ">="
|
112
112
|
- !ruby/object:Gem::Version
|
113
113
|
version: 1.8.23
|
114
114
|
requirements: []
|
115
|
-
rubygems_version: 3.
|
115
|
+
rubygems_version: 3.3.26
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: Full-stack e-commerce framework for Ruby on Rails.
|