lib/spree_cmd/templates/extension/Versionfile in spree_cmd-1.0.7 vs lib/spree_cmd/templates/extension/Versionfile in spree_cmd-1.1.0.rc1
- old
+ new
@@ -1,9 +1,11 @@
# This file is used to designate compatibilty with different versions of Spree
# Please see http://spreecommerce.com/documentation/extensions.html#versionfile for details
# Examples
#
-# "0.70.x" => { :branch => "master"}
-# "0.60.x" => { :branch => "0-60-stable" }
-# "0.40.x" => { :tag => "v1.0.0", :version => "1.0.0" }
+# '1.2.x' => { :branch => 'master' }
+# '1.1.x' => { :branch => '1-1-stable' }
+# '1.0.x' => { :branch => '1-0-stable' }
+# '0.70.x' => { :branch => '0-70-stable' }
+# '0.40.x' => { :tag => 'v1.0.0', :version => '1.0.0' }