Sha256: 6c879a08109af4ac1c27aeef216892672107c9354f0037be18de6aacfee08db8
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
## macaddr.gemspec # Gem::Specification::new do |spec| spec.name = "macaddr" spec.version = "1.7.1" spec.platform = Gem::Platform::RUBY spec.summary = "macaddr" spec.description = "cross platform mac address determination for ruby" spec.license = "Ruby" spec.files = ["Gemfile", "LICENSE", "README", "Rakefile", "lib", "lib/macaddr.rb", "macaddr.gemspec", "rvmrc.example", "test", "test/data", "test/data/noifconfig", "test/data/osx", "test/mac_test.rb", "test/testing.rb"] spec.executables = [] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["systemu", "~> 2.6.2"]) spec.extensions.push(*[]) spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "https://github.com/ahoward/macaddr" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
macaddr-1.7.1 | macaddr.gemspec |