# -*- encoding: utf-8 -*- # stub: fulmar-shell 1.6.7 ruby lib Gem::Specification.new do |s| s.name = "fulmar-shell".freeze s.version = "1.6.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gerrit Visscher".freeze] s.date = "2016-09-23" s.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.".freeze s.email = ["g.visscher@core4.de".freeze] s.files = [".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "fulmar-shell.gemspec".freeze, "lib/fulmar/shell.rb".freeze] s.homepage = "https://github.com/CORE4/fulmar-shell".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Small service to run shell commands on a local or remote shell".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end