# -*- encoding: utf-8 -*- # stub: rubypitaya 3.15.0 ruby lib Gem::Specification.new do |s| s.name = "rubypitaya".freeze s.version = "3.15.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Luciano Prestes Cavalcanti".freeze] s.date = "2023-09-22" s.description = "RubyPitaya is an application to create servers using the pitaya protocol.".freeze s.email = ["lucianopcbr@gmail.com".freeze] s.executables = ["rubypitaya".freeze] s.files = ["./lib/rubypitaya.rb".freeze, "./lib/rubypitaya/app-template/.gitignore".freeze, "./lib/rubypitaya/app-template/.gitlab-ci.yml".freeze, "./lib/rubypitaya/app-template/.irbrc".freeze, "./lib/rubypitaya/app-template/Gemfile".freeze, "./lib/rubypitaya/app-template/Gemfile.lock".freeze, "./lib/rubypitaya/app-template/Makefile".freeze, "./lib/rubypitaya/app-template/Rakefile".freeze, "./lib/rubypitaya/app-template/app/app_initializer.rb".freeze, "./lib/rubypitaya/app-template/app/bll/player_bll.rb".freeze, "./lib/rubypitaya/app-template/app/config/initial_player.json".freeze, "./lib/rubypitaya/app-template/app/constants/status_codes.rb".freeze, "./lib/rubypitaya/app-template/app/handlers/error_handler.rb".freeze, "./lib/rubypitaya/app-template/app/handlers/hello_world_handler.rb".freeze, "./lib/rubypitaya/app-template/app/handlers/player_handler.rb".freeze, "./lib/rubypitaya/app-template/app/http/hello_world_http.rb".freeze, "./lib/rubypitaya/app-template/app/http/views/hello_world.erb".freeze, "./lib/rubypitaya/app-template/app/migrations/1606736477_create_player_migration.rb".freeze, "./lib/rubypitaya/app-template/app/models/player.rb".freeze, "./lib/rubypitaya/app-template/app/models/user.rb".freeze, "./lib/rubypitaya/app-template/app/setup/rubypitaya.yml".freeze, "./lib/rubypitaya/app-template/bin/console".freeze, "./lib/rubypitaya/app-template/config/routes.rb".freeze, "./lib/rubypitaya/app-template/docker-compose.yml".freeze, "./lib/rubypitaya/app-template/docker/dev/Dockerfile".freeze, "./lib/rubypitaya/app-template/docker/entrypoint.sh".freeze, "./lib/rubypitaya/app-template/docker/prod/Dockerfile".freeze, "./lib/rubypitaya/app-template/docker/wait_for.sh".freeze, "./lib/rubypitaya/app-template/features/hello_world.feature".freeze, "./lib/rubypitaya/app-template/features/player.feature".freeze, "./lib/rubypitaya/app-template/features/step_definitions/player_steps.rb".freeze, "./lib/rubypitaya/app-template/features/step_definitions/rubypitaya_steps.rb".freeze, "./lib/rubypitaya/app-template/features/support/env.rb".freeze, "./lib/rubypitaya/app-template/helm/Chart.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/config-maps/nginx-config.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/deployments/connector.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/deployments/gameserver-nginx.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/deployments/rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/pods/gameserver.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/role-bindings/rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/roles/rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/service-accounts/rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/connector.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/etcd.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/gameserver-nginx.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/gameserver.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/nats.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/redis.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/services/rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/statefulsets/etcd.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/statefulsets/nats.yaml".freeze, "./lib/rubypitaya/app-template/helm/templates/statefulsets/redis.yaml".freeze, "./lib/rubypitaya/app-template/helm/values.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/README.md".freeze, "./lib/rubypitaya/app-template/kubernetes/deployment-connector.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/deployment-rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/gameplay/deployment-nginx.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/gameplay/gameplay-template.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/gameplay/nginx.conf".freeze, "./lib/rubypitaya/app-template/kubernetes/gameplay/service-nginx.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/persistent-volume.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/role-rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/rolebinding-rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-connector.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-etcd.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-nats.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-postgres.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-redis.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/service-rubypitaya.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/statefulset-etcd.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/statefulset-nats.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/statefulset-postgres.yaml".freeze, "./lib/rubypitaya/app-template/kubernetes/statefulset-redis.yaml".freeze, "./lib/rubypitaya/app-template/plugins.yaml".freeze, "./lib/rubypitaya/app-template/setup/development/database".freeze, "./lib/rubypitaya/app-template/setup/development/main".freeze, "./lib/rubypitaya/app-template/setup/test/database".freeze, "./lib/rubypitaya/app-template/setup/test/main".freeze, "./lib/rubypitaya/app-template/spec/hello_world_handler_spec.rb".freeze, "./lib/rubypitaya/app-template/spec/player_handler_spec.rb".freeze, "./lib/rubypitaya/app-template/spec/redis_service_spec.rb".freeze, "./lib/rubypitaya/app-template/spec/spec_helper.rb".freeze, "./lib/rubypitaya/core/app/migrations/0000000001_create_user_migration.rb".freeze, "./lib/rubypitaya/core/app/models/user.rb".freeze, "./lib/rubypitaya/core/app/services/redis_service.rb".freeze, "./lib/rubypitaya/core/application_files_importer.rb".freeze, "./lib/rubypitaya/core/config.rb".freeze, "./lib/rubypitaya/core/config_core.rb".freeze, "./lib/rubypitaya/core/config_hash_extension.rb".freeze, "./lib/rubypitaya/core/database_config.rb".freeze, "./lib/rubypitaya/core/database_connector.rb".freeze, "./lib/rubypitaya/core/etcd_connector.rb".freeze, "./lib/rubypitaya/core/handler_base.rb".freeze, "./lib/rubypitaya/core/handler_router.rb".freeze, "./lib/rubypitaya/core/helpers/setup_helper.rb".freeze, "./lib/rubypitaya/core/http_base.rb".freeze, "./lib/rubypitaya/core/http_routes.rb".freeze, "./lib/rubypitaya/core/initializer_base.rb".freeze, "./lib/rubypitaya/core/initializer_broadcast.rb".freeze, "./lib/rubypitaya/core/initializer_content.rb".freeze, "./lib/rubypitaya/core/instance_holder.rb".freeze, "./lib/rubypitaya/core/main.rb".freeze, "./lib/rubypitaya/core/nats_connector.rb".freeze, "./lib/rubypitaya/core/parameters.rb".freeze, "./lib/rubypitaya/core/path.rb".freeze, "./lib/rubypitaya/core/postman.rb".freeze, "./lib/rubypitaya/core/protos/nats_connector.proto".freeze, "./lib/rubypitaya/core/protos/nats_connector_pb.rb".freeze, "./lib/rubypitaya/core/route_error.rb".freeze, "./lib/rubypitaya/core/routes_base.rb".freeze, "./lib/rubypitaya/core/service_base.rb".freeze, "./lib/rubypitaya/core/service_holder.rb".freeze, "./lib/rubypitaya/core/session.rb".freeze, "./lib/rubypitaya/core/setup.rb".freeze, "./lib/rubypitaya/core/spec-helpers/app_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/app_spec_helper_class.rb".freeze, "./lib/rubypitaya/core/spec-helpers/config_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/postman_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/rubypitaya_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/setup_spec_helper.rb".freeze, "./lib/rubypitaya/core/status_codes.rb".freeze, "./lib/rubypitaya/core/templates/template_migration.rb.erb".freeze, "./lib/rubypitaya/version.rb".freeze, "bin/rubypitaya".freeze] s.homepage = "https://gitlab.com/LucianoPC/ruby-pitaya".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create servers with pitaya".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.4.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 13.0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["= 5.0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.11.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.5.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 7.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.21.12".freeze]) s.add_development_dependency(%q.freeze, ["= 0.14.2".freeze]) s.add_development_dependency(%q.freeze, ["= 3.12.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.8.0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.3.26".freeze]) s.add_development_dependency(%q.freeze, ["= 8.0.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.0.5".freeze]) end