# -*- encoding: utf-8 -*- # stub: capistrano-operator 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "capistrano-operator".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/iij/capistrano-operator/issues", "changelog_uri" => "https://github.com/iij/capistrano-operator/blob/master/CHANGELOG.md", "documentation_uri" => "https://github.com/iij/capistrano-operator/blob/master/README.md", "homepage_uri" => "https://github.com/iij/capistrano-operator", "source_code_uri" => "https://github.com/iij/capistrano-operator" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["r-fujimoto".freeze, "ukida".freeze] s.bindir = "exe".freeze s.date = "2019-11-13" s.description = "It is a tool for semi-automating shell work in maintenance. Capistrano-operator executes shell commands described by yaml operation files to the host.".freeze s.email = ["r-fujimoto@iij.ad.jp".freeze, "ukida@iij.ad.jp".freeze] s.executables = ["operator".freeze] s.files = [".github_changelog_generator".freeze, ".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "capistrano-operator.gemspec".freeze, "config/deploy.rb".freeze, "config/deploy/dev.rb".freeze, "config/deploy/production.rb".freeze, "config/deploy/staging.rb".freeze, "config/deploy/test.rb".freeze, "exe/operator".freeze, "lib/capistrano/operator.rb".freeze, "lib/capistrano/operator/version.rb".freeze, "lib/capistrano/tasks/check.rake".freeze, "lib/capistrano/tasks/install.rake".freeze, "lib/capistrano/tasks/operation.rake".freeze, "lib/capistrano/tasks/rake_helpers.rb".freeze, "lib/capistrano/tasks/test.rake".freeze, "operations/import-sample.yml".freeze, "operations/imports/rm.yml".freeze, "operations/imports/touch.yml".freeze, "operations/sample.yml".freeze, "operations/sample2.yml".freeze] s.homepage = "https://github.com/iij/capistrano-operator".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "semi-automating shell work in maintenance".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end