# -*- encoding: utf-8 -*- # stub: sapience 0.2.7 ruby lib Gem::Specification.new do |s| s.name = "sapience".freeze s.version = "0.2.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mikael Henriksson".freeze, "Alex Malkov".freeze] s.date = "2016-09-09" s.description = "Hasslefree autoconfiguration for logging, metrics and exception collection.".freeze s.email = ["mika@reevoo.com".freeze, "alex.malkov@reevoo.com".freeze] s.executables = ["console".freeze, "setup".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".simplecov".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "config/default.yml".freeze, "dev-entrypoint.sh".freeze, "docker-compose.yml".freeze, "lib/sapience.rb".freeze, "lib/sapience/ansi_colors.rb".freeze, "lib/sapience/appender/datadog.rb".freeze, "lib/sapience/appender/sentry.rb".freeze, "lib/sapience/appender/stream.rb".freeze, "lib/sapience/appender/wrapper.rb".freeze, "lib/sapience/base.rb".freeze, "lib/sapience/concerns/compatibility.rb".freeze, "lib/sapience/config_loader.rb".freeze, "lib/sapience/configuration.rb".freeze, "lib/sapience/configuration/grape.rb".freeze, "lib/sapience/core_ext/hash.rb".freeze, "lib/sapience/core_ext/symbol.rb".freeze, "lib/sapience/core_ext/thread.rb".freeze, "lib/sapience/descendants.rb".freeze, "lib/sapience/extensions/action_cable/tagged_logger_proxy.rb".freeze, "lib/sapience/extensions/action_controller/live.rb".freeze, "lib/sapience/extensions/action_controller/log_subscriber.rb".freeze, "lib/sapience/extensions/action_dispatch/debug_exceptions.rb".freeze, "lib/sapience/extensions/action_view/log_subscriber.rb".freeze, "lib/sapience/extensions/action_view/streaming_template_renderer.rb".freeze, "lib/sapience/extensions/active_job/logging.rb".freeze, "lib/sapience/extensions/active_model_serializers/logging.rb".freeze, "lib/sapience/extensions/active_record/log_subscriber.rb".freeze, "lib/sapience/extensions/grape/middleware/logging.rb".freeze, "lib/sapience/extensions/grape/timings.rb".freeze, "lib/sapience/extensions/rails/rack/logger.rb".freeze, "lib/sapience/extensions/rails/rack/logger_info_as_debug.rb".freeze, "lib/sapience/formatters/base.rb".freeze, "lib/sapience/formatters/color.rb".freeze, "lib/sapience/formatters/default.rb".freeze, "lib/sapience/formatters/json.rb".freeze, "lib/sapience/formatters/raw.rb".freeze, "lib/sapience/grape.rb".freeze, "lib/sapience/log.rb".freeze, "lib/sapience/loggable.rb".freeze, "lib/sapience/logger.rb".freeze, "lib/sapience/rails.rb".freeze, "lib/sapience/sapience.rb".freeze, "lib/sapience/sneakers.rb".freeze, "lib/sapience/subscriber.rb".freeze, "lib/sapience/version.rb".freeze, "sapience.gemspec".freeze, "test_app.simplecov".freeze, "test_app/.gitignore".freeze, "test_app/.rspec".freeze, "test_app/.ruby-version".freeze, "test_app/Gemfile".freeze, "test_app/README.md".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/config/manifest.js".freeze, "test_app/app/assets/images/.keep".freeze, "test_app/app/assets/javascripts/posts.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/assets/stylesheets/posts.css".freeze, "test_app/app/assets/stylesheets/scaffold.css".freeze, "test_app/app/channels/application_cable/channel.rb".freeze, "test_app/app/channels/application_cable/connection.rb".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/concerns/.keep".freeze, "test_app/app/controllers/posts_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/helpers/posts_helper.rb".freeze, "test_app/app/jobs/application_job.rb".freeze, "test_app/app/mailers/application_mailer.rb".freeze, "test_app/app/models/application_record.rb".freeze, "test_app/app/models/concerns/.keep".freeze, "test_app/app/models/post.rb".freeze, "test_app/app/models/user.rb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/app/views/layouts/mailer.html.erb".freeze, "test_app/app/views/layouts/mailer.text.erb".freeze, "test_app/app/views/posts/_form.html.slim".freeze, "test_app/app/views/posts/edit.html.slim".freeze, "test_app/app/views/posts/index.html.slim".freeze, "test_app/app/views/posts/new.html.slim".freeze, "test_app/app/views/posts/show.html.slim".freeze, "test_app/app/workers/test_worker.rb".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/bin/setup".freeze, "test_app/bin/sneakers".freeze, "test_app/bin/update".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/cable.yml".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/application_controller_renderer.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/cookies_serializer.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/new_framework_defaults.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/sneakers.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/puma.rb".freeze, "test_app/config/routes.rb".freeze, "test_app/config/sapience_example.yml".freeze, "test_app/config/secrets.yml".freeze, "test_app/db/migrate/20160812092236_create_users.rb".freeze, "test_app/db/migrate/20160902141445_create_posts.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/assets/.keep".freeze, "test_app/lib/external_sneaker.rb".freeze, "test_app/lib/tasks/.keep".freeze, "test_app/log/.keep".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/apple-touch-icon-precomposed.png".freeze, "test_app/public/apple-touch-icon.png".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/spec/controllers/posts_controller_spec.rb".freeze, "test_app/spec/factories/posts.rb".freeze, "test_app/spec/factories/users.rb".freeze, "test_app/spec/fixtures/sapience.yml".freeze, "test_app/spec/helpers/posts_helper_spec.rb".freeze, "test_app/spec/integration/sapience_spec.rb".freeze, "test_app/spec/models/post_spec.rb".freeze, "test_app/spec/models/user_spec.rb".freeze, "test_app/spec/rails_helper.rb".freeze, "test_app/spec/requests/posts_spec.rb".freeze, "test_app/spec/routing/posts_routing_spec.rb".freeze, "test_app/spec/spec_helper.rb".freeze, "test_app/spec/views/posts/edit.html.slim_spec.rb".freeze, "test_app/spec/views/posts/index.html.slim_spec.rb".freeze, "test_app/spec/views/posts/new.html.slim_spec.rb".freeze, "test_app/spec/views/posts/show.html.slim_spec.rb".freeze, "test_app/spec/workers/test_worker_spec.rb".freeze, "test_app/tmp/.keep".freeze, "test_app/vendor/assets/stylesheets/.keep".freeze] s.homepage = "https://github.com/reevoo/sapience".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Hasslefree autoconfiguration for logging, metrics and exception collection.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.12".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".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0.0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end