--- !ruby/object:Gem::Specification name: aaalex-ruby-ifconfig version: !ruby/object:Gem::Version version: 1.2.2 platform: ruby authors: - Daniel Hobe - Alex Peuchert autorequire: bindir: bin cert_chain: [] date: 2008-12-09 00:00:00 -08:00 default_executable: dependencies: [] description: Ruby wrapper around the ifconfig command. email: daniel@nightrunner.com executables: [] extensions: [] extra_rdoc_files: - INSTALL - README - Changelog - TODO - COPYING files: - lib/ifconfig/sunos/interface_types.rb - lib/ifconfig/sunos/ifconfig.rb - lib/ifconfig/sunos/network_types.rb - lib/ifconfig/bsd/interface_types.rb - lib/ifconfig/bsd/ifconfig.rb - lib/ifconfig/bsd/network_types.rb - lib/ifconfig/linux/interface_types.rb - lib/ifconfig/linux/ifconfig.rb - lib/ifconfig/linux/network_types.rb - lib/ifconfig/common/interface_types.rb - lib/ifconfig/common/ifconfig.rb - lib/ifconfig/common/network_types.rb - lib/ifconfig.rb - Rakefile - INSTALL - README - Changelog - TODO - COPYING has_rdoc: true homepage: http://github.com/aaalex/ruby-ifconfig post_install_message: rdoc_options: - --main - README require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: ruby-ifconfig rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: This is a Ruby wrapper around the ifconfig command. The goal is to make getting any information that ifconfig provides easy to access. test_files: - test/test_dragonflybsd.rb - test/test_openbsd.rb - test/test_darwin.rb - test/test_bsd.rb - test/test_sunos.rb - test/unit/tc_openbsd.rb - test/unit/tc_dragonflybsd.rb - test/unit/tc_linux.rb - test/unit/tc_freebsd.rb - test/unit/tc_netbsd.rb - test/unit/tc_darwin.rb - test/unit/tc_sunos.rb - test/test_helper.rb - test/test_netbsd.rb - test/test_linux.rb - ifconfig_examples/darwin.txt - ifconfig_examples/dragonflybsd.txt - ifconfig_examples/dragonflybsd_netstat.txt - ifconfig_examples/netbsd.txt - ifconfig_examples/freebsd_netstat.txt - ifconfig_examples/linux.txt - ifconfig_examples/linux_ethernet.txt - ifconfig_examples/freebsd.txt - ifconfig_examples/openbsd.txt - ifconfig_examples/sunos.txt