# -*- encoding: utf-8 -*- # stub: rundock 0.2.9 ruby lib Gem::Specification.new do |s| s.name = "rundock".freeze s.version = "0.2.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["hiracy".freeze] s.bindir = "exe".freeze s.date = "2015-08-07" s.email = ["leizhen@mbr.nifty.com".freeze] s.executables = ["rundock".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "circle.yml".freeze, "default_ssh.yml".freeze, "exe/rundock".freeze, "lib/rundock.rb".freeze, "lib/rundock/attribute/base.rb".freeze, "lib/rundock/attribute/node_attribute.rb".freeze, "lib/rundock/backend.rb".freeze, "lib/rundock/builder/backend_builder.rb".freeze, "lib/rundock/builder/base.rb".freeze, "lib/rundock/builder/default_ssh_builder.rb".freeze, "lib/rundock/builder/operation_builder.rb".freeze, "lib/rundock/builder/scenario_builder.rb".freeze, "lib/rundock/cli.rb".freeze, "lib/rundock/ext/hash.rb".freeze, "lib/rundock/ext/object/blank.rb".freeze, "lib/rundock/logger.rb".freeze, "lib/rundock/node.rb".freeze, "lib/rundock/operation/base.rb".freeze, "lib/rundock/operation/command.rb".freeze, "lib/rundock/operation/task.rb".freeze, "lib/rundock/operation_factory.rb".freeze, "lib/rundock/plugin/operation/host_inventory.rb".freeze, "lib/rundock/plugin/operation/sample_operation.rb".freeze, "lib/rundock/runner.rb".freeze, "lib/rundock/scenario.rb".freeze, "lib/rundock/version.rb".freeze, "rundock.gemspec".freeze, "scenario_sample.yml".freeze, "spec/integration/groups/simple_host_group.yml".freeze, "spec/integration/platforms/centos6/Dockerfile".freeze, "spec/integration/platforms/centos6/setup.sh".freeze, "spec/integration/platforms/localhost/scenarios/run_anyway_scenario.yml".freeze, "spec/integration/platforms/localhost/scenarios/simple_echo_scenario.yml".freeze, "spec/integration/platforms/localhost/scenarios/simple_plugin_scenario.yml".freeze, "spec/integration/platforms/localhost/scenarios/use_default_ssh_scenario.yml".freeze, "spec/integration/recipes/simple_echo_scenario_spec.rb".freeze, "spec/integration/recipes/simple_echo_spec.rb".freeze, "spec/integration/recipes/simple_plugin_scenario_spec.rb".freeze, "spec/integration/scenarios/simple_echo_scenario.yml".freeze, "spec/integration/scenarios/simple_plugin_scenario.yml".freeze, "spec/integration/scenarios/use_default_ssh_scenario.yml".freeze, "spec/integration/spec_helper.rb".freeze] s.homepage = "https://github.com/hiracy/rundock".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple and extensible server operation framework".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.31.0".freeze, "< 3.0.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