# -*- encoding: utf-8 -*- # stub: bullet_train-integrations-stripe 1.10.0 ruby lib Gem::Specification.new do |s| s.name = "bullet_train-integrations-stripe".freeze s.version = "1.10.0".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-core/tree/main/bullet_train-integrations-stripe", "source_code_uri" => "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Andrew Culver".freeze] s.date = "2024-11-21" s.description = "Example Stripe platform integration for Bullet Train applications.".freeze s.email = ["andrew.culver@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/bullet_train_integrations_stripe_manifest.js".freeze, "app/controllers/account/integrations/stripe_installations_controller.rb".freeze, "app/controllers/account/oauth/stripe_accounts_controller.rb".freeze, "app/controllers/webhooks/incoming/oauth/stripe_account_webhooks_controller.rb".freeze, "app/models/concerns/integrations/stripe_installations/base.rb".freeze, "app/models/concerns/oauth/stripe_accounts/base.rb".freeze, "app/models/concerns/webhooks/incoming/oauth/stripe_account_webhooks/base.rb".freeze, "app/models/integrations.rb".freeze, "app/models/integrations/stripe_installation.rb".freeze, "app/models/oauth.rb".freeze, "app/models/oauth/stripe_account.rb".freeze, "app/models/webhooks.rb".freeze, "app/models/webhooks/incoming.rb".freeze, "app/models/webhooks/incoming/oauth.rb".freeze, "app/models/webhooks/incoming/oauth/stripe_account_webhook.rb".freeze, "app/views/account/integrations/stripe_installations/_breadcrumbs.html.erb".freeze, "app/views/account/integrations/stripe_installations/_form.html.erb".freeze, "app/views/account/integrations/stripe_installations/_index.html.erb".freeze, "app/views/account/integrations/stripe_installations/_list.html.erb".freeze, "app/views/account/integrations/stripe_installations/_menu_item.html.erb".freeze, "app/views/account/integrations/stripe_installations/edit.html.erb".freeze, "app/views/account/integrations/stripe_installations/index.html.erb".freeze, "app/views/account/integrations/stripe_installations/new.html.erb".freeze, "app/views/account/integrations/stripe_installations/show.html.erb".freeze, "app/views/account/oauth/stripe_accounts/_breadcrumbs.html.erb".freeze, "app/views/account/oauth/stripe_accounts/_form.html.erb".freeze, "app/views/account/oauth/stripe_accounts/_index.html.erb".freeze, "app/views/account/oauth/stripe_accounts/_menu_item.html.erb".freeze, "app/views/account/oauth/stripe_accounts/edit.html.erb".freeze, "app/views/account/oauth/stripe_accounts/index.html.erb".freeze, "app/views/account/oauth/stripe_accounts/show.html.erb".freeze, "app/views/devise/shared/oauth/_stripe.html.erb".freeze, "config/locales/en/integrations/stripe_installations.en.yml".freeze, "config/locales/en/oauth/stripe_accounts.en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20180706214509_create_oauth_stripe_accounts.rb".freeze, "db/migrate/20190310235546_create_webhooks_incoming_stripe_webhooks.rb".freeze, "db/migrate/20190330195809_create_webhooks_incoming_oauth_stripe_account_webhooks.rb".freeze, "db/migrate/20210316215919_create_integrations_stripe_installations.rb".freeze, "db/migrate/20210316220614_migrate_team_connected_oauth_stripe_accounts.rb".freeze, "db/migrate/20210316220615_remove_team_id_from_oauth_stripe_account.rb".freeze, "db/migrate/20210317150916_add_uid_uniqueness_to_oauth_stripe_accounts.rb".freeze, "db/migrate/20211018173808_drop_webhooks_incoming_stripe_webhooks.rb".freeze, "lib/bullet_train/integrations/stripe.rb".freeze, "lib/bullet_train/integrations/stripe/engine.rb".freeze, "lib/bullet_train/integrations/stripe/version.rb".freeze, "lib/tasks/bullet_train/integrations/stripe_tasks.rake".freeze] s.homepage = "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Example Stripe platform integration for Bullet Train applications.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end