spree 3.0.5 → 3.0.6

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.

Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +25 -2
  3. metadata +15 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f7130bcd3c94f5e73c4c60709339f4e87e6c414
4
- data.tar.gz: 7eae590ec65eebdf0b8936caa9138e81cb81f7c5
3
+ metadata.gz: 4ec76d5ce4c25ac882b93ca0c5c83d70ca9df31a
4
+ data.tar.gz: 5c1622cdb9a3c055d60f2d98cc0a8519fc942368
5
5
  SHA512:
6
- metadata.gz: bb39d387a9d68f8363b4aac45f9d0f17a101d0719824c96e4a0957f5d4fa830af3808e58655f6cc01a483b9e5e9f7a8d6ea523e1724932161e72688b484938f0
7
- data.tar.gz: fa8100b5afda489113a3c7d6a2e53d319ec694b60552f46c7ae37d61220b2a7b6c729c1aa0ad9fc43a9ed2c0bf30d2402c325a947efaff0989de378c62829b1d
6
+ metadata.gz: f3c6e5784fb37f8395cec360e7a25ad99541e6d5d246ebec08eb2c614a1b23927fbcde1ee2e67f0a4603b855c1df4eca1396eb217f0443f286564792d0b9639f
7
+ data.tar.gz: b073c19b579e1eb01c1fd39934de799dbd921d0d5480d9fdd97a5eea2293b1c938e44cc52f41e757cf194c7d86192b07cc18bfc943b5ce13640279f9dcf31c8b
data/README.md CHANGED
@@ -1,3 +1,24 @@
1
+ # New Spree Commerce roadmap announcement
2
+
3
+ We are excited to announce a new [Spree Commerce development roadmap](https://github.com/spree/spree/wiki/Spree-Commerce-development-roadmap-2016) for 2016 along with the new [Core Team](https://github.com/spree/spree/wiki/Core-Team).
4
+
5
+ Future Spree open-source efforts will be coordinated and managed jointly by [Spark Solutions](http://sparksolutions.co) and [Vinsol](http://vinsol.com/) developers who are working daily for merchants using Spree and who have hands on experience in Spree development, customization, maintenance and performance optimization.
6
+
7
+ We would be excited to welcome new [Core Team](https://github.com/spree/spree/wiki/Core-Team) members! You can make history and join the Core Team. We will evaluate you as a candidate based on the volume and quality of the code contributed to the project as well as sustained efforts in improving the overall quality of the Spree community.
8
+
9
+ We are determined to support the current contributor community and businesses running Spree worldwide. Spree will be developed and maintained with the next versions to follow.
10
+
11
+ Together we’ll not only develop future versions but we’ll support Spree developers around the world (mailing list, Slack channel, GitHub issues) in their daily efforts including migrations from 2.x. to 3.x versions.
12
+
13
+ **For general discussion and support inquiries please use**:
14
+ * Spree Slack public channels: http://slack.spreecommerce.com/
15
+ * Spree Mailing List: https://groups.google.com/forum/#!forum/spree-user
16
+
17
+
18
+ **THIS README IS FOR THE MASTER BRANCH OF SPREE AND REFLECTS THE WORK CURRENTLY
19
+ EXISTING ON THE MASTER BRANCH. IF YOU ARE WISHING TO USE A NON-MASTER BRANCH OF
20
+ SPREE, PLEASE CONSULT THAT BRANCH'S README AND NOT THIS ONE.**
21
+
1
22
  SUMMARY
2
23
  -------
3
24
 
@@ -41,6 +62,8 @@ gem install rails -v 4.2.2
41
62
  gem install spree
42
63
  rails _4.2.2_ new my_store
43
64
  spree install my_store
65
+ cd my_store
66
+ rails g spree:auth:install
44
67
  ```
45
68
 
46
69
  This will add the Spree gem to your Gemfile, create initializers, copy migrations
@@ -71,11 +94,11 @@ Using stable builds and bleeding edge
71
94
  -------------
72
95
 
73
96
  To use a stable build of Spree, you can manually add Spree to your
74
- Rails application. To use the 3-0-stable branch of Spree, add this line to
97
+ Rails application. Add this line to
75
98
  your Gemfile.
76
99
 
77
100
  ```ruby
78
- gem 'spree', github: 'spree/spree', branch: '3-0-stable'
101
+ gem 'spree'
79
102
  ```
80
103
 
81
104
  Alternatively, if you want to use the bleeding edge version of Spree, use this
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: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Schofield
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-28 00:00:00.000000000 Z
11
+ date: 2016-02-18 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: 3.0.5
19
+ version: 3.0.6
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.0.5
26
+ version: 3.0.6
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: 3.0.5
33
+ version: 3.0.6
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.0.5
40
+ version: 3.0.6
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: 3.0.5
47
+ version: 3.0.6
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.0.5
54
+ version: 3.0.6
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: 3.0.5
61
+ version: 3.0.6
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.0.5
68
+ version: 3.0.6
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: 3.0.5
75
+ version: 3.0.6
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.0.5
82
+ version: 3.0.6
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: 3.0.5
89
+ version: 3.0.6
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: 3.0.5
96
+ version: 3.0.6
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
@@ -125,9 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - none
127
127
  rubyforge_project:
128
- rubygems_version: 2.4.6
128
+ rubygems_version: 2.4.8
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Full-stack e-commerce framework for Ruby on Rails.
132
132
  test_files: []
133
- has_rdoc: