Skip to content

Commit 0cbfc07

Browse files
committed
add readme instructions & update version file
1 parent 697cd05 commit 0cbfc07

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This extension provides an inline rich-text editor for Spree. It implements diff
1414
1. Add the Spree Editor gem to your Gemfile:
1515

1616
gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git'
17+
gem 'tinymce-rails', '>= 3.4.7.0.1'
1718

1819
2. Install the gem:
1920

Versionfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"0.70.x" => { :branch => "master" }
1+
"1.0.x" => { :branch => "master" }
2+
"0.70.x" => { :version => "0.70.0", :ref => '697cd05c73ce6aabe5556ffc9f229c55f4b83b7d' }
23
"0.60.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
34
"0.50.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
45
"0.40.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }

spree_editor.gemspec

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'spree_editor'
4-
s.version = '0.70.0'
4+
s.version = '1.0.0rc2'
55
s.summary = 'Adds support of several WYSIWYG editors to Spree'
66
s.description = 'Atm supported: YUIRichEditor, WYMEditor, TinyMCE'
77
s.required_ruby_version = '>= 1.8.7'
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
1616
s.require_path = 'lib'
1717
s.requirements << 'none'
1818

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+
2122
end

0 commit comments

Comments
 (0)