schacon / showoff

moved to puppetlabs/showoff!
2.41k stars 13 forks source link

GLI.run no longer works for GLI-2, you must just call `run(ARGV' instead #212

Closed robertmain closed 11 years ago

robertmain commented 11 years ago

Basically what it says. When I try to run showoff serve I get this:

$ showoff serve image sizing disabled - install rmagick :public is no longer used to avoid overloading Module#public, use :public_dir instead> from /var/lib/gems/1.9.1/gems/showoff-0.7.0/lib/showoff.rb:39:in <class:ShowOff>' You should include GLI::App instead GLI.run no longer works for GLI-2, you must just callrun(ARGV)' instead either fix your app, or use the latest GLI in the 1.x family

robertmain commented 11 years ago

crickets

rctay commented 11 years ago

Duplicate of #209

robertmain commented 11 years ago

Is there a fix for this? I need to do a presentation in a couple of weeks and I would like to use showoff but if this is not likely to be fixed soon it would be helpful to know so I can use something else.