spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Branch for 1.3 etc ? #31

Closed autotelik closed 11 years ago

autotelik commented 11 years ago

Doing a bundle update on a Spree 1.3 site, and spree_editor causes update to fail for 1.3 Spree branches

gem 'spree_editor', :git => 'git://github.com/spree/spree_editor.git' or gem 'spree_editor', :git => 'git://github.com/spree/spree_editor.git', :branch => 'master'

Error:

Could not find gem 'spree_core (>= 2.0.0.beta) ruby', which is required by gem 'spree_editor (>= 0) ruby', in any of the sources.

Needs a 1-3 stable branch maybe ? Or are we supposed to use the 0.70.x branch ?

Thanks tom

JDutil commented 11 years ago

If you check the Versionfile https://github.com/spree/spree_editor/blob/master/Versionfile it indicates to use the git ref: 686ba6d8771709caf27e8a525822d3d39e065ac0 for Spree 1.3.x:

gem 'spree_editor', github: 'spree/spree_editor', ref: '686ba6d8771709caf27e8a525822d3d39e065ac0'
autotelik commented 11 years ago

thanks Jeff