Sha256: 057f6276d0cb3cc7cc44b3bf94e62ac090d501d8168a278456bd71bf0b71411f
Contents?: true
Size: 940 Bytes
Versions: 4
Compression:
Stored size: 940 Bytes
Contents
# coding: utf-8 # lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'zway/cli/version' Gem::Specification.new do |spec| spec.name = "zway-cli" spec.version = Zway::Cli::VERSION spec.authors = ["jeffmcfadden"] spec.email = ["jeff@forgeapps.com"] spec.summary = %q{Control your ZWay Server from the command line.} spec.description = %q{Control your ZWay Server from the command line.} spec.homepage = "https://github.com/jeffmcfadden/zway-cli" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
zway-cli-0.1.3 | zway-cli.gemspec |
zway-cli-0.1.2 | zway-cli.gemspec |
zway-cli-0.1.1 | zway-cli.gemspec |
zway-cli-0.1.0 | zway-cli.gemspec |