Closed camertron closed 9 years ago
merged manually - thanx
Cool, thanks @mkristian. Which branch did you merge this into?
master branch
did work on it myself but didn't reach the inheritance yet. had a problem with this vendored thor in bin/jbundle already. still testing on my side.
Inheriting directly from Thor in
JBundler::CLI
doesn't work with bundler >= 1.9.0 because bundler's Thor version has been namespaced. In other words, inlib/bundler/vendored_thor/thor.rb
,Bundler::Thor
is defined instead of justThor
(as in previous versions). This change breaks JBundler.