Sha256: 453265809c0663e94ad737d39b3533599fd391b14b8da6b27a094804891f15e4
Contents?: true
Size: 765 Bytes
Versions: 1
Compression:
Stored size: 765 Bytes
Contents
## macaddr.gemspec # Gem::Specification::new do |spec| spec.name = "macaddr" spec.version = "1.3.0" spec.platform = Gem::Platform::RUBY spec.summary = "macaddr" spec.description = "description: macaddr kicks the ass" spec.files = ["LICENSE", "README", "Rakefile", "lib", "lib/macaddr.rb", "macaddr.gemspec", "test", "test/data", "test/data/c8:bc:c8:9b:28:b1", "test/mac_test.rb", "test/testing.rb"] spec.executables = [] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["systemu", "~> 2.2.0"]) 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.3.0 | macaddr.gemspec |