File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ The fastest way to get started is by using the spree command line tool
3434available in the spree gem which will add Spree to an existing Rails application.
3535
3636``` shell
37- gem install rails -v 4.0.6
37+ gem install rails -v 4.0.9
3838gem install spree
39- rails _4.0.6_ new my_store
39+ rails _4.0.9_ new my_store
4040spree install my_store
4141```
4242
@@ -293,7 +293,7 @@ bash build.sh
293293
294294Further Documentation
295295------------
296- Spree has a number of really useful guides online at [ http://guides.spreecommerce.com ] ( http://guides.spreecommerce.com ) .
296+ Spree has a number of really useful guides online at [ http://guides.spreecommerce.com ] ( http://guides.spreecommerce.com ) .
297297
298298Contributing
299299------------
Original file line number Diff line number Diff line change 1- 2.2.5.beta
1+ 2.2.5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def class_name
5050 end
5151
5252 def spree_version
53- '2.2.5.beta '
53+ '2.2.5'
5454 end
5555
5656 def use_prefix ( prefix )
Original file line number Diff line number Diff line change 11module Spree
22 def self . version
3- "2.2.5.beta "
3+ "2.2.5"
44 end
55end
You can’t perform that action at this time.
0 commit comments