# -*- encoding: utf-8 -*- # stub: rack-action_logger 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rack-action_logger".freeze s.version = "0.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 = ["Koichi Ishida".freeze] s.bindir = "exe".freeze s.date = "2016-11-16" s.description = "Rack::ActionLogger is a tool to log user activity".freeze s.email = ["wapa5pow@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/rspec".freeze, "bin/setup".freeze, "docs/action_log.png".freeze, "docs/attributed_log.png".freeze, "docs/request_log.png".freeze, "docs/sample_log.png".freeze, "example/rails4/.generators".freeze, "example/rails4/.gitignore".freeze, "example/rails4/.rakeTasks".freeze, "example/rails4/Gemfile".freeze, "example/rails4/Gemfile.lock".freeze, "example/rails4/README.rdoc".freeze, "example/rails4/Rakefile".freeze, "example/rails4/app/assets/images/.keep".freeze, "example/rails4/app/assets/javascripts/application.js".freeze, "example/rails4/app/assets/javascripts/hello.coffee".freeze, "example/rails4/app/assets/stylesheets/application.css".freeze, "example/rails4/app/assets/stylesheets/hello.scss".freeze, "example/rails4/app/controllers/application_controller.rb".freeze, "example/rails4/app/controllers/concerns/.keep".freeze, "example/rails4/app/controllers/hello_controller.rb".freeze, "example/rails4/app/helpers/application_helper.rb".freeze, "example/rails4/app/helpers/hello_helper.rb".freeze, "example/rails4/app/mailers/.keep".freeze, "example/rails4/app/models/.keep".freeze, "example/rails4/app/models/concerns/.keep".freeze, "example/rails4/app/views/hello/index.html.erb".freeze, "example/rails4/app/views/layouts/application.html.erb".freeze, "example/rails4/bin/bundle".freeze, "example/rails4/bin/rails".freeze, "example/rails4/bin/rake".freeze, "example/rails4/bin/rspec".freeze, "example/rails4/bin/setup".freeze, "example/rails4/config.ru".freeze, "example/rails4/config/application.rb".freeze, "example/rails4/config/boot.rb".freeze, "example/rails4/config/database.yml".freeze, "example/rails4/config/environment.rb".freeze, "example/rails4/config/environments/development.rb".freeze, "example/rails4/config/environments/production.rb".freeze, "example/rails4/config/environments/test.rb".freeze, "example/rails4/config/initializers/assets.rb".freeze, "example/rails4/config/initializers/backtrace_silencers.rb".freeze, "example/rails4/config/initializers/cookies_serializer.rb".freeze, "example/rails4/config/initializers/filter_parameter_logging.rb".freeze, "example/rails4/config/initializers/fluent_logger.rb".freeze, "example/rails4/config/initializers/inflections.rb".freeze, "example/rails4/config/initializers/mime_types.rb".freeze, "example/rails4/config/initializers/rack-action_logger.rb".freeze, "example/rails4/config/initializers/session_store.rb".freeze, "example/rails4/config/initializers/wrap_parameters.rb".freeze, "example/rails4/config/locales/en.yml".freeze, "example/rails4/config/routes.rb".freeze, "example/rails4/config/secrets.yml".freeze, "example/rails4/db/schema.rb".freeze, "example/rails4/db/seeds.rb".freeze, "example/rails4/lib/assets/.keep".freeze, "example/rails4/lib/tasks/.keep".freeze, "example/rails4/public/404.html".freeze, "example/rails4/public/422.html".freeze, "example/rails4/public/500.html".freeze, "example/rails4/public/favicon.ico".freeze, "example/rails4/public/robots.txt".freeze, "example/rails4/spec/controllers/hello_controller_spec.rb".freeze, "example/rails4/spec/rails_helper.rb".freeze, "example/rails4/spec/spec_helper.rb".freeze, "example/rails4/vendor/assets/javascripts/.keep".freeze, "example/rails4/vendor/assets/stylesheets/.keep".freeze, "example/rails5/.generators".freeze, "example/rails5/.gitignore".freeze, "example/rails5/.rakeTasks".freeze, "example/rails5/Gemfile".freeze, "example/rails5/Gemfile.lock".freeze, "example/rails5/README.md".freeze, "example/rails5/Rakefile".freeze, "example/rails5/app/assets/config/manifest.js".freeze, "example/rails5/app/assets/images/.keep".freeze, "example/rails5/app/assets/javascripts/application.js".freeze, "example/rails5/app/assets/javascripts/cable.js".freeze, "example/rails5/app/assets/javascripts/channels/.keep".freeze, "example/rails5/app/assets/javascripts/hello.coffee".freeze, "example/rails5/app/assets/stylesheets/application.css".freeze, "example/rails5/app/assets/stylesheets/hello.scss".freeze, "example/rails5/app/channels/application_cable/channel.rb".freeze, "example/rails5/app/channels/application_cable/connection.rb".freeze, "example/rails5/app/controllers/application_controller.rb".freeze, "example/rails5/app/controllers/concerns/.keep".freeze, "example/rails5/app/controllers/hello_controller.rb".freeze, "example/rails5/app/helpers/application_helper.rb".freeze, "example/rails5/app/helpers/hello_helper.rb".freeze, "example/rails5/app/jobs/application_job.rb".freeze, "example/rails5/app/mailers/application_mailer.rb".freeze, "example/rails5/app/models/application_record.rb".freeze, "example/rails5/app/models/concerns/.keep".freeze, "example/rails5/app/views/hello/index.html.erb".freeze, "example/rails5/app/views/layouts/application.html.erb".freeze, "example/rails5/app/views/layouts/mailer.html.erb".freeze, "example/rails5/app/views/layouts/mailer.text.erb".freeze, "example/rails5/bin/bundle".freeze, "example/rails5/bin/rails".freeze, "example/rails5/bin/rake".freeze, "example/rails5/bin/rspec".freeze, "example/rails5/bin/setup".freeze, "example/rails5/bin/update".freeze, "example/rails5/config.ru".freeze, "example/rails5/config/application.rb".freeze, "example/rails5/config/boot.rb".freeze, "example/rails5/config/cable.yml".freeze, "example/rails5/config/database.yml".freeze, "example/rails5/config/environment.rb".freeze, "example/rails5/config/environments/development.rb".freeze, "example/rails5/config/environments/production.rb".freeze, "example/rails5/config/environments/test.rb".freeze, "example/rails5/config/initializers/application_controller_renderer.rb".freeze, "example/rails5/config/initializers/assets.rb".freeze, "example/rails5/config/initializers/backtrace_silencers.rb".freeze, "example/rails5/config/initializers/cookies_serializer.rb".freeze, "example/rails5/config/initializers/filter_parameter_logging.rb".freeze, "example/rails5/config/initializers/fluent_logger.rb".freeze, "example/rails5/config/initializers/inflections.rb".freeze, "example/rails5/config/initializers/mime_types.rb".freeze, "example/rails5/config/initializers/new_framework_defaults.rb".freeze, "example/rails5/config/initializers/rack-action_logger.rb".freeze, "example/rails5/config/initializers/session_store.rb".freeze, "example/rails5/config/initializers/wrap_parameters.rb".freeze, "example/rails5/config/locales/en.yml".freeze, "example/rails5/config/puma.rb".freeze, "example/rails5/config/routes.rb".freeze, "example/rails5/config/secrets.yml".freeze, "example/rails5/config/spring.rb".freeze, "example/rails5/db/schema.rb".freeze, "example/rails5/db/seeds.rb".freeze, "example/rails5/lib/assets/.keep".freeze, "example/rails5/lib/tasks/.keep".freeze, "example/rails5/public/404.html".freeze, "example/rails5/public/422.html".freeze, "example/rails5/public/500.html".freeze, "example/rails5/public/apple-touch-icon-precomposed.png".freeze, "example/rails5/public/apple-touch-icon.png".freeze, "example/rails5/public/favicon.ico".freeze, "example/rails5/public/robots.txt".freeze, "example/rails5/spec/controllers/hello_controller_spec.rb".freeze, "example/rails5/spec/rails_helper.rb".freeze, "example/rails5/spec/spec_helper.rb".freeze, "example/rails5/vendor/assets/javascripts/.keep".freeze, "example/rails5/vendor/assets/stylesheets/.keep".freeze, "lib/rack/action_logger.rb".freeze, "lib/rack/action_logger/configuration.rb".freeze, "lib/rack/action_logger/container.rb".freeze, "lib/rack/action_logger/context.rb".freeze, "lib/rack/action_logger/controller_concerns.rb".freeze, "lib/rack/action_logger/controller_concerns/request_log.rb".freeze, "lib/rack/action_logger/emit_adapter/base.rb".freeze, "lib/rack/action_logger/emit_adapter/fluent_adapter.rb".freeze, "lib/rack/action_logger/emit_adapter/logger_adapter.rb".freeze, "lib/rack/action_logger/emit_adapter/null_adapter.rb".freeze, "lib/rack/action_logger/emitter.rb".freeze, "lib/rack/action_logger/version.rb".freeze, "rack-action_logger.gemspec".freeze] s.homepage = "https://github.com/wapa5pow/rack-action_logger".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rack::ActionLogger is a tool to log user activity".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end