RubyGems Navigation menu

dep_walker 1.0.2

The dep_walker is small utility gem that checks dependencies for native extensions used by installed gems on Windows. If you are {RubyInstaller}[http://www.rubyinstaller.org] user and have seen message box: <em>"This application has failed to start because .dll was not found. Re-installing the application may fix this problem"</em> when you tried to use gem that has pre-built binariy extension, you've faced common problem on Windows systems - missing dependency dll. Same error might occur even if extension library was built during gem installation if all header files and libraries are available to the build tools, but runtime dependencies are not present. With dep_walker you can simply check all installed gems. Even more, if log is turned on, gem will print out information where dependency is found on the system, so you can check whether Ruby extension really uses correct version of required dll.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.0.2 - May 22, 2011 (9,5 ko)
  2. 1.0.1 - May 07, 2011 (9,5 ko)
  3. 1.0.0 - May 07, 2011 (9 ko)

Dépendances de Development (2):

hoe >= 2.9.4

Propriétaires:

Auteurs:

  • Boško Ivanišević

Total de contrôle SHA 256:

cd442dc722bc2509fbf1ac29598f1b9b4988aa49d61cad8f3e9650d9e87dfbe4

Total de téléchargements 12 477

Pour cette version 4 991

License:

aucune

Version de Ruby requise: None

Required Rubygems Version: >= 1.8.0

Liens: