Categories: None [Edit]
dep_walker
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:
"This application has failed to start because .dll was not found.
Re-installing the application may fix this problem"
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.
Total
Ranking: 69,356 of 183,127
Downloads: 12,810
Daily
Ranking: 38,694 of 183,106
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1,741 | 13,625,549 | rake-compiler |
2,088 | 8,575,053 | hoe |
Owners
# | Gravatar | Handle |
---|---|---|
1 | bosko |