Sha256: d2f674da781ae9528c456c4d1e935b31bc23d134144496b4feb73a6754ee4007
Contents?: true
Size: 983 Bytes
Versions: 1
Compression:
Stored size: 983 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "interfacez/version" Gem::Specification.new do |spec| spec.name = "interfacez" spec.version = Interfacez::VERSION spec.authors = ["Kent 'picat' Gruber"] spec.email = ["kgruber1@emich.edu"] spec.summary = %q{Simplified network interface API} #spec.description = %q{TODO: Write a longer description or delete this line.} spec.homepage = "https://github.com/picatz/interfacez" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
interfacez-1.0.4 | interfacez.gemspec |