akabiru / hscode

📘🖥 A command line reference tool for http status codes.
https://akabiru.github.io/hscode/
MIT License
31 stars 3 forks source link

LoadError when I try to use hscode #19

Closed Bopchy closed 7 years ago

Bopchy commented 7 years ago
screen shot 2016-11-23 at 2 39 11 pm

After going through the process of the installation script, I still receive a LoadError. This is fixed by gem install bundler though

akabiru commented 7 years ago

Thanks for raising this @Bopchy. Looking into patching this issue in the next release.

akabiru commented 7 years ago

Thanks @Habu-Kagumba We should look into this.

ydaniju commented 7 years ago

The issue is on line 3 of bin/hscode. Bundler is expected to be installed, else hscode will throw an error. There are 3 options here:

  1. Add Bundler as a dependency in the gemspec.
  2. Update documentation that user needs to have bundler installed to make hscode work properly.
  3. Do away with bundler all together (if possible 😏 )
Habu-Kagumba commented 7 years ago

Thanks @andela-ydaniju went with door number 3.

ydaniju commented 7 years ago

I see you reopened the issue @Habu-Kagumba. Did it work?

akabiru commented 7 years ago

It worked @andela-ydaniju. Thanks for your input.

ydaniju commented 7 years ago

No problem.