Sha256: d5a4248230507d597e941ee10213ab6f065dc3328ee18061e4bc82661c722bfe

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

## macaddr.gemspec
#

Gem::Specification::new do |spec|
  spec.name = "macaddr"
  spec.version = "1.6.5"
  spec.platform = Gem::Platform::RUBY
  spec.summary = "macaddr"
  spec.description = "cross platform mac address determination for ruby"
  spec.license = "same as ruby's"

  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.6.5 macaddr.gemspec