# -*- encoding: utf-8 -*-
# stub: souls 0.22.8 ruby lib

Gem::Specification.new do |s|
  s.name = "souls".freeze
  s.version = "0.22.8".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/elsoul/souls", "homepage_uri" => "https://souls-doc.el-soul.com", "source_code_uri" => "https://github.com/elsoul/souls" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["POPPIN-FUMI".freeze, "KishiTheMechanic".freeze, "James Neve".freeze]
  s.bindir = "exe".freeze
  s.date = "2021-07-14"
  s.description = "SOULs is a Serverless Application Framework. SOULs has four strains, API, Worker, Console, Media, and can be used in combination according to the purpose. SOULs Backend GraphQL Ruby & Frontend Relay are Scalable and Easy to deploy to Google Cloud and Amazon Web Services".freeze
  s.email = ["f.kawasaki@elsoul.nl".freeze, "s.kishi@elsoul.nl".freeze, "jamesoneve@gmail.com".freeze]
  s.executables = ["souls".freeze]
  s.files = [".gitignore".freeze, ".irbrc".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "Steepfile".freeze, "bin/console".freeze, "bin/setup".freeze, "config/souls.rb".freeze, "db/schema.rb".freeze, "exe/souls".freeze, "hoy/.env.sample".freeze, "hoy/.gitignore".freeze, "hoy/.irbrc".freeze, "hoy/.rspec".freeze, "hoy/.rubocop.yml".freeze, "hoy/.ruby-version".freeze, "hoy/CODE_OF_CONDUCT.md".freeze, "hoy/Dockerfile".freeze, "hoy/Dockerfile.dev".freeze, "hoy/Gemfile".freeze, "hoy/Gemfile.lock".freeze, "hoy/LICENSE.txt".freeze, "hoy/Procfile".freeze, "hoy/Procfile.dev".freeze, "hoy/README.md".freeze, "hoy/Rakefile".freeze, "hoy/app.rb".freeze, "hoy/app/graphql/mutations/.keep".freeze, "hoy/app/graphql/mutations/base/article/create_article.rb".freeze, "hoy/app/graphql/mutations/base/article/delete_article.rb".freeze, "hoy/app/graphql/mutations/base/article/destroy_delete_article.rb".freeze, "hoy/app/graphql/mutations/base/article/update_article.rb".freeze, "hoy/app/graphql/mutations/base/article_category/create_article_category.rb".freeze, "hoy/app/graphql/mutations/base/article_category/delete_article_category.rb".freeze, "hoy/app/graphql/mutations/base/article_category/destroy_delete_article_category.rb".freeze, "hoy/app/graphql/mutations/base/article_category/update_article_category.rb".freeze, "hoy/app/graphql/mutations/base/user/create_user.rb".freeze, "hoy/app/graphql/mutations/base/user/delete_user.rb".freeze, "hoy/app/graphql/mutations/base/user/destroy_delete_user.rb".freeze, "hoy/app/graphql/mutations/base/user/update_user.rb".freeze, "hoy/app/graphql/mutations/base_mutation.rb".freeze, "hoy/app/graphql/mutations/user_manager/add_user_role.rb".freeze, "hoy/app/graphql/mutations/user_manager/remove_user_role.rb".freeze, "hoy/app/graphql/mutations/user_manager/sign_in_user.rb".freeze, "hoy/app/graphql/queries/article.rb".freeze, "hoy/app/graphql/queries/article_categories.rb".freeze, "hoy/app/graphql/queries/article_category.rb".freeze, "hoy/app/graphql/queries/articles.rb".freeze, "hoy/app/graphql/queries/base_query.rb".freeze, "hoy/app/graphql/queries/me.rb".freeze, "hoy/app/graphql/queries/user.rb".freeze, "hoy/app/graphql/queries/users.rb".freeze, "hoy/app/graphql/resolvers/article_category_search.rb".freeze, "hoy/app/graphql/resolvers/article_search.rb".freeze, "hoy/app/graphql/resolvers/base.rb".freeze, "hoy/app/graphql/resolvers/user_search.rb".freeze, "hoy/app/graphql/souls_api_schema.rb".freeze, "hoy/app/graphql/types/.keep".freeze, "hoy/app/graphql/types/article_category_type.rb".freeze, "hoy/app/graphql/types/article_type.rb".freeze, "hoy/app/graphql/types/base/base_argument.rb".freeze, "hoy/app/graphql/types/base/base_enum.rb".freeze, "hoy/app/graphql/types/base/base_field.rb".freeze, "hoy/app/graphql/types/base/base_input_object.rb".freeze, "hoy/app/graphql/types/base/base_interface.rb".freeze, "hoy/app/graphql/types/base/base_object.rb".freeze, "hoy/app/graphql/types/base/base_scalar.rb".freeze, "hoy/app/graphql/types/base/base_union.rb".freeze, "hoy/app/graphql/types/base/mutation_type.rb".freeze, "hoy/app/graphql/types/base/query_type.rb".freeze, "hoy/app/graphql/types/connections/article_category_connection.rb".freeze, "hoy/app/graphql/types/connections/article_connection.rb".freeze, "hoy/app/graphql/types/connections/base_connection.rb".freeze, "hoy/app/graphql/types/connections/user_connection.rb".freeze, "hoy/app/graphql/types/edges/article_category_edge.rb".freeze, "hoy/app/graphql/types/edges/article_edge.rb".freeze, "hoy/app/graphql/types/edges/base_edge.rb".freeze, "hoy/app/graphql/types/edges/user_edge.rb".freeze, "hoy/app/graphql/types/user_type.rb".freeze, "hoy/app/models/article.rb".freeze, "hoy/app/models/article_category.rb".freeze, "hoy/app/models/user.rb".freeze, "hoy/app/policies/application_policy.rb".freeze, "hoy/app/policies/article_category_policy.rb".freeze, "hoy/app/policies/article_policy.rb".freeze, "hoy/app/policies/user_policy.rb".freeze, "hoy/app/utils/association_loader.rb".freeze, "hoy/app/utils/firebase_id_token.rb".freeze, "hoy/app/utils/json_web_token.rb".freeze, "hoy/app/utils/record_loader.rb".freeze, "hoy/app/utils/souls_helper.rb".freeze, "hoy/cloudbuild.yml".freeze, "hoy/config.ru".freeze, "hoy/config/database.yml".freeze, "hoy/config/souls.rb".freeze, "hoy/constants/areas.rb".freeze, "hoy/constants/column_name_ja.rb".freeze, "hoy/db/migrate/20200006095538_create_users.rb".freeze, "hoy/db/migrate/20200712180236_create_article_categories.rb".freeze, "hoy/db/migrate/20200714215521_create_articles.rb".freeze, "hoy/db/schema.rb".freeze, "hoy/db/seeds.rb".freeze, "hoy/github/workflows/delivery.yml".freeze, "hoy/log/.keep".freeze, "hoy/spec/factories/article_categories.rb".freeze, "hoy/spec/factories/articles.rb".freeze, "hoy/spec/factories/users.rb".freeze, "hoy/spec/models/article_category_spec.rb".freeze, "hoy/spec/models/article_spec.rb".freeze, "hoy/spec/models/user_spec.rb".freeze, "hoy/spec/mutations/base/article_category_spec.rb".freeze, "hoy/spec/mutations/base/article_spec.rb".freeze, "hoy/spec/mutations/base/user_spec.rb".freeze, "hoy/spec/policies/article_category_policy_spec.rb".freeze, "hoy/spec/policies/article_policy_spec.rb".freeze, "hoy/spec/policies/user_policy_spec.rb".freeze, "hoy/spec/queries/article_category_spec.rb".freeze, "hoy/spec/queries/article_spec.rb".freeze, "hoy/spec/queries/user_spec.rb".freeze, "hoy/spec/resolvers/article_category_search_spec.rb".freeze, "hoy/spec/resolvers/article_search_spec.rb".freeze, "hoy/spec/resolvers/user_search_spec.rb".freeze, "hoy/spec/spec_helper.rb".freeze, "hoy/tmp/.keep".freeze, "lib/souls.rb".freeze, "lib/souls/gcloud.rb".freeze, "lib/souls/gcloud/compute.rb".freeze, "lib/souls/gcloud/iam.rb".freeze, "lib/souls/generate.rb".freeze, "lib/souls/generate/application.rb".freeze, "lib/souls/generate/connection.rb".freeze, "lib/souls/generate/edge.rb".freeze, "lib/souls/generate/model.rb".freeze, "lib/souls/generate/mutation.rb".freeze, "lib/souls/generate/policy.rb".freeze, "lib/souls/generate/query.rb".freeze, "lib/souls/generate/resolver.rb".freeze, "lib/souls/generate/rspec_factory.rb".freeze, "lib/souls/generate/rspec_model.rb".freeze, "lib/souls/generate/rspec_mutation.rb".freeze, "lib/souls/generate/rspec_policy.rb".freeze, "lib/souls/generate/rspec_query.rb".freeze, "lib/souls/generate/rspec_resolver.rb".freeze, "lib/souls/generate/type.rb".freeze, "lib/souls/init.rb".freeze, "lib/souls/version.rb".freeze, "rbs/init.rbs".freeze, "souls.gemspec".freeze]
  s.homepage = "https://souls-doc.el-soul.com".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "SOULs is a Serverless Application Framework. SOULs has four strains, API, Worker, Console, Media, and can be used in combination according to the purpose. SOULs Backend GraphQL Ruby & Frontend Relay are Scalable and Easy to deploy to Google Cloud and Amazon Web Services".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<paint>.freeze, ["= 2.2.1".freeze])
  s.add_runtime_dependency(%q<whirly>.freeze, ["= 0.3.0".freeze])
end