solidus 1.2.3 → 1.3.0.beta1
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 +2 -12
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53343b71220004a671c382f2345cf246fc5f1bae
|
|
4
|
+
data.tar.gz: 7e8a4171497e082c5e36b1acee6b302f34ab7641
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdfc9be6138e3a80741c2adbdea419d27d1a99e60cb868c362e8ab4e32400c3df3e81612368bc036b5fe324972d396284fe2d54eb378f930bffd6acb588fef33
|
|
7
|
+
data.tar.gz: 7f02ac3ef4ba01ec248cce7395255306301dd525a1be3c9e1486efe30e67a859910995ca3fc9f571ccd17133cfb51b6787a64fa0b9d13f1d4cf6fb424ff3d60c
|
data/README.md
CHANGED
|
@@ -208,18 +208,8 @@ COVERAGE=true bundle exec rspec spec
|
|
|
208
208
|
### Extensions
|
|
209
209
|
In addition to core functionality provided in Solidus, there are a number of ways to add
|
|
210
210
|
features to your store that are not (or not yet) part of the core project.
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
Name | Description | Badges |
|
|
214
|
-
:---:|:-----------:|:------------:|
|
|
215
|
-
[Solidus Auth (Devise)](https://github.com/solidusio/solidus_auth_devise) | Provides authentication services for Solidus, using the Devise gem. | [](https://circleci.com/gh/solidusio/solidus_auth_devise/tree/master) [](https://rubygems.org/gems/solidus_auth_devise)
|
|
216
|
-
[Solidus Gateway](https://github.com/solidusio/solidus_gateway) | Community supported Solidus Payment Method Gateways. It works as a wrapper for active_merchant gateway. | [](https://circleci.com/gh/solidusio/solidus_gateway/tree/master) [](https://rubygems.org/gems/solidus_gateway)
|
|
217
|
-
[Solidus Legacy Return Authorizations](https://github.com/solidusio/solidus_legacy_return_authorizations) | This is an extension for users migrating from legacy versions of Spree (2.3.x and prior) which had a different representation of and handling for return authorizations. | [](https://circleci.com/gh/solidusio/solidus_legacy_return_authorizations/tree/master) [](https://rubygems.org/gems/solidus_legacy_return_authorizations)
|
|
218
|
-
[Solidus Multi Domain Store](https://github.com/solidusio/solidus_multi_domain) | This extension allows a single Solidus instance to have several customer facing stores, with a single shared backend administration system (i.e. multi-store, single-vendor). | [](https://circleci.com/gh/solidusio/solidus_multi_domain/tree/master) [](https://rubygems.org/gems/solidus_multi_domain)
|
|
219
|
-
[Solidus - Virtual Gift Card](https://github.com/solidusio/solidus_virtual_gift_card) | A virtual gift card implementation for Solidus. | [](https://circleci.com/gh/solidusio/solidus_virtual_gift_card/tree/master) [](https://rubygems.org/gems/solidus_virtual_gift_card)
|
|
220
|
-
[Solidus Asset Variant Options](https://github.com/solidusio/solidus_asset_variant_options) | Adds the ability for admins to use the same image asset for multiple variants. | [](https://circleci.com/gh/solidusio/solidus_asset_variant_options/tree/master) [](https://rubygems.org/gems/solidus_asset_variant_options)
|
|
221
|
-
[Solidus Avatax](https://github.com/solidusio/solidus_avatax) | Avatax integration with Solidus. | [](https://circleci.com/gh/solidusio/solidus_avatax/tree/master) [](https://rubygems.org/gems/solidus_avatax)
|
|
222
|
-
[Solidus Signifyd](https://github.com/solidusio/solidus_signifyd) | Integration with Signifyd that implements a fraud check prior to marking a shipment as ready to be shipped. | [](https://circleci.com/gh/solidusio/solidus_signifyd/tree/master) [](https://rubygems.org/gems/solidus_signifyd)
|
|
211
|
+
|
|
212
|
+
A list can be found at [extensions.solidus.io](http://extensions.solidus.io/).
|
|
223
213
|
|
|
224
214
|
Contributing
|
|
225
215
|
------------
|
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: 1.
|
|
4
|
+
version: 1.3.0.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Solidus Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: solidus_core
|
|
@@ -16,70 +16,70 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
26
|
+
version: 1.3.0.beta1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: solidus_api
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
33
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
40
|
+
version: 1.3.0.beta1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: solidus_backend
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.
|
|
47
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
54
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
61
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
68
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
75
|
+
version: 1.3.0.beta1
|
|
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: 1.
|
|
82
|
+
version: 1.3.0.beta1
|
|
83
83
|
description: Solidus is an open source e-commerce framework for Ruby on Rails.
|
|
84
84
|
email: contact@solidus.io
|
|
85
85
|
executables: []
|
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
111
|
requirements:
|
|
112
112
|
- none
|
|
113
113
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 2.
|
|
114
|
+
rubygems_version: 2.5.1
|
|
115
115
|
signing_key:
|
|
116
116
|
specification_version: 4
|
|
117
117
|
summary: Full-stack e-commerce framework for Ruby on Rails.
|