Closed rosenfeld closed 8 years ago
The problem seems to be the newer version of chainable_methods (0.1.3) which satisfies the Gemfile but is really backwards incompatible with 0.1.2 since it swaps the arguments passed to CM:
https://github.com/akitaonrails/manga-downloadr/blob/master/manga-downloadr.gemspec#L17
Swapping the arguments to CM allowed the app to work. I'm not submitting any patches as I have no ideas on how you prefer to fix this.
Sorry about that, you're right, I fixed that.