In gemfile, it is impossible to use :
gem 'refinerycms-page-images', '~> 2.0.1'
I had to fork the project to modify the dependency and used
gem 'refinerycms-page-images', :git => 'git://github.com/arnie05/refinerycms-page-images.git'
Everything is working as before, therefore I think a version 2.1.0 should exist to follow refinerycms versioning.
In gemfile, it is impossible to use : gem 'refinerycms-page-images', '~> 2.0.1'
I had to fork the project to modify the dependency and used gem 'refinerycms-page-images', :git => 'git://github.com/arnie05/refinerycms-page-images.git'
Everything is working as before, therefore I think a version 2.1.0 should exist to follow refinerycms versioning.