--- !ruby/object:Gem::Specification
name: bullet_train
version: !ruby/object:Gem::Version
  version: 1.0.0
platform: ruby
authors:
- Andrew Culver
autorequire:
bindir: bin
cert_chain: []
date: 2022-01-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 7.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 7.0.0
description: Bullet Train
email:
- andrew.culver@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- MIT-LICENSE
- README.md
- Rakefile
- app/assets/config/bullet_train_manifest.js
- app/controllers/account/invitations_controller.rb
- app/controllers/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments_controller.rb
- app/controllers/account/memberships_controller.rb
- app/controllers/account/onboarding/user_details_controller.rb
- app/controllers/account/onboarding/user_email_controller.rb
- app/controllers/account/teams_controller.rb
- app/controllers/account/users_controller.rb
- app/helpers/account/invitations_helper.rb
- app/helpers/account/memberships_helper.rb
- app/helpers/account/teams_helper.rb
- app/helpers/account/users_helper.rb
- app/helpers/invitation_only_helper.rb
- app/helpers/invitations_helper.rb
- app/models/invitation.rb
- app/models/membership.rb
- app/models/memberships/reassignments.rb
- app/models/memberships/reassignments/assignment.rb
- app/models/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignment.rb
- app/models/team.rb
- app/models/user.rb
- app/views/account/invitations/_breadcrumbs.html.erb
- app/views/account/invitations/_form.html.erb
- app/views/account/invitations/_invitation.json.jbuilder
- app/views/account/invitations/index.json.jbuilder
- app/views/account/invitations/new.html.erb
- app/views/account/invitations/show.html.erb
- app/views/account/invitations/show.json.jbuilder
- app/views/account/memberships/_breadcrumbs.html.erb
- app/views/account/memberships/_form.html.erb
- app/views/account/memberships/_index.html.erb
- app/views/account/memberships/_menu_item.html.erb
- app/views/account/memberships/_tombstones.html.erb
- app/views/account/memberships/edit.html.erb
- app/views/account/memberships/index.html.erb
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/_breadcrumbs.html.erb
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/_form.html.erb
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/_scaffolding_completely_concrete_tangible_things_reassignment.json.jbuilder
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/index.json.jbuilder
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/new.html.erb
- app/views/account/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments/show.json.jbuilder
- app/views/account/memberships/show.html.erb
- app/views/account/onboarding/user_details/edit.html.erb
- app/views/account/onboarding/user_email/edit.html.erb
- app/views/account/teams/_breadcrumbs.html.erb
- app/views/account/teams/_form.html.erb
- app/views/account/teams/_index.html.erb
- app/views/account/teams/_menu_item.html.erb
- app/views/account/teams/_team.json.jbuilder
- app/views/account/teams/edit.html.erb
- app/views/account/teams/index.html.erb
- app/views/account/teams/index.json.jbuilder
- app/views/account/teams/new.html.erb
- app/views/account/teams/show.html.erb
- app/views/account/teams/show.json.jbuilder
- app/views/account/users/_breadcrumbs.html.erb
- app/views/account/users/_form.html.erb
- app/views/account/users/edit.html.erb
- app/views/account/users/show.html.erb
- config/locales/en/invitations.en.yml
- config/locales/en/memberships.en.yml
- config/locales/en/memberships/reassignments/scaffolding_completely_concrete_tangible_things_reassignments.en.yml
- config/locales/en/onboarding/user_details.en.yml
- config/locales/en/onboarding/user_email.en.yml
- config/locales/en/teams.en.yml
- config/locales/en/users.en.yml
- config/routes.rb
- db/migrate/20161115160419_devise_create_users.rb
- db/migrate/20161116003852_add_api_key_to_user.rb
- db/migrate/20161117154605_create_teams.rb
- db/migrate/20161117154709_create_memberships.rb
- db/migrate/20161203193930_add_current_team_to_user.rb
- db/migrate/20161204234150_create_invitations.rb
- db/migrate/20161205154821_add_team_to_invitation.rb
- db/migrate/20161205164613_add_admin_to_invitation.rb
- db/migrate/20170908205756_add_names_to_user.rb
- db/migrate/20170915215309_add_team_to_thing.rb
- db/migrate/20171105001408_remove_api_key_from_user.rb
- db/migrate/20180326124105_add_timezone_to_user.rb
- db/migrate/20180902142350_create_membership_roles.rb
- db/migrate/20180902143758_remove_admin_from_membership.rb
- db/migrate/20180902154611_create_invitation_roles.rb
- db/migrate/20180902154652_migrate_admin_flag_on_invitations.rb
- db/migrate/20180902195848_remove_admin_from_invitation.rb
- db/migrate/20180903101707_add_last_seen_at_to_users.rb
- db/migrate/20190321203224_add_profile_photo_id_to_user.rb
- db/migrate/20190519230202_add_ability_cache_to_user.rb
- db/migrate/20190628194704_add_last_notification_email_sent_at_to_user.rb
- db/migrate/20200211034208_add_invitation_to_membership.rb
- db/migrate/20200211044616_drop_invitation_roles_table.rb
- db/migrate/20200213052748_add_former_user_fields_to_membership.rb
- db/migrate/20200213235037_add_former_user_to_user.rb
- db/migrate/20200219013834_add_added_by_to_membership.rb
- db/migrate/20200219015116_rename_from_user_to_from_membership.rb
- db/migrate/20200726222314_add_being_destroyed_to_team.rb
- db/migrate/20200727171308_add_devise_two_factor_to_users.rb
- db/migrate/20200727175949_add_devise_two_factor_backupable_to_users.rb
- db/migrate/20210304133200_add_time_zone_to_team.rb
- db/migrate/20210816072419_add_locale_to_users.rb
- db/migrate/20210816072508_add_locale_to_teams.rb
- db/migrate/20211020200855_add_doorkeeper_application_to_memberships.rb
- db/migrate/20211027002944_add_doorkeeper_application_to_users.rb
- lib/bullet_train.rb
- lib/bullet_train/engine.rb
- lib/bullet_train/version.rb
- lib/tasks/bullet_train_tasks.rake
homepage: https://github.com/bullet-train-co/bullet_train
licenses:
- MIT
metadata:
  homepage_uri: https://github.com/bullet-train-co/bullet_train
  source_code_uri: https://github.com/bullet-train-co/bullet_train
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.22
signing_key:
specification_version: 4
summary: Bullet Train
test_files: []