Sha256: c6fa15af5e7f306492a73bdac9ffe3fbfe2ee4c074089b66bc44fea293258464
Contents?: true
Size: 996 Bytes
Versions: 5
Compression:
Stored size: 996 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cliutils/constants' Gem::Specification.new do |spec| spec.name = "cliutils" spec.version = CLIUtils::VERSION spec.authors = ["Aaron Bach"] spec.email = ["bachya1208@googlemail.com"] spec.summary = CLIUtils::SUMMARY spec.description = CLIUtils::DESCRIPTION spec.homepage = "https://github.com/bachya/cliutils" spec.license = "MIT" 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.5') spec.add_development_dependency('rake', '~> 0') spec.add_development_dependency('yard', '0.8.7.4') spec.add_runtime_dependency('launchy', '2.4.2') end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cliutils-2.1.4 | cliutils.gemspec |
cliutils-2.1.3 | cliutils.gemspec |
cliutils-2.1.2 | cliutils.gemspec |
cliutils-2.1.1 | cliutils.gemspec |
cliutils-2.1.0 | cliutils.gemspec |