# -*- encoding: utf-8 -*- # stub: stripe-rails 2.3.3 ruby lib Gem::Specification.new do |s| s.name = "stripe-rails".freeze s.version = "2.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Charles Lowell".freeze, "Nola Stowe".freeze, "SengMing Tan".freeze] s.date = "2021-12-17" s.description = "A gem to integrate stripe into your rails app".freeze s.email = ["sengming@sanemen.com".freeze] s.files = [".codeclimate.yml".freeze, ".editorconfig".freeze, ".github/issue_template.md".freeze, ".github/pull_request_template.md".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Changelog.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/stripe/stripe_elements.css".freeze, "app/assets/stripe/stripe_elements.js".freeze, "app/controllers/stripe/application_controller.rb".freeze, "app/controllers/stripe/events_controller.rb".freeze, "app/helpers/stripe/javascript_helper.rb".freeze, "app/models/stripe/event_dispatch.rb".freeze, "app/views/stripe/_elements.html.erb".freeze, "app/views/stripe/_elements_js.html.erb".freeze, "app/views/stripe/_js.html.erb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "gemfiles/rails51.gemfile".freeze, "gemfiles/rails52.gemfile".freeze, "gemfiles/rails60.gemfile".freeze, "lib/generators/stripe/install_generator.rb".freeze, "lib/generators/templates/coupons.rb".freeze, "lib/generators/templates/plans.rb".freeze, "lib/generators/templates/prices.rb".freeze, "lib/generators/templates/products.rb".freeze, "lib/stripe-rails.rb".freeze, "lib/stripe/billing_tier.rb".freeze, "lib/stripe/callbacks.rb".freeze, "lib/stripe/callbacks/builder.rb".freeze, "lib/stripe/configuration_builder.rb".freeze, "lib/stripe/coupons.rb".freeze, "lib/stripe/current_api_version.rb".freeze, "lib/stripe/engine.rb".freeze, "lib/stripe/plans.rb".freeze, "lib/stripe/prices.rb".freeze, "lib/stripe/products.rb".freeze, "lib/stripe/rails.rb".freeze, "lib/stripe/rails/tasks.rake".freeze, "lib/stripe/rails/testing.rb".freeze, "lib/stripe/rails/version.rb".freeze, "stripe-rails.gemspec".freeze, "test/callbacks_spec.rb".freeze, "test/coupon_builder_spec.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/apis_controller.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/stripes_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/mailers/.gitkeep".freeze, "test/dummy/app/models/.gitkeep".freeze, "test/dummy/app/models/dummy/model_with_callbacks.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/stripes/new.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/stripe/plans.rb".freeze, "test/dummy/config/stripe/prices.rb".freeze, "test/dummy/lib/assets/.gitkeep".freeze, "test/dummy/lib/dummy/module_with_callbacks.rb".freeze, "test/dummy/log/.gitkeep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy_apis_controller_spec.rb".freeze, "test/dummy_stripes_controller_spec.rb".freeze, "test/event.json".freeze, "test/events_controller_spec.rb".freeze, "test/fixtures/stripe_plans.json".freeze, "test/fixtures/stripe_plans_headers.json".freeze, "test/fixtures/stripe_plans_headers_2017.json".freeze, "test/fixtures/stripe_prices.json".freeze, "test/invoice.json".freeze, "test/javascript_helper_spec.rb".freeze, "test/plan_builder_spec.rb".freeze, "test/price_builder_spec.rb".freeze, "test/product_builder_spec.rb".freeze, "test/spec_helper.rb".freeze, "test/stripe_initializers_spec.rb".freeze, "test/support/application_system_test_case.rb".freeze, "test/support/callback_helpers.rb".freeze, "test/support/fixture_loader.rb".freeze, "test/testing_spec.rb".freeze] s.homepage = "https://github.com/tansengming/stripe-rails".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem to integrate stripe into your rails app".freeze s.test_files = ["test/callbacks_spec.rb".freeze, "test/coupon_builder_spec.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/apis_controller.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/stripes_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/mailers/.gitkeep".freeze, "test/dummy/app/models/.gitkeep".freeze, "test/dummy/app/models/dummy/model_with_callbacks.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/stripes/new.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/stripe/plans.rb".freeze, "test/dummy/config/stripe/prices.rb".freeze, "test/dummy/lib/assets/.gitkeep".freeze, "test/dummy/lib/dummy/module_with_callbacks.rb".freeze, "test/dummy/log/.gitkeep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy_apis_controller_spec.rb".freeze, "test/dummy_stripes_controller_spec.rb".freeze, "test/event.json".freeze, "test/events_controller_spec.rb".freeze, "test/fixtures/stripe_plans.json".freeze, "test/fixtures/stripe_plans_headers.json".freeze, "test/fixtures/stripe_plans_headers_2017.json".freeze, "test/fixtures/stripe_prices.json".freeze, "test/invoice.json".freeze, "test/javascript_helper_spec.rb".freeze, "test/plan_builder_spec.rb".freeze, "test/price_builder_spec.rb".freeze, "test/product_builder_spec.rb".freeze, "test/spec_helper.rb".freeze, "test/stripe_initializers_spec.rb".freeze, "test/support/application_system_test_case.rb".freeze, "test/support/callback_helpers.rb".freeze, "test/support/fixture_loader.rb".freeze, "test/testing_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.15.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end