solidus 2.6.6 → 2.7.0

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 +5 -5
  2. data/README.md +30 -28
  3. metadata +14 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: d4b28a49fa36261ca5166b4ba6a997566a8e7a10146476ba174b1c1db70d09bc
4
- data.tar.gz: 13bf142a8416a49b2c2723b4527eabe77543d659af3174f4257624e66df5a0c2
2
+ SHA1:
3
+ metadata.gz: 5f210702c61c6bc189cc3e05ff4f021da6ca6eb7
4
+ data.tar.gz: f5baeab6f813de3f3acc476fd051c04730b42573
5
5
  SHA512:
6
- metadata.gz: df5ff162107c80e01deb38efc9959e3f415a69ea68838d5fb738956502f3071b4a737df7798693cfeef9b8ff2667c2aea535f7089a95af2ee749b8d9d410e0eb
7
- data.tar.gz: 4b1b9334f92dca0a0ba2a955220cec003c644cb2b6853a8d8314015c436526c1a58645ee9c425c2e05c960b241e080f32fd39545fe67d7c3d1b8c2a67282b799
6
+ metadata.gz: 2e69ed92951fe69ac6ec9da922dd34e8f7aed50db4c99dd4a057b228958f107aa50b3f9d9ca1e799f8de20ac0734e5d1d92719bc69a6040710ab55667747aa67
7
+ data.tar.gz: 5bd5d4148b5ad86e93fbd44756990029cc679e1f32281bd0d6aecce4266679b9743db871bdf171dd56dd7ef8856268653f2f8214237f7a0d323096c206efb0d2
data/README.md CHANGED
@@ -1,52 +1,54 @@
1
1
 
2
2
  ![](https://raw.githubusercontent.com/solidusio/solidus/master/solidus.png)
3
3
 
4
- * [solidus.io](http://solidus.io/)
5
- * [Join our Slack](http://slack.solidus.io/) ([solidusio.slack.com](http://solidusio.slack.com))
6
- * [solidus-security](https://groups.google.com/forum/#!forum/solidus-security) mailing list
4
+ - [solidus.io](http://solidus.io/)
5
+ - [Documentation](https://guides.solidus.io)
6
+ - [Join our Slack](http://slack.solidus.io/) ([solidusio.slack.com](http://solidusio.slack.com))
7
+ - [solidus-security](https://groups.google.com/forum/#!forum/solidus-security) mailing list
7
8
 
8
- Summary
9
- -------
9
+ ## Summary
10
10
 
11
- Solidus is a complete open source e-commerce solution built with Ruby on Rails. It
12
- is a fork of Spree.
11
+ Solidus is a complete open source ecommerce solution built with Ruby on Rails.
12
+ It is a fork of [Spree](https://spreecommerce.org).
13
13
 
14
- Solidus actually consists of several different gems, each of which are maintained
15
- in a single repository and documented in a single set of
16
- [online documentation](http://docs.solidus.io/). By requiring the
17
- [`solidus`](https://github.com/solidusio/solidus) gem you automatically require all
18
- of the necessary gem dependencies which are:
14
+ See the [Solidus class documentation](http://docs.solidus.io) and the [Solidus
15
+ Guides](https://guides.solidus.io) for information about the functionality that
16
+ Solidus provides.
19
17
 
20
- * [`solidus_api`](https://github.com/solidusio/solidus/tree/master/api) (RESTful API)
21
- * [`solidus_frontend`](https://github.com/solidusio/solidus/tree/master/frontend) (Cart and storefront)
22
- * [`solidus_backend`](https://github.com/solidusio/solidus/tree/master/backend) (Admin area)
23
- * [`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) (Essential models, mailers, and classes)
24
- * [`solidus_sample`](https://github.com/solidusio/solidus/tree/master/sample) (Sample data)
18
+ Solidus consists of several gems. When you require the `solidus` gem in your
19
+ `Gemfile`, Bundler will install all of the gems maintained in this repository:
20
+
21
+ - [`solidus_api`](https://github.com/solidusio/solidus/tree/master/api) (RESTful API)
22
+ - [`solidus_frontend`](https://github.com/solidusio/solidus/tree/master/frontend) (Cart and storefront)
23
+ - [`solidus_backend`](https://github.com/solidusio/solidus/tree/master/backend) (Admin area)
24
+ - [`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) (Essential models, mailers, and classes)
25
+ - [`solidus_sample`](https://github.com/solidusio/solidus/tree/master/sample) (Sample data)
25
26
 
26
27
  All of the gems are designed to work together to provide a fully functional
27
- e-commerce platform. It is also possible, however, to use only the pieces you
28
- are interested in. For example, you could use just the barebones
29
- [`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) gem and perhaps combine it with your own
30
- custom frontend instead of using [`solidus_frontend`](https://github.com/solidusio/solidus/tree/master/frontend).
28
+ ecommerce platform. However, you may only want to use the
29
+ [`solidus_core`](https://github.com/solidusio/solidus/tree/master/core) gem
30
+ combine it with your own custom frontend, admin interface, and API.
31
31
 
32
32
  [![Circle CI](https://circleci.com/gh/solidusio/solidus/tree/master.svg?style=shield)](https://circleci.com/gh/solidusio/solidus/tree/master)
33
33
  [![Gem](https://img.shields.io/gem/v/solidus.svg)](https://rubygems.org/gems/solidus)
34
34
  [![License](http://img.shields.io/badge/license-BSD-yellowgreen.svg)](LICENSE.md)
35
35
  [![Slack](http://slack.solidus.io/badge.svg)](http://slack.solidus.io)
36
36
 
37
- Demo
38
- ----
37
+ ## Demo
38
+
39
39
  Try out Solidus with one-click on Heroku:
40
40
 
41
41
  [![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/solidusio/solidus)
42
42
 
43
- Getting started
44
- ---------------
43
+ ## Getting started
45
44
 
46
- Begin by making sure you have [Imagemagick](http://imagemagick.org/script/download.php) installed, which is required for Paperclip. (You can install it using [Homebrew](https://brew.sh) if you're on a Mac.)
45
+ Begin by making sure you have
46
+ [Imagemagick](http://imagemagick.org/script/download.php) installed, which is
47
+ required for Paperclip. (You can install it using [Homebrew](https://brew.sh) if
48
+ you're on a Mac.)
47
49
 
48
- To add solidus, begin with a Rails 5 application and a database configured and created. Add the following to your
49
- Gemfile.
50
+ To add solidus, begin with a Rails 5 application and a database configured and
51
+ created. Add the following to your Gemfile.
50
52
 
51
53
  ```ruby
52
54
  gem 'solidus'
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: 2.6.6
4
+ version: 2.7.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2018-09-14 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: 2.6.6
19
+ version: 2.7.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: 2.6.6
26
+ version: 2.7.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: 2.6.6
33
+ version: 2.7.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: 2.6.6
40
+ version: 2.7.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: 2.6.6
47
+ version: 2.7.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: 2.6.6
54
+ version: 2.7.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: solidus_frontend
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 2.6.6
61
+ version: 2.7.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: 2.6.6
68
+ version: 2.7.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: solidus_sample
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.6.6
75
+ version: 2.7.0
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: 2.6.6
82
+ version: 2.7.0
83
83
  description: Solidus is an open source e-commerce framework for Ruby on Rails.
84
84
  email: contact@solidus.io
85
85
  executables: []
@@ -110,7 +110,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: 1.8.23
111
111
  requirements:
112
112
  - none
113
- rubygems_version: 3.0.6
113
+ rubyforge_project:
114
+ rubygems_version: 2.6.10
114
115
  signing_key:
115
116
  specification_version: 4
116
117
  summary: Full-stack e-commerce framework for Ruby on Rails.