# -*- encoding: utf-8 -*-
# stub: rubypitaya 2.15.0 ruby lib

Gem::Specification.new do |s|
  s.name = "rubypitaya".freeze
  s.version = "2.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 = "2021-02-28"
  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/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/models/player.rb".freeze, "./lib/rubypitaya/app-template/app/models/user.rb".freeze, "./lib/rubypitaya/app-template/app/setup/initial_player.yml".freeze, "./lib/rubypitaya/app-template/bin/console".freeze, "./lib/rubypitaya/app-template/config/database.yml".freeze, "./lib/rubypitaya/app-template/config/routes.rb".freeze, "./lib/rubypitaya/app-template/db/migration/1606736477_create_player_migration.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/features/hello_world.feature".freeze, "./lib/rubypitaya/app-template/features/player.feature".freeze, "./lib/rubypitaya/app-template/features/step_definitions/application_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/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/spec/hello_world_handler_spec.rb".freeze, "./lib/rubypitaya/app-template/spec/player_handler_spec.rb".freeze, "./lib/rubypitaya/app-template/spec/spec_helper.rb".freeze, "./lib/rubypitaya/core/app/models/user.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/database_config.rb".freeze, "./lib/rubypitaya/core/database_connector.rb".freeze, "./lib/rubypitaya/core/db/migration/0000000001_create_user_migration.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_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/redis_connector.rb".freeze, "./lib/rubypitaya/core/routes_base.rb".freeze, "./lib/rubypitaya/core/session.rb".freeze, "./lib/rubypitaya/core/setup.rb".freeze, "./lib/rubypitaya/core/spec-helpers/config_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/handler_spec_helper.rb".freeze, "./lib/rubypitaya/core/spec-helpers/handler_spec_helper_class.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<pg>.freeze, ["= 0.21.0".freeze])
  s.add_runtime_dependency(%q<rake>.freeze, ["= 10.0".freeze])
  s.add_runtime_dependency(%q<nats>.freeze, ["= 0.11.0".freeze])
  s.add_runtime_dependency(%q<redis>.freeze, ["= 4.1.3".freeze])
  s.add_runtime_dependency(%q<etcdv3>.freeze, ["= 0.10.2".freeze])
  s.add_runtime_dependency(%q<sinatra>.freeze, ["= 2.1.0".freeze])
  s.add_runtime_dependency(%q<ostruct>.freeze, ["= 0.1.0".freeze])
  s.add_runtime_dependency(%q<sinatra-contrib>.freeze, ["= 2.1.0".freeze])
  s.add_runtime_dependency(%q<protobuf>.freeze, ["= 3.10.0".freeze])
  s.add_runtime_dependency(%q<activerecord>.freeze, ["= 6.0.2".freeze])
  s.add_runtime_dependency(%q<eventmachine>.freeze, ["= 1.2.7".freeze])
  s.add_development_dependency(%q<pry>.freeze, ["= 0.12.2".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["= 1.17.2".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["= 3.8.0".freeze])
  s.add_development_dependency(%q<listen>.freeze, ["= 3.2.1".freeze])
  s.add_development_dependency(%q<cucumber>.freeze, ["= 2.4.0".freeze])
end