-
Notifications
You must be signed in to change notification settings - Fork 143
/
Versionfile
19 lines (19 loc) · 844 Bytes
/
Versionfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# this was pre-deface-stable. Honestly, I'm a bit confused at the moment regarding the differences between pre-deface-stable and spree-0-60-stable
#
# there have been many attempts to stay current as spree has progressed
#
# One challenge is there was a new railtie calculator registration that caused me to have to create another branch
#
# Another was maintaining a deface/non-deface version
#
# I'm not sure how much effort I'm going to put in to sorting out these older versions as it's non-trivial.
#
# if your are on spree 0.60, try spree-0-60-stable, and if that isn't working, try pre-deface-stable.
#
#
#
"1.2.x" => { :branch => "spree-1-2-stable" }
"1.1.x" => { :branch => "spree-1-1-stable" }
"1.0.x" => { :branch => "spree-1-0-stable" }
"0.70.x" => { :branch => "spree-0-70-stable" }
"0.60.x" => { :branch => "spree-0-60-stable" }