Running CeWL with Ruby

911 views Asked by At

I'm trying to run a Ruby program called CeWL. I've added all of the required gems. When I try and open the .rb using ruby.exe it displays the message missing url agrument (try --help) and when I try to run it on start cmd with ruby or start cmd with ruby on rails I get the following:

CeWL 5.0 Robin Wood ([email protected]) (www.digininja.org)
C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:
36:in `require': cannot load such file -- ./cewl_lib (LoadError)
    from C:/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custo
m_require.rb:36:in `require'
    from C:/Users/Owner/Desktop/cewl/cewl.rb:90:in `<main>'
0

There are 0 answers