# -*- encoding: utf-8 -*- # stub: big_session 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "big_session".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/speee/big_session", "homepage_uri" => "https://github.com/speee/big_session", "source_code_uri" => "https://github.com/speee/big_session" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Yuichiro Someya".freeze] s.date = "2021-08-18" s.description = "BigSession is a rubygem that helps tracing session over a chain of multiple applications.".freeze s.email = ["me@ayemos.me".freeze] s.files = [".circleci/config.yml".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "big_session.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/landing_page_app_and_core_app/README.md".freeze, "examples/landing_page_app_and_core_app/app_core/.ruby-version".freeze, "examples/landing_page_app_and_core_app/app_core/Dockerfile".freeze, "examples/landing_page_app_and_core_app/app_core/Gemfile".freeze, "examples/landing_page_app_and_core_app/app_core/Gemfile.lock".freeze, "examples/landing_page_app_and_core_app/app_core/README.md".freeze, "examples/landing_page_app_and_core_app/app_core/Rakefile".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/config/manifest.js".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/images/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/javascripts/application.js".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/javascripts/cable.js".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/javascripts/channels/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/app/assets/stylesheets/application.css".freeze, "examples/landing_page_app_and_core_app/app_core/app/channels/application_cable/channel.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/channels/application_cable/connection.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/controllers/application_controller.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/controllers/concerns/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/app/controllers/conversions_controller.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/helpers/application_helper.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/jobs/application_job.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/mailers/application_mailer.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/models/application_record.rb".freeze, "examples/landing_page_app_and_core_app/app_core/app/models/concerns/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/app/views/layouts/application.html.erb".freeze, "examples/landing_page_app_and_core_app/app_core/app/views/layouts/mailer.html.erb".freeze, "examples/landing_page_app_and_core_app/app_core/app/views/layouts/mailer.text.erb".freeze, "examples/landing_page_app_and_core_app/app_core/bin/bundle".freeze, "examples/landing_page_app_and_core_app/app_core/bin/rails".freeze, "examples/landing_page_app_and_core_app/app_core/bin/rake".freeze, "examples/landing_page_app_and_core_app/app_core/bin/setup".freeze, "examples/landing_page_app_and_core_app/app_core/bin/spring".freeze, "examples/landing_page_app_and_core_app/app_core/bin/update".freeze, "examples/landing_page_app_and_core_app/app_core/bin/yarn".freeze, "examples/landing_page_app_and_core_app/app_core/config.ru".freeze, "examples/landing_page_app_and_core_app/app_core/config/application.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/boot.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/cable.yml".freeze, "examples/landing_page_app_and_core_app/app_core/config/credentials.yml.enc".freeze, "examples/landing_page_app_and_core_app/app_core/config/database.yml".freeze, "examples/landing_page_app_and_core_app/app_core/config/environment.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/environments/development.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/environments/production.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/environments/test.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/application_controller_renderer.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/assets.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/backtrace_silencers.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/big_session.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/content_security_policy.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/cookies_serializer.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/filter_parameter_logging.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/inflections.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/mime_types.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/initializers/wrap_parameters.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/locales/en.yml".freeze, "examples/landing_page_app_and_core_app/app_core/config/puma.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/routes.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/spring.rb".freeze, "examples/landing_page_app_and_core_app/app_core/config/storage.yml".freeze, "examples/landing_page_app_and_core_app/app_core/db/seeds.rb".freeze, "examples/landing_page_app_and_core_app/app_core/entrypoint.sh".freeze, "examples/landing_page_app_and_core_app/app_core/lib/assets/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/lib/tasks/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/log/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/package.json".freeze, "examples/landing_page_app_and_core_app/app_core/public/404.html".freeze, "examples/landing_page_app_and_core_app/app_core/public/422.html".freeze, "examples/landing_page_app_and_core_app/app_core/public/500.html".freeze, "examples/landing_page_app_and_core_app/app_core/public/apple-touch-icon-precomposed.png".freeze, "examples/landing_page_app_and_core_app/app_core/public/apple-touch-icon.png".freeze, "examples/landing_page_app_and_core_app/app_core/public/favicon.ico".freeze, "examples/landing_page_app_and_core_app/app_core/public/robots.txt".freeze, "examples/landing_page_app_and_core_app/app_core/storage/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/application_system_test_case.rb".freeze, "examples/landing_page_app_and_core_app/app_core/test/controllers/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/fixtures/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/fixtures/files/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/helpers/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/integration/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/mailers/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/models/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/system/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/test/test_helper.rb".freeze, "examples/landing_page_app_and_core_app/app_core/tmp/.keep".freeze, "examples/landing_page_app_and_core_app/app_core/vendor/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/.ruby-version".freeze, "examples/landing_page_app_and_core_app/app_lp/Dockerfile".freeze, "examples/landing_page_app_and_core_app/app_lp/Gemfile".freeze, "examples/landing_page_app_and_core_app/app_lp/Gemfile.lock".freeze, "examples/landing_page_app_and_core_app/app_lp/README.md".freeze, "examples/landing_page_app_and_core_app/app_lp/Rakefile".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/config/manifest.js".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/images/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/javascripts/application.js".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/javascripts/cable.js".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/javascripts/channels/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/app/assets/stylesheets/application.css".freeze, "examples/landing_page_app_and_core_app/app_lp/app/channels/application_cable/channel.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/channels/application_cable/connection.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/controllers/application_controller.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/controllers/concerns/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/app/controllers/conversions_controller.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/controllers/lps_controller.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/helpers/application_helper.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/jobs/application_job.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/mailers/application_mailer.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/models/application_record.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/models/concerns/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/app/views/layouts/application.html.erb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/views/layouts/mailer.html.erb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/views/layouts/mailer.text.erb".freeze, "examples/landing_page_app_and_core_app/app_lp/app/views/lps/show.html.haml".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/bundle".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/rails".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/rake".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/setup".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/spring".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/update".freeze, "examples/landing_page_app_and_core_app/app_lp/bin/yarn".freeze, "examples/landing_page_app_and_core_app/app_lp/config.ru".freeze, "examples/landing_page_app_and_core_app/app_lp/config/application.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/boot.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/cable.yml".freeze, "examples/landing_page_app_and_core_app/app_lp/config/credentials.yml.enc".freeze, "examples/landing_page_app_and_core_app/app_lp/config/database.yml".freeze, "examples/landing_page_app_and_core_app/app_lp/config/environment.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/environments/development.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/environments/production.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/environments/test.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/application_controller_renderer.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/assets.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/backtrace_silencers.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/big_session.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/content_security_policy.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/cookies_serializer.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/filter_parameter_logging.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/inflections.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/mime_types.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/initializers/wrap_parameters.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/locales/en.yml".freeze, "examples/landing_page_app_and_core_app/app_lp/config/puma.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/routes.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/spring.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/config/storage.yml".freeze, "examples/landing_page_app_and_core_app/app_lp/db/seeds.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/entrypoint.sh".freeze, "examples/landing_page_app_and_core_app/app_lp/lib/assets/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/lib/tasks/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/log/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/package.json".freeze, "examples/landing_page_app_and_core_app/app_lp/public/404.html".freeze, "examples/landing_page_app_and_core_app/app_lp/public/422.html".freeze, "examples/landing_page_app_and_core_app/app_lp/public/500.html".freeze, "examples/landing_page_app_and_core_app/app_lp/public/apple-touch-icon-precomposed.png".freeze, "examples/landing_page_app_and_core_app/app_lp/public/apple-touch-icon.png".freeze, "examples/landing_page_app_and_core_app/app_lp/public/favicon.ico".freeze, "examples/landing_page_app_and_core_app/app_lp/public/robots.txt".freeze, "examples/landing_page_app_and_core_app/app_lp/storage/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/application_system_test_case.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/test/controllers/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/fixtures/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/fixtures/files/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/helpers/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/integration/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/mailers/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/models/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/system/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/test/test_helper.rb".freeze, "examples/landing_page_app_and_core_app/app_lp/tmp/.keep".freeze, "examples/landing_page_app_and_core_app/app_lp/vendor/.keep".freeze, "examples/landing_page_app_and_core_app/docker-compose.yml".freeze, "lib/big_session.rb".freeze, "lib/big_session/faraday.rb".freeze, "lib/big_session/rack_middleware.rb".freeze, "lib/big_session/session_id.rb".freeze, "lib/big_session/version.rb".freeze] s.homepage = "https://github.com/speee/big_session".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "BigSession is a rubygem that helps tracing session over a chain of multiple applications.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.75".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.17".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end