[ANN] dep_walker 1.0.2 Released

  • Thread starter Bo¹ko Ivani¹eviæ
  • Start date
B

Bo¹ko Ivani¹eviæ

dep_walker version 1.0.2 has been released!

* <http://github.com/bosko/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:

<em>"This application has failed to start because <name_of_dll>.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.

Changes:

### 1.0.2 / 2011-05-22

* Enhancements:

* Improved and unified report when single and all gems are checked

* Bugfixes:

* Required RubyGems >= 1.8.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top