Sha256: cf5028fb630f6e685d4577f9fb17292175ea0fda81a15340c6395df644b3a3a7
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'capistrano/systemd/multiservice/version' Gem::Specification.new do |spec| spec.name = "capistrano-systemd-multiservice" spec.version = Capistrano::Systemd::MultiService::VERSION spec.authors = ["YAMADA Tsuyoshi"] spec.email = ["tyamada@minimum2scp.org"] spec.summary = %q{Capistrano Plugin to control services by systemd} spec.description = %q{Capistrano Plugin to control services by systemd} spec.homepage = "https://github.com/groovenauts/capistrano-systemd-multiservice" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "capistrano", ">= 3.7.0", "< 3.10.0" spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "mocha", "~> 1.2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-systemd-multiservice-0.1.0.beta3 | capistrano-systemd-multiservice.gemspec |