Skip to content

Commit

Permalink
add readme instructions & update version file
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitn committed Jan 24, 2012
1 parent 697cd05 commit 0cbfc07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This extension provides an inline rich-text editor for Spree. It implements diff
1. Add the Spree Editor gem to your Gemfile:

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

2. Install the gem:

Expand Down
3 changes: 2 additions & 1 deletion Versionfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"0.70.x" => { :branch => "master" }
"1.0.x" => { :branch => "master" }
"0.70.x" => { :version => "0.70.0", :ref => '697cd05c73ce6aabe5556ffc9f229c55f4b83b7d' }
"0.60.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
"0.50.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
"0.40.x" => { :version => '0.50.0', :ref => 'da5c7fcb980d39a2e0f71a7f132463c28ef8c665' }
7 changes: 4 additions & 3 deletions spree_editor.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_editor'
s.version = '0.70.0'
s.version = '1.0.0rc2'
s.summary = 'Adds support of several WYSIWYG editors to Spree'
s.description = 'Atm supported: YUIRichEditor, WYMEditor, TinyMCE'
s.required_ruby_version = '>= 1.8.7'
Expand All @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency('spree_core', '>= 0.70.0')
s.add_dependency('tinymce-rails', '>= 3.4.7')
s.add_dependency('tinymce-rails', '>= 3.4.7.0.1')
s.add_dependency('spree_core', '>= 1.0.0rc2')

end

0 comments on commit 0cbfc07

Please sign in to comment.