PerfectlyNormal / tinymce-rails-imageupload

Image upload plugin for TinyMCE and Rails with the asset pipeline
MIT License
149 stars 153 forks source link

Version Tinymce 4 #46

Closed ZephiroRB closed 10 years ago

ZephiroRB commented 10 years ago

gem "tinymce-rails-imageupload", :git => 'git://github.com/PerfectlyNormal/tinymce-rails-imageupload.git'

There was a ArgumentError while loading tinymce-rails-imageupload.gemspec: Malformed version number string 4.0.0-alpha.1 from /Users/x/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/bundler/gems/tinymce-rails-imageupload-0137c95da882/tinymce-rails-imageupload.gemspec:7:in `block in

'

alapp commented 10 years ago

I was really looking forward to using this. :(

PerfectlyNormal commented 10 years ago

Updated the gemspec, so it should be possible to install now. Works for me. The gem itself is still not usable, but pull requests are welcome until I have time to look at it properly.

nguyenchiencong commented 10 years ago

Problem still there:

There was a ArgumentError while loading tinymce-rails-imageupload.gemspec: Malformed version number string 4.0.0-alpha1 from /home/ssc/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/bundler/gems/tinymce-rails-imageupload-b0760edfbe04/tinymce-rails-imageupload.gemspec:7:in `block in

'

PerfectlyNormal commented 10 years ago

Changed it to 4.0.0.beta, which is the same format Rails uses, so should work fine.