Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Apr 27, 2011
1 parent 757c803 commit da5c7fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 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.40.0'
s.version = '0.50.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 @@ -16,7 +16,5 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.has_rdoc = true

s.add_dependency('spree_core', '>= 0.40.0')
end

0 comments on commit da5c7fc

Please sign in to comment.