Sha256: 73b5a223f2b4e16ef0efee1707fcd53e2dce7498324eaab40ebd8230e3582bc5

Contents?: true

Size: 869 Bytes

Versions: 6

Compression:

Stored size: 869 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'macaddr/version'
Gem::Specification::new do |spec|
  spec.name = "macaddr-steakknife"
  spec.version = MacAddr::VERSION
  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",
 "lib/macaddr.rb",
 "lib/macaddr/version.rb",
 "lib/which.rb",
 "macaddr.gemspec",
]

  spec.require_path = "lib"

  spec.rubyforge_project = "codeforpeople"
  spec.author = "Ara T. Howard"
  spec.email = "ara.t.howard@gmail.com"
  spec.homepage = "https://github.com/steakknife/macaddr"
end
.tap {|gem| pk = File.expand_path(File.join('~/.keys', 'gem-private_key.pem')); gem.signing_key = pk if File.exist? pk; gem.cert_chain = ['gem-public_cert.pem']} # pressed firmly by waxseal

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
macaddr-steakknife-1.8.7 macaddr.gemspec
macaddr-steakknife-1.8.6 macaddr.gemspec
macaddr-steakknife-1.8.5 macaddr.gemspec
macaddr-steakknife-1.8.4 macaddr.gemspec
macaddr-steakknife-1.8.3 macaddr.gemspec
macaddr-steakknife-1.8.2 macaddr.gemspec