# -*- encoding: utf-8 -*-
# stub: bullet_train-api 1.0.16 ruby lib

Gem::Specification.new do |s|
  s.name = "bullet_train-api".freeze
  s.version = "1.0.16".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "homepage_uri" => "https://github.com/bullet-train-co/bullet_train-api", "source_code_uri" => "https://github.com/bullet-train-co/bullet_train-api" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Andrew Culver".freeze]
  s.date = "2022-05-07"
  s.description = "Bullet Train API".freeze
  s.email = ["andrew.culver@gmail.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/bullet_train_api_manifest.js".freeze, "app/controllers/account/platform/applications_controller.rb".freeze, "app/controllers/api.rb".freeze, "app/controllers/api/base.rb".freeze, "app/controllers/api/model_parser.rb".freeze, "app/controllers/api/v1.rb".freeze, "app/controllers/api/v1/defaults.rb".freeze, "app/controllers/api/v1/exceptions_handler.rb".freeze, "app/controllers/api/v1/loads_and_authorizes_api_resource.rb".freeze, "app/controllers/api/v1/me_endpoint.rb".freeze, "app/controllers/api/v1/teams_endpoint.rb".freeze, "app/controllers/concerns/api/v1/base.rb".freeze, "app/controllers/concerns/api/v1/teams/endpoint_base.rb".freeze, "app/models/platform/application.rb".freeze, "app/serializers/api/v1/invitation_serializer.rb".freeze, "app/serializers/api/v1/membership_serializer.rb".freeze, "app/serializers/api/v1/team_serializer.rb".freeze, "app/serializers/api/v1/user_serializer.rb".freeze, "app/serializers/concerns/api/v1/invitations/serializer_base.rb".freeze, "app/serializers/concerns/api/v1/memberships/serializer_base.rb".freeze, "app/serializers/concerns/api/v1/teams/serializer_base.rb".freeze, "app/serializers/concerns/api/v1/users/serializer_base.rb".freeze, "app/views/account/platform/applications/_application.json.jbuilder".freeze, "app/views/account/platform/applications/_breadcrumbs.html.erb".freeze, "app/views/account/platform/applications/_form.html.erb".freeze, "app/views/account/platform/applications/_index.html.erb".freeze, "app/views/account/platform/applications/_menu_item.html.erb".freeze, "app/views/account/platform/applications/edit.html.erb".freeze, "app/views/account/platform/applications/index.html.erb".freeze, "app/views/account/platform/applications/index.json.jbuilder".freeze, "app/views/account/platform/applications/new.html.erb".freeze, "app/views/account/platform/applications/show.html.erb".freeze, "app/views/account/platform/applications/show.json.jbuilder".freeze, "config/locales/en/api.en.yml".freeze, "config/locales/en/me.en.yml".freeze, "config/locales/en/platform/applications.en.yml".freeze, "config/routes.rb".freeze, "lib/bullet_train/api.rb".freeze, "lib/bullet_train/api/engine.rb".freeze, "lib/bullet_train/api/version.rb".freeze, "lib/tasks/bullet_train/api_tasks.rake".freeze]
  s.homepage = "https://github.com/bullet-train-co/bullet_train-api".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Bullet Train API".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<standard>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, [">= 7.0.0".freeze])
  s.add_runtime_dependency(%q<grape>.freeze, ["~> 1.6.0".freeze])
  s.add_runtime_dependency(%q<grape-cancan>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<grape-jsonapi>.freeze, ["= 1.0.0".freeze])
  s.add_runtime_dependency(%q<grape-swagger>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<grape_on_rails_routes>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<pagy>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<api-pagination>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rack-cors>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<jsonapi-serializer>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<doorkeeper>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<bullet_train>.freeze, [">= 0".freeze])
end