ahoward / macaddr

cross platform mac address determination for ruby
Other
47 stars 41 forks source link

You removed the systemu gem, but not the require of the lib. #6

Closed darrenboyd closed 13 years ago

bnadav commented 13 years ago

But on line 54 I do see a call to systemu

darrenboyd commented 13 years ago

I see that now.

I had removed the require, and things seemed to be fixed. I'm using Macaddr through the UUID gem. Both of these libraries do a lot of "rescue anything" and ignore the actual exception, which is why things appeared to be fixed.

Maybe the gem dependency for systemu should be added back?