Skip to content

Commit

Permalink
Now using spree 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Mar 6, 2012
1 parent 2065593 commit 69bb806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = '1.0.0rc2'
s.version = '1.0.0'
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 @@ -17,6 +17,6 @@ Gem::Specification.new do |s|
s.requirements << 'none'

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

end

0 comments on commit 69bb806

Please sign in to comment.