File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This extension provides an inline rich-text editor for Spree. It implements diff
14
14
1 . Add the Spree Editor gem to your Gemfile:
15
15
16
16
gem 'spree_editor', : git => 'git://raw.github.com/spree/spree_editor.git'
17
+ gem 'tinymce-rails', '>= 3.4.7.0.1'
17
18
18
19
2 . Install the gem:
19
20
Original file line number Diff line number Diff line change 1
- "0.70.x" => { :branch => "master" }
1
+ "1.0.x" => { :branch => "master" }
2
+ "0.70.x" => { :version => "0.70.0", :ref => '697cd05c73ce6aabe5556ffc9f229c55f4b83b7d' }
2
3
"0.60.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
3
4
"0.50.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
4
5
"0.40.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . platform = Gem ::Platform ::RUBY
3
3
s . name = 'spree_editor'
4
- s . version = '0.70.0 '
4
+ s . version = '1.0.0rc2 '
5
5
s . summary = 'Adds support of several WYSIWYG editors to Spree'
6
6
s . description = 'Atm supported: YUIRichEditor, WYMEditor, TinyMCE'
7
7
s . required_ruby_version = '>= 1.8.7'
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
16
16
s . require_path = 'lib'
17
17
s . requirements << 'none'
18
18
19
- s . add_dependency ( 'spree_core' , '>= 0.70.0' )
20
- s . add_dependency ( 'tinymce-rails' , '>= 3.4.7' )
19
+ s . add_dependency ( 'tinymce-rails' , '>= 3.4.7.0.1' )
20
+ s . add_dependency ( 'spree_core' , '>= 1.0.0rc2' )
21
+
21
22
end
You can’t perform that action at this time.
0 commit comments