# -*- encoding: utf-8 -*- # stub: indocker 0.3.7 ruby lib Gem::Specification.new do |s| s.name = "indocker".freeze s.version = "0.3.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 = ["Ruslan Gatiyatov".freeze, "Iskander Khaziev".freeze] s.bindir = "exe".freeze s.date = "2023-10-10" s.description = "Docker Containers Deployment".freeze s.email = ["gvalmon@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example/indocker/bin/deploy".freeze, "example/indocker/bin/remote/compile".freeze, "example/indocker/bin/remote/run".freeze, "example/indocker/bin/utils/configurations.rb".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_build/Dockerfile".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_build/container.rb".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_build/image.rb".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_start/Dockerfile".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_start/build_context/bin/run".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_start/container.rb".freeze, "example/indocker/bounded_contexts/bad_containers/bad_container_start/image.rb".freeze, "example/indocker/bounded_contexts/good_containers/daemon_container/Dockerfile".freeze, "example/indocker/bounded_contexts/good_containers/daemon_container/container.rb".freeze, "example/indocker/bounded_contexts/good_containers/daemon_container/image.rb".freeze, "example/indocker/bounded_contexts/good_containers/dependency_container/Dockerfile".freeze, "example/indocker/bounded_contexts/good_containers/dependency_container/container.rb".freeze, "example/indocker/bounded_contexts/good_containers/dependency_container/image.rb".freeze, "example/indocker/bounded_contexts/good_containers/good_container/Dockerfile".freeze, "example/indocker/bounded_contexts/good_containers/good_container/build_context/example_file.txt".freeze, "example/indocker/bounded_contexts/good_containers/good_container/container.rb".freeze, "example/indocker/bounded_contexts/good_containers/good_container/image.rb".freeze, "example/indocker/bounded_contexts/shared/parent_image/Dockerfile".freeze, "example/indocker/bounded_contexts/shared/parent_image/image.rb".freeze, "example/indocker/bounded_contexts/shared/ruby/Dockerfile".freeze, "example/indocker/bounded_contexts/shared/ruby/container.rb".freeze, "example/indocker/bounded_contexts/shared/ruby/image.rb".freeze, "example/indocker/configurations/dev.rb".freeze, "example/indocker/configurations/external.rb".freeze, "example/indocker/env_files/development_env.env".freeze, "example/indocker/infrastructure/artifacts.rb".freeze, "example/indocker/infrastructure/build_servers.rb".freeze, "example/indocker/infrastructure/env_files.rb".freeze, "example/indocker/infrastructure/networks.rb".freeze, "example/indocker/infrastructure/registries.rb".freeze, "example/indocker/infrastructure/servers.rb".freeze, "example/indocker/setup.rb".freeze, "indocker.gemspec".freeze, "lib/indocker.rb".freeze, "lib/indocker/artifacts/base.rb".freeze, "lib/indocker/artifacts/dto/file_dto.rb".freeze, "lib/indocker/artifacts/git.rb".freeze, "lib/indocker/artifacts/remote.rb".freeze, "lib/indocker/artifacts/services/synchronizer.rb".freeze, "lib/indocker/build_context.rb".freeze, "lib/indocker/build_context_helper.rb".freeze, "lib/indocker/build_server.rb".freeze, "lib/indocker/colored_string.rb".freeze, "lib/indocker/concerns/inspectable.rb".freeze, "lib/indocker/configurations/configuration.rb".freeze, "lib/indocker/configurations/configuration_builder.rb".freeze, "lib/indocker/container_deployer.rb".freeze, "lib/indocker/container_helper.rb".freeze, "lib/indocker/containers/container.rb".freeze, "lib/indocker/containers/container_builder.rb".freeze, "lib/indocker/containers/restart_policy.rb".freeze, "lib/indocker/context_args.rb".freeze, "lib/indocker/crontab_redeploy_rules_builder.rb".freeze, "lib/indocker/deploy_context.rb".freeze, "lib/indocker/deployment_checker.rb".freeze, "lib/indocker/deployment_policy.rb".freeze, "lib/indocker/deployment_progress.rb".freeze, "lib/indocker/docker.rb".freeze, "lib/indocker/docker_run_args.rb".freeze, "lib/indocker/env_file_helper.rb".freeze, "lib/indocker/env_files/local.rb".freeze, "lib/indocker/env_files/remote.rb".freeze, "lib/indocker/hash_merger.rb".freeze, "lib/indocker/images/image.rb".freeze, "lib/indocker/images/image_builder.rb".freeze, "lib/indocker/images/image_compiler.rb".freeze, "lib/indocker/images/template_compiler.rb".freeze, "lib/indocker/images/templates_compiler.rb".freeze, "lib/indocker/indocker_helper.rb".freeze, "lib/indocker/launchers/configuration_deployer.rb".freeze, "lib/indocker/launchers/container_runner.rb".freeze, "lib/indocker/launchers/dto/remote_operation_dto.rb".freeze, "lib/indocker/launchers/images_compiler.rb".freeze, "lib/indocker/logger_factory.rb".freeze, "lib/indocker/networks/network.rb".freeze, "lib/indocker/networks/network_helper.rb".freeze, "lib/indocker/registries/abstract.rb".freeze, "lib/indocker/registries/local.rb".freeze, "lib/indocker/registries/remote.rb".freeze, "lib/indocker/repositories/abstract.rb".freeze, "lib/indocker/repositories/cloner.rb".freeze, "lib/indocker/repositories/git.rb".freeze, "lib/indocker/repositories/local.rb".freeze, "lib/indocker/repositories/no_sync.rb".freeze, "lib/indocker/rsync.rb".freeze, "lib/indocker/server.rb".freeze, "lib/indocker/server_pools/build_server_connection.rb".freeze, "lib/indocker/server_pools/build_server_pool.rb".freeze, "lib/indocker/server_pools/deploy_server_connection.rb".freeze, "lib/indocker/server_pools/deploy_server_pool.rb".freeze, "lib/indocker/server_pools/server_connection.rb".freeze, "lib/indocker/shell.rb".freeze, "lib/indocker/ssh_result_logger.rb".freeze, "lib/indocker/ssh_session.rb".freeze, "lib/indocker/version.rb".freeze, "lib/indocker/volumes/external.rb".freeze, "lib/indocker/volumes/local.rb".freeze, "lib/indocker/volumes/repository.rb".freeze, "lib/indocker/volumes/volume_helper.rb".freeze] s.homepage = "https://github.com/ArtStation/indocker".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Docker Containers Deployment".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18.5".freeze]) end