# -*- encoding: utf-8 -*- # stub: pay 7.1.0 ruby lib Gem::Specification.new do |s| s.name = "pay".freeze s.version = "7.1.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 = ["Jason Charnes".freeze, "Chris Oliver".freeze, "Collin Jilbert".freeze] s.date = "2023-12-06" s.description = "Stripe, Paddle, and Braintree payments for Ruby on Rails apps".freeze s.email = ["jason@thecharnes.com".freeze, "excid3@gmail.com".freeze, "cjilbert504@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/pay_manifest.js".freeze, "app/assets/javascripts/pay/application.js".freeze, "app/assets/stylesheets/pay/application.css".freeze, "app/controllers/pay/application_controller.rb".freeze, "app/controllers/pay/payments_controller.rb".freeze, "app/controllers/pay/webhooks/braintree_controller.rb".freeze, "app/controllers/pay/webhooks/paddle_billing_controller.rb".freeze, "app/controllers/pay/webhooks/paddle_classic_controller.rb".freeze, "app/controllers/pay/webhooks/stripe_controller.rb".freeze, "app/helpers/pay/currency_helper.rb".freeze, "app/jobs/pay/application_job.rb".freeze, "app/jobs/pay/customer_sync_job.rb".freeze, "app/mailers/pay/application_mailer.rb".freeze, "app/mailers/pay/user_mailer.rb".freeze, "app/models/pay/application_record.rb".freeze, "app/models/pay/charge.rb".freeze, "app/models/pay/customer.rb".freeze, "app/models/pay/merchant.rb".freeze, "app/models/pay/payment_method.rb".freeze, "app/models/pay/subscription.rb".freeze, "app/models/pay/webhook.rb".freeze, "app/views/layouts/pay/application.html.erb".freeze, "app/views/pay/payments/show.html.erb".freeze, "app/views/pay/stripe/_checkout_button.html.erb".freeze, "app/views/pay/user_mailer/payment_action_required.html.erb".freeze, "app/views/pay/user_mailer/payment_failed.html.erb".freeze, "app/views/pay/user_mailer/receipt.html.erb".freeze, "app/views/pay/user_mailer/refund.html.erb".freeze, "app/views/pay/user_mailer/subscription_renewing.html.erb".freeze, "app/views/pay/user_mailer/subscription_trial_ended.html.erb".freeze, "app/views/pay/user_mailer/subscription_trial_will_end.html.erb".freeze, "config/currencies/iso.json".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/1_create_pay_tables.rb".freeze, "lib/generators/pay/email_views_generator.rb".freeze, "lib/generators/pay/views_generator.rb".freeze, "lib/pay.rb".freeze, "lib/pay/adapter.rb".freeze, "lib/pay/attributes.rb".freeze, "lib/pay/billable/sync_customer.rb".freeze, "lib/pay/braintree.rb".freeze, "lib/pay/braintree/authorization_error.rb".freeze, "lib/pay/braintree/billable.rb".freeze, "lib/pay/braintree/charge.rb".freeze, "lib/pay/braintree/error.rb".freeze, "lib/pay/braintree/payment_method.rb".freeze, "lib/pay/braintree/subscription.rb".freeze, "lib/pay/braintree/webhooks/subscription_canceled.rb".freeze, "lib/pay/braintree/webhooks/subscription_charged_successfully.rb".freeze, "lib/pay/braintree/webhooks/subscription_charged_unsuccessfully.rb".freeze, "lib/pay/braintree/webhooks/subscription_expired.rb".freeze, "lib/pay/braintree/webhooks/subscription_trial_ended.rb".freeze, "lib/pay/braintree/webhooks/subscription_went_active.rb".freeze, "lib/pay/braintree/webhooks/subscription_went_past_due.rb".freeze, "lib/pay/currency.rb".freeze, "lib/pay/engine.rb".freeze, "lib/pay/env.rb".freeze, "lib/pay/errors.rb".freeze, "lib/pay/fake_processor.rb".freeze, "lib/pay/fake_processor/billable.rb".freeze, "lib/pay/fake_processor/charge.rb".freeze, "lib/pay/fake_processor/error.rb".freeze, "lib/pay/fake_processor/merchant.rb".freeze, "lib/pay/fake_processor/payment_method.rb".freeze, "lib/pay/fake_processor/subscription.rb".freeze, "lib/pay/lemon_squeezy.rb".freeze, "lib/pay/lemon_squeezy/billable.rb".freeze, "lib/pay/lemon_squeezy/charge.rb".freeze, "lib/pay/lemon_squeezy/error.rb".freeze, "lib/pay/lemon_squeezy/payment_method.rb".freeze, "lib/pay/lemon_squeezy/subscription.rb".freeze, "lib/pay/lemon_squeezy/webhooks/subscription.rb".freeze, "lib/pay/lemon_squeezy/webhooks/transaction_completed.rb".freeze, "lib/pay/nano_id.rb".freeze, "lib/pay/paddle_billing.rb".freeze, "lib/pay/paddle_billing/billable.rb".freeze, "lib/pay/paddle_billing/charge.rb".freeze, "lib/pay/paddle_billing/error.rb".freeze, "lib/pay/paddle_billing/payment_method.rb".freeze, "lib/pay/paddle_billing/subscription.rb".freeze, "lib/pay/paddle_billing/webhooks/subscription.rb".freeze, "lib/pay/paddle_billing/webhooks/transaction_completed.rb".freeze, "lib/pay/paddle_classic.rb".freeze, "lib/pay/paddle_classic/billable.rb".freeze, "lib/pay/paddle_classic/charge.rb".freeze, "lib/pay/paddle_classic/error.rb".freeze, "lib/pay/paddle_classic/payment_method.rb".freeze, "lib/pay/paddle_classic/subscription.rb".freeze, "lib/pay/paddle_classic/webhooks/signature_verifier.rb".freeze, "lib/pay/paddle_classic/webhooks/subscription_cancelled.rb".freeze, "lib/pay/paddle_classic/webhooks/subscription_created.rb".freeze, "lib/pay/paddle_classic/webhooks/subscription_payment_refunded.rb".freeze, "lib/pay/paddle_classic/webhooks/subscription_payment_succeeded.rb".freeze, "lib/pay/paddle_classic/webhooks/subscription_updated.rb".freeze, "lib/pay/payment.rb".freeze, "lib/pay/receipts.rb".freeze, "lib/pay/stripe.rb".freeze, "lib/pay/stripe/billable.rb".freeze, "lib/pay/stripe/charge.rb".freeze, "lib/pay/stripe/error.rb".freeze, "lib/pay/stripe/merchant.rb".freeze, "lib/pay/stripe/payment_method.rb".freeze, "lib/pay/stripe/subscription.rb".freeze, "lib/pay/stripe/webhooks/account_updated.rb".freeze, "lib/pay/stripe/webhooks/charge_refunded.rb".freeze, "lib/pay/stripe/webhooks/charge_succeeded.rb".freeze, "lib/pay/stripe/webhooks/checkout_session_async_payment_succeeded.rb".freeze, "lib/pay/stripe/webhooks/checkout_session_completed.rb".freeze, "lib/pay/stripe/webhooks/customer_deleted.rb".freeze, "lib/pay/stripe/webhooks/customer_updated.rb".freeze, "lib/pay/stripe/webhooks/payment_action_required.rb".freeze, "lib/pay/stripe/webhooks/payment_failed.rb".freeze, "lib/pay/stripe/webhooks/payment_intent_succeeded.rb".freeze, "lib/pay/stripe/webhooks/payment_method_attached.rb".freeze, "lib/pay/stripe/webhooks/payment_method_detached.rb".freeze, "lib/pay/stripe/webhooks/payment_method_updated.rb".freeze, "lib/pay/stripe/webhooks/subscription_created.rb".freeze, "lib/pay/stripe/webhooks/subscription_deleted.rb".freeze, "lib/pay/stripe/webhooks/subscription_renewing.rb".freeze, "lib/pay/stripe/webhooks/subscription_trial_will_end.rb".freeze, "lib/pay/stripe/webhooks/subscription_updated.rb".freeze, "lib/pay/version.rb".freeze, "lib/pay/webhooks.rb".freeze, "lib/pay/webhooks/delegator.rb".freeze, "lib/pay/webhooks/process_job.rb".freeze, "lib/tasks/pay.rake".freeze] s.homepage = "https://github.com/pay-rails/pay".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Payments engine for Ruby on Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0.0".freeze]) end