system-getifaddrs 0.1.3
This lib is a wrapper for get_ifaddrs C routine. The original routine returns a linked list that contains avaliable inet interfaces. This lib walks on list and return an hash that contains the interface names and sub-hashes with respectives ip addresses and netmasks.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Development Dependencies (2):
            rake-compiler
            >= 0
          
          
            rspec
            ~> 1.3
          
    