Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romul committed Mar 21, 2011
1 parent 2ef89e3 commit 614d2b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spree_editor.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_editor'
s.version = '0.30.1'
s.summary = 'Add gem summary here'
#s.description = 'Add (optional) gem description here'
s.version = '0.40.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'

s.author = 'divineforest'
s.authors = ['Alexander Shuhin', 'Roman Smirnov', 'divineforest']
# s.email = '[email protected]'
s.homepage = 'http://github.com/divineforest/spree_editor'
s.homepage = 'http://github.com/romul/spree_editor'
# s.rubyforge_project = 'actionmailer'

s.files = `git ls-files`.split("\n")
Expand All @@ -18,5 +18,5 @@ Gem::Specification.new do |s|

s.has_rdoc = true

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

0 comments on commit 614d2b9

Please sign in to comment.