# -*- encoding: utf-8 -*- # stub: snapshot_inspector 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "snapshot_inspector".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/tomazzlender/snapshot_inspector/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/tomazzlender/snapshot_inspector", "source_code_uri" => "https://github.com/tomazzlender/snapshot_inspector" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tomaz Zlender".freeze] s.date = "2023-03-05" s.description = "Take snapshots of responses and mail messages while testing, and inspect them in a browser. A Ruby on Rails engine.".freeze s.email = ["tomaz@zlender.se".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/snapshot_inspector/manifest.js".freeze, "app/assets/javascripts/snapshot_inspector/application.js".freeze, "app/assets/stylesheets/snapshot_inspector/application.css".freeze, "app/assets/stylesheets/snapshot_inspector/snapshots.css".freeze, "app/assets/stylesheets/snapshot_inspector/snapshots/mail.css".freeze, "app/assets/stylesheets/snapshot_inspector/snapshots/not_found.css".freeze, "app/assets/stylesheets/snapshot_inspector/snapshots/response.css".freeze, "app/controllers/snapshot_inspector/application_controller.rb".freeze, "app/controllers/snapshot_inspector/snapshots/mail_controller.rb".freeze, "app/controllers/snapshot_inspector/snapshots/response_controller.rb".freeze, "app/controllers/snapshot_inspector/snapshots_controller.rb".freeze, "app/helpers/snapshot_inspector/application_helper.rb".freeze, "app/helpers/snapshot_inspector/snapshots_helper.rb".freeze, "app/mailers/snapshot_inspector/application_mailer.rb".freeze, "app/models/snapshot_inspector/snapshot.rb".freeze, "app/models/snapshot_inspector/snapshot/context.rb".freeze, "app/models/snapshot_inspector/snapshot/mail_type.rb".freeze, "app/models/snapshot_inspector/snapshot/response_type.rb".freeze, "app/models/snapshot_inspector/snapshot/rspec_context.rb".freeze, "app/models/snapshot_inspector/snapshot/test_unit_context.rb".freeze, "app/models/snapshot_inspector/snapshot/type.rb".freeze, "app/views/layouts/snapshot_inspector/application.html.erb".freeze, "app/views/snapshot_inspector/snapshots/index.html.erb".freeze, "app/views/snapshot_inspector/snapshots/mail/show.html.erb".freeze, "app/views/snapshot_inspector/snapshots/not_found.html.erb".freeze, "app/views/snapshot_inspector/snapshots/response/raw.html.erb".freeze, "app/views/snapshot_inspector/snapshots/response/show.html.erb".freeze, "config/importmap.rb".freeze, "config/routes.rb".freeze, "lib/minitest/snapshot_inspector_plugin.rb".freeze, "lib/snapshot_inspector.rb".freeze, "lib/snapshot_inspector/engine.rb".freeze, "lib/snapshot_inspector/storage.rb".freeze, "lib/snapshot_inspector/test/action_mailer_headers.rb".freeze, "lib/snapshot_inspector/test/rspec_helpers.rb".freeze, "lib/snapshot_inspector/test/test_unit_helpers.rb".freeze, "lib/snapshot_inspector/version.rb".freeze, "lib/tasks/tmp.rake".freeze] s.homepage = "https://github.com/tomazzlender/snapshot_inspector".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Take snapshots of responses and mail messages while testing, and inspect them in a browser. A Ruby on Rails engine.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.11.0".freeze]) end