Sha256: 368bfdc167de70f54d938f63a71c55384e9164ab1b16b0dae1ae32ab5e10914c
Contents?: true
Size: 707 Bytes
Versions: 3
Compression:
Stored size: 707 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require 'globals' Gem::Specification.new do |gem| gem.name = 'doit' gem.version = Globals::VERSION gem.summary = "Simple local & remote script executor" gem.description = "Run good old shell/bash scripts locally or remotely(ssh)." gem.authors = ['Dittmar Krall'] gem.email = 'dittmar.krall@matique.de' gem.homepage = 'http://www.matique.de' gem.license = 'MIT' gem.add_dependency 'micro-optparse', '~> 1' gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- test`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
doit-0.3.0 | doit.gemspec |
doit-0.2.8 | doit.gemspec |
doit-0.2.7 | doit.gemspec |