sandro/specjour

0.5.3 won't run with thor-0.15.2

josephlord opened this issue · 1 comments

Reverting to thor-0.14.6 resolved the issue for me. Not sure whether the bug is in specjour or thor or if you want to document or update.

jl-mbp:dashboard josephl$ specjour
/Users/josephl/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.15.2/lib/thor.rb:273:in dispatch': protected methodargs' called for #Specjour::CLI:0x007faaf391ea88 (NoMethodError)
from /Users/josephl/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.15.2/lib/thor/base.rb:408:in start' from /Users/josephl/.rvm/gems/ruby-1.9.3-p194/gems/specjour-0.5.3/lib/specjour/cli.rb:24:instart'
from /Users/josephl/.rvm/gems/ruby-1.9.3-p194/gems/specjour-0.5.3/bin/specjour:5:in <top (required)>' from /Users/josephl/.rvm/gems/ruby-1.9.3-p194/bin/specjour:19:inload'
from /Users/josephl/.rvm/gems/ruby-1.9.3-p194/bin/specjour:19:in `

'

good to know. May be time to update the thor dependency.