Sha256: ead4cd3a5ab430e50e68ebb5683f3d8397e47af2c4fd2d20cdb90f0efdcf8dac
Contents?: true
Size: 881 Bytes
Versions: 1
Compression:
Stored size: 881 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "markw-dmenu" spec.version = "1.1.0" spec.authors = ["Mark Watts"] spec.email = ["wattsmark2015@gmail.com"] spec.summary = %q{A set of utilites for working with the dmenu command line tool.} spec.homepage = "http://github.com/mwatts15/dmenu" spec.license = "MPL-2.0" spec.description = """Primarily for use by other things made by markw. Use at your own risk""" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_runtime_dependency "markw-wcwidth", "0.0.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markw-dmenu-1.1.0 | dmenu.gemspec |