# -*- encoding: utf-8 -*- # stub: stripe-rails 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "stripe-rails".freeze s.version = "0.3.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 = ["rubygeek".freeze] s.date = "2014-04-29" s.description = "A gem to integrate stripe into your rails app".freeze s.email = ["nola@rubygeek.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Changelog.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/stripe/application_controller.rb".freeze, "app/controllers/stripe/events_controller.rb".freeze, "app/controllers/stripe/pings_controller.rb".freeze, "app/helpers/stripe/javascript_helper.rb".freeze, "app/models/stripe/event_dispatch.rb".freeze, "app/models/stripe/ping.rb".freeze, "app/views/stripe/_js.html.erb".freeze, "config/routes.rb".freeze, "lib/generators/stripe/install_generator.rb".freeze, "lib/generators/templates/coupons.rb".freeze, "lib/generators/templates/plans.rb".freeze, "lib/stripe-rails.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/engine.rb".freeze, "lib/stripe/plans.rb".freeze, "lib/stripe/rails.rb".freeze, "lib/stripe/rails/tasks.rake".freeze, "lib/stripe/rails/version.rb".freeze, "stripe-rails.gemspec".freeze, "test/.DS_Store".freeze, "test/all.rb".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/application_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/views/layouts/application.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/lib/assets/.gitkeep".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/invoice_payment_succeeded.json".freeze, "test/plan_builder_spec.rb".freeze, "test/spec_helper.rb".freeze, "test/stripe_rails_spec.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A gem to integrate stripe into your rails app".freeze s.test_files = ["test/.DS_Store".freeze, "test/all.rb".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/application_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/views/layouts/application.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/lib/assets/.gitkeep".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/invoice_payment_succeeded.json".freeze, "test/plan_builder_spec.rb".freeze, "test/spec_helper.rb".freeze, "test/stripe_rails_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end