Sha256: ab7c9bb0a9db6ee8464be3372bec79f75a61388ae3aaecb3e58b6c2c4bfa93aa

Contents?: true

Size: 1.23 KB

Versions: 19

Compression:

Stored size: 1.23 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fulmar/shell'

Gem::Specification.new do |spec|
  spec.name          = 'fulmar-shell'
  spec.version       = Fulmar::Shell::VERSION
  spec.authors       = ['Gerrit Visscher']
  spec.email         = ['g.visscher@core4.de']

  # if spec.respond_to?(:metadata)
  #   spec.metadata['allowed_push_host'] = 'TODO: Set to \'http://mygemserver.com\' to prevent pushes to rubygems.org, or delete to allow pushes to any server.'
  # end

  spec.summary       = 'Small service to run shell commands on a local or remote shell'
  spec.description   = 'This service takes a directory and a hostname (which might be \'localhost\'). It then runs all commands given in the given directory on that machine.'
  spec.homepage      = 'https://github.com/CORE4/fulmar-shell'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(/^(test|spec|features)\//) }
  spec.bindir        = 'bin'
  spec.executables   = spec.files.grep(/^bin\//) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.8'
  spec.add_development_dependency 'rake', '~> 10.0'
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
fulmar-shell-1.8.3 fulmar-shell.gemspec
fulmar-shell-1.8.2 fulmar-shell.gemspec
fulmar-shell-1.8.1 fulmar-shell.gemspec
fulmar-shell-1.8.0 fulmar-shell.gemspec
fulmar-shell-1.7.0 fulmar-shell.gemspec
fulmar-shell-1.6.7 fulmar-shell.gemspec
fulmar-shell-1.6.6 fulmar-shell.gemspec
fulmar-shell-1.6.5 fulmar-shell.gemspec
fulmar-shell-1.6.4 fulmar-shell.gemspec
fulmar-shell-1.6.3 fulmar-shell.gemspec
fulmar-shell-1.6.2 fulmar-shell.gemspec
fulmar-shell-1.6.1 fulmar-shell.gemspec
fulmar-shell-1.6.0 fulmar-shell.gemspec
fulmar-shell-1.5.2 fulmar-shell.gemspec
fulmar-shell-1.5.1 fulmar-shell.gemspec
fulmar-shell-1.4.0 fulmar-shell.gemspec
fulmar-shell-1.3.0 fulmar-shell.gemspec
fulmar-shell-1.2.0 fulmar-shell.gemspec
fulmar-shell-1.1.2 fulmar-shell.gemspec