solidus 3.2.6 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -20
  3. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f8954fff640f286f66d212bf88ce0889f27f2eaabfa3e790bcc803ed1b05522
4
- data.tar.gz: 530e61c022701185de9221b3ab33d293bef10c98df97b17451604d1e91a81807
3
+ metadata.gz: 3f1f753d82cebadacc0203f1c5a1eaa74169f623a87465704be0ab977348d83b
4
+ data.tar.gz: a862133856c75f161338e047bb02c2e4a1e6159b15903c70b66c36c893d0f1f4
5
5
  SHA512:
6
- metadata.gz: e63662e3f052f7f66216006b577822b1b3249f69ba286204c35b8631a11431073332e3d18b72464da265c06a89ffe1c107f3ea935f93a9443df2623955c0fe8b
7
- data.tar.gz: 7c4b3fe128592a7674b647c5747de0b16ec6f18dc2fbb209b058d69c721017f92fe0757e1c69deec41898c634a8118697872a6b07590964003f21fdef8dc3568
6
+ metadata.gz: 83265963bf5e698d2b4aad06fe8d5f3e2ae4439667a06ee4dd417d3badb91116faa2adf29e40d670db9e9840f05e0722b03cb4a677d005ba5074dfe36b801684
7
+ data.tar.gz: 637df976a3382c24180d92fd494c039e64eb4d2a02bfbf5cad6a1c88d2fffd92c48ae6076bc9480b156f0c00a0b0eb1cbe868cf939fec00e2f6fc751e17c4fd7
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  # Solidus
4
4
 
5
5
  [![Circle CI](https://circleci.com/gh/solidusio/solidus/tree/master.svg?style=shield)](https://circleci.com/gh/solidusio/solidus/tree/master)
6
+ [![codecov](https://codecov.io/gh/solidusio/solidus/branch/master/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus/branch/master)
6
7
  [![Gem](https://img.shields.io/gem/v/solidus.svg)](https://rubygems.org/gems/solidus)
7
8
  [![License](http://img.shields.io/badge/license-BSD-yellowgreen.svg)](LICENSE.md)
8
9
  [![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
@@ -12,13 +13,13 @@
12
13
  [![Silver Partners on Open Collective](https://opencollective.com/solidus/tiers/silver/badge.svg?label=Silver Partners&color=brightgree)](https://opencollective.com/solidus)
13
14
  [![Gold Partners on Open Collective](https://opencollective.com/solidus/tiers/gold/badge.svg?label=Gold Partners&color=brightgree)](https://opencollective.com/solidus)
14
15
  [![Open Source Helpers](https://www.codetriage.com/solidusio/solidus/badges/users.svg)](https://www.codetriage.com/solidusio/solidus)
15
- [![Slack](http://slack.solidus.io/badge.svg)](http://slack.solidus.io)
16
+ [![Slack](https://shields.io/badge/slack-start_chatting-blue?logo=slack)](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/developers/](https://guides.solidus.io/developers/)
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/solidus/tree/master/frontend) (Cart and storefront)
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
- [![Deploy](https://www.herokucdn.com/deploy/button.svg)](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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.6
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
@@ -16,70 +16,70 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.6
19
+ version: 3.3.1
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.2.6
26
+ version: 3.3.1
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.2.6
33
+ version: 3.3.1
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.2.6
40
+ version: 3.3.1
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.2.6
47
+ version: 3.3.1
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.2.6
54
+ version: 3.3.1
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.2.6
61
+ version: 3.3.1
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.2.6
68
+ version: 3.3.1
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.2.5
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.2.5
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,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: 2.5.0
108
+ version: 2.7.0
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="