ncuesta / dropzonejs-rails

Spice your Rails apps with some Dropzone sugar!
http://rubygems.org/gems/dropzonejs-rails
MIT License
312 stars 56 forks source link

0.6.0 doesn't exist #25

Closed Juuro closed 9 years ago

Juuro commented 9 years ago

Sadly gem 'dropzonejs-rails', '~> 0.6.0' doesn't work. I get the follwoing error:

Could not find gem 'dropzonejs-rails (~> 0.6.0) ruby' in the gems available on this machine.

Apparently there is noch 0.6.x? Did you mean 0.5.0? This works for me:

gem 'dropzonejs-rails', '~> 0.5.0'

It loads 0.5.3.

ncuesta commented 9 years ago

Oops.. totally right! I missed that one.. I'm updating the README now. Thanks @Juuro