freerange/method_log

gem install fails

Closed this issue · 2 comments

Attempting to install method_log results in the following:

ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: method_log requires rugged (>= 0), diffy (>= 0), trollop (>= 0)

Tried to install the rugged gem by itself and got:

Temporarily enhancing PATH to include DevKit...
ERROR: While executing gem ... (Errno::EINVAL)
Invalid argument - C:/Ruby193/lib/ruby/gems/1.9.1/gems/rugged-0.19.0/test/fixtures/status/h?↓

I can only assume that's a problem with rugged on Windows. I'm afraid I don't have a Windows machine available to test it. I'd suggest you create an issue on the rugged repo - https://github.com/libgit2/rugged.

As explained in my previous comment, this was a problem with the rugged gem on Windows, not method_log itself. Closing.