I've just fixed the .gemspec - that included a wrong FileList - and regenerated it using Jeweler.
Moreover, the removal of require 'rake' from the .gemspec fixes a bug when deploying with bundler+capistrano (including the RakeFileUtils module into Object defines Object#install, bundler wants to define an install task, but Capistrano refuses because there's already an #install method :-).
Hello,
I've just fixed the .gemspec - that included a wrong
FileList
- and regenerated it using Jeweler.Moreover, the removal of
require 'rake'
from the .gemspec fixes a bug when deploying with bundler+capistrano (including the RakeFileUtils module into Object defines Object#install, bundler wants to define an install task, but Capistrano refuses because there's already an #install method :-).Can you pull, please?
Thank you,
~Marcello