ahoward / macaddr

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

Return list of all mac addresses. #31

Closed jrmhaig closed 8 years ago

jrmhaig commented 8 years ago

This work was actually done by @tsilen. All I have done is update the version to 1.7.2.

This fixes #26

ahoward commented 8 years ago

can you confirm that this will work for windows, bsd, linux, and osx? also, which ruby versions will this work with? the advantage of using /bin/ifconfig is that it works for old rubies. also, seems like bumping version to only 1.x will break many, many projects unless the portability is the same or better.

jrmhaig commented 8 years ago

Bumped major version and set minimum Ruby version (2.1.0). Works on Mac and Linux but not Windows so this probably needs a bit more work before it can be merged.

jrmhaig commented 8 years ago

I will create a new PR once I have fixed the cross platform compatibility.