spree 2.4.10 → 3.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of spree might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +27 -34
- data/lib/sandbox.sh +6 -8
- metadata +17 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc6ece643f7f6bef14b75183d84d54d8fb9dba57
|
4
|
+
data.tar.gz: 046c32875366f20e26dcd990ac0241cf10615d03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9039e6ae690b0d768afd58872f2538c25791118d43c2b3828eb1708705689382cd39ee3366f40890571a9f346c18f64a28743e1cdaaa250dbd36a8662d19f1a2
|
7
|
+
data.tar.gz: 55034583b35e57a4b816e58b2ad3f17bdc84d16758580fe26dcf0838305871f9fb23cb0b1e6eccc6ed6a8d079288e23bf8e023bbb900d735865a6134078e5b49
|
data/README.md
CHANGED
@@ -28,7 +28,9 @@ interested in. For example, you could use just the barebones spree\_core gem
|
|
28
28
|
and perhaps combine it with your own custom backend admin instead of using
|
29
29
|
spree_api.
|
30
30
|
|
31
|
+
[![Circle CI](https://circleci.com/gh/spree/spree.svg?style=svg)](https://circleci.com/gh/spree/spree)
|
31
32
|
[![Code Climate](https://codeclimate.com/github/spree/spree.png)](https://codeclimate.com/github/spree/spree)
|
33
|
+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spree/spree)
|
32
34
|
[![Issue Stats](http://issuestats.com/github/spree/spree/badge/pr)](http://issuestats.com/github/spree/spree)
|
33
35
|
[![Issue Stats](http://issuestats.com/github/spree/spree/badge/issue)](http://issuestats.com/github/spree/spree)
|
34
36
|
|
@@ -43,9 +45,9 @@ The fastest way to get started is by using the spree command line tool
|
|
43
45
|
available in the spree gem which will add Spree to an existing Rails application.
|
44
46
|
|
45
47
|
```shell
|
46
|
-
gem install rails -v 4.
|
48
|
+
gem install rails -v 4.2.0
|
47
49
|
gem install spree
|
48
|
-
rails _4.
|
50
|
+
rails _4.2.0_ new my_store
|
49
51
|
spree install my_store
|
50
52
|
```
|
51
53
|
|
@@ -95,19 +97,6 @@ gem 'spree', github: 'spree/spree'
|
|
95
97
|
state. It is unwise to use this branch in a production system you care deeply
|
96
98
|
about.**
|
97
99
|
|
98
|
-
If you wish to have authentication included also, you will need to add the
|
99
|
-
`spree_auth_devise` gem as well. Either this:
|
100
|
-
|
101
|
-
```ruby
|
102
|
-
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-4-stable'
|
103
|
-
```
|
104
|
-
|
105
|
-
Or this:
|
106
|
-
|
107
|
-
```ruby
|
108
|
-
gem 'spree_auth_devise', github: 'spree/spree_auth_devise'
|
109
|
-
```
|
110
|
-
|
111
100
|
Once you've done that, then you can install these gems using this command:
|
112
101
|
|
113
102
|
```shell
|
@@ -120,19 +109,6 @@ Use the install generator to set up Spree:
|
|
120
109
|
rails g spree:install --sample=false --seed=false
|
121
110
|
```
|
122
111
|
|
123
|
-
At this point, if you are using spree_auth_devise you will need to change this
|
124
|
-
line in `config/initializers/spree.rb`:
|
125
|
-
|
126
|
-
```ruby
|
127
|
-
Spree.user_class = "Spree::LegacyUser"
|
128
|
-
```
|
129
|
-
|
130
|
-
To this:
|
131
|
-
|
132
|
-
```ruby
|
133
|
-
Spree.user_class = "Spree::User"
|
134
|
-
```
|
135
|
-
|
136
112
|
You can avoid running migrations or generating seed and sample data by passing
|
137
113
|
in these flags:
|
138
114
|
|
@@ -261,11 +237,9 @@ bundle exec rake spree_auth:admin:create
|
|
261
237
|
Running Tests
|
262
238
|
-------------
|
263
239
|
|
264
|
-
[
|
265
|
-
|
266
|
-
We use [TeamCity](http://www.jetbrains.com/teamcity/) to run the tests for Spree.
|
240
|
+
We use [CircleCI](https://circleci.com/) to run the tests for Spree.
|
267
241
|
|
268
|
-
You can see the build statuses at [
|
242
|
+
You can see the build statuses at [https://circleci.com/gh/spree/spree](https://circleci.com/gh/spree/spree).
|
269
243
|
|
270
244
|
---
|
271
245
|
|
@@ -335,6 +309,25 @@ Spree roadmap at [https://trello.com/b/PQsUfCL0/spree-roadmap](https://trello.co
|
|
335
309
|
Contributing
|
336
310
|
------------
|
337
311
|
|
338
|
-
Spree is an open source project and we encourage contributions. Please
|
339
|
-
[
|
312
|
+
Spree is an open source project and we encourage contributions. Please review the
|
313
|
+
[contributing guidelines](http://guides.spreecommerce.com/developer/contributing.html)
|
340
314
|
before contributing.
|
315
|
+
|
316
|
+
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), **everyone** is encouraged to help improve this project.
|
317
|
+
|
318
|
+
Here are some ways **you** can contribute:
|
319
|
+
|
320
|
+
* by using prerelease versions / master branch
|
321
|
+
* by reporting [bugs](https://github.com/spree/spree/issues/new)
|
322
|
+
* by [translating to a new language](https://github.com/spree/spree_i18n/tree/master/config/locales)
|
323
|
+
* by writing or editing [documentation](http://guides.spreecommerce.com/developer/contributing.html#contributing-to-the-documentation)
|
324
|
+
* by writing [specs](https://github.com/spree/spree/labels/need_specs)
|
325
|
+
* by writing [needed code](https://github.com/spree/spree/labels/feature_request) or [finishing code](https://github.com/spree/spree/labels/address_feedback)
|
326
|
+
* by [refactoring code](https://github.com/spree/spree/labels/address_feedback)
|
327
|
+
* by reviewing [pull requests](https://github.com/spree/spree/pulls)
|
328
|
+
* by verifying [issues](https://github.com/spree/spree/labels/unverified)
|
329
|
+
|
330
|
+
License
|
331
|
+
-------
|
332
|
+
|
333
|
+
Spree is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md).
|
data/lib/sandbox.sh
CHANGED
@@ -9,17 +9,15 @@ if [ ! -d "sandbox" ]; then
|
|
9
9
|
fi
|
10
10
|
|
11
11
|
cd ./sandbox
|
12
|
-
echo "gem 'spree', :path => '..'" >> Gemfile
|
13
|
-
echo "gem 'spree_auth_devise', :github => 'spree/spree_auth_devise', :branch => '2-4-stable'" >> Gemfile
|
14
12
|
|
15
13
|
cat <<RUBY >> Gemfile
|
14
|
+
gem 'spree', path: '..'
|
15
|
+
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: 'master'
|
16
|
+
|
16
17
|
group :test, :development do
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
platforms :ruby_20, :ruby_21 do
|
21
|
-
gem 'pry-byebug'
|
22
|
-
end
|
18
|
+
gem 'bullet'
|
19
|
+
gem 'pry-byebug'
|
20
|
+
gem 'rack-mini-profiler'
|
23
21
|
end
|
24
22
|
RUBY
|
25
23
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree_core
|
@@ -16,84 +16,84 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 3.0.0.rc1
|
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:
|
26
|
+
version: 3.0.0.rc1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: spree_api
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 3.0.0.rc1
|
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:
|
40
|
+
version: 3.0.0.rc1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: spree_backend
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 3.0.0.rc1
|
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:
|
54
|
+
version: 3.0.0.rc1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: spree_frontend
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 3.0.0.rc1
|
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:
|
68
|
+
version: 3.0.0.rc1
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: spree_sample
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - '='
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version:
|
75
|
+
version: 3.0.0.rc1
|
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:
|
82
|
+
version: 3.0.0.rc1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: spree_cmd
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 3.0.0.rc1
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 3.0.0.rc1
|
97
97
|
description: 'Spree is an open source e-commerce framework for Ruby on Rails. Join
|
98
98
|
us on the spree-user google group or in #spree on IRC'
|
99
99
|
email: sean@spreecommerce.com
|
@@ -116,12 +116,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements:
|
117
117
|
- - ">="
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version:
|
119
|
+
version: '0'
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - "
|
122
|
+
- - ">"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.
|
124
|
+
version: 1.3.1
|
125
125
|
requirements:
|
126
126
|
- none
|
127
127
|
rubyforge_project:
|