ahoward / macaddr

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

updated systemu gem to 2.4.0 to play nice with ruby 1.9.3 #8

Closed dbgrandi closed 13 years ago

dbgrandi commented 13 years ago

I did two things here.

1 - update to systemu 2.4.0 to avoid warnings from ruby 1.9.3

I was getting... /Volumes/Code/xxxxx/vendor/ruby/1.9.1/gems/systemu-2.2.0/lib/systemu.rb:29: Use RbConfig instead of obsolete and deprecated Config.

2 - added a Gemfile and .gitignore to make dev/testing easier with Bundler/RVM

ahoward commented 13 years ago

thanks so much. 1.5.0 is out.