# -*- encoding: utf-8 -*- # stub: turnip_formatter 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "turnip_formatter".freeze s.version = "0.8.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 = ["Wataru MIYAGUNI".freeze] s.date = "2023-09-06" s.description = "RSpec custom formatter for Turnip".freeze s.email = ["gonngo@gmail.com".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "example/.rspec".freeze, "example/README.md".freeze, "example/images/after_hook.png".freeze, "example/images/aggregate_failures.png".freeze, "example/images/background.png".freeze, "example/images/basic_step.png".freeze, "example/images/before_hook.png".freeze, "example/images/data_table.png".freeze, "example/images/doc_string.png".freeze, "example/images/failed_step.png".freeze, "example/images/pending_step.png".freeze, "example/spec/bar.js".freeze, "example/spec/features/argument.feature".freeze, "example/spec/features/background.feature".freeze, "example/spec/features/basic.feature".freeze, "example/spec/features/module_and_steps_for.feature".freeze, "example/spec/features/rspec_hooks.feature".freeze, "example/spec/foo.css".freeze, "example/spec/spec_helper.rb".freeze, "example/spec/steps/escape_steps.rb".freeze, "example/spec/steps/spell_steps.rb".freeze, "example/spec/steps/steps.rb".freeze, "gemfiles/Gemfile-rspec-3.11.x".freeze, "gemfiles/Gemfile-rspec-3.12.x".freeze, "lib/rspec/core/formatters/turnip_formatter.rb".freeze, "lib/turnip_formatter.rb".freeze, "lib/turnip_formatter/ext/turnip/rspec.rb".freeze, "lib/turnip_formatter/renderer/html.rb".freeze, "lib/turnip_formatter/renderer/html/assets/turnip_formatter.css".freeze, "lib/turnip_formatter/renderer/html/assets/turnip_formatter.js".freeze, "lib/turnip_formatter/renderer/html/assets/turnip_formatter.scss".freeze, "lib/turnip_formatter/renderer/html/base.rb".freeze, "lib/turnip_formatter/renderer/html/data_table.rb".freeze, "lib/turnip_formatter/renderer/html/doc_string.rb".freeze, "lib/turnip_formatter/renderer/html/index.rb".freeze, "lib/turnip_formatter/renderer/html/runtime_error.rb".freeze, "lib/turnip_formatter/renderer/html/scenario.rb".freeze, "lib/turnip_formatter/renderer/html/statistics_feature.rb".freeze, "lib/turnip_formatter/renderer/html/statistics_speed.rb".freeze, "lib/turnip_formatter/renderer/html/statistics_tag.rb".freeze, "lib/turnip_formatter/renderer/html/step.rb".freeze, "lib/turnip_formatter/renderer/html/views/data_table.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/doc_string.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/index.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/runtime_error.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/scenario.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/statistics_feature.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/statistics_speed.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/statistics_tag.html.erb".freeze, "lib/turnip_formatter/renderer/html/views/step.html.erb".freeze, "lib/turnip_formatter/resource/scenario/base.rb".freeze, "lib/turnip_formatter/resource/scenario/failure.rb".freeze, "lib/turnip_formatter/resource/scenario/pass.rb".freeze, "lib/turnip_formatter/resource/scenario/pending.rb".freeze, "lib/turnip_formatter/resource/step/failure_result.rb".freeze, "lib/turnip_formatter/resource/step/hook.rb".freeze, "lib/turnip_formatter/resource/step/pending_result.rb".freeze, "lib/turnip_formatter/resource/step/step.rb".freeze, "lib/turnip_formatter/step_template/base.rb".freeze, "lib/turnip_formatter/step_template/exception.html.erb".freeze, "lib/turnip_formatter/step_template/exception.rb".freeze, "lib/turnip_formatter/template.rb".freeze, "lib/turnip_formatter/version.rb".freeze, "test/helper.rb".freeze, "test/turnip_formatter/renderer/html/test_data_table.rb".freeze, "test/turnip_formatter/renderer/html/test_doc_string.rb".freeze, "test/turnip_formatter/renderer/html/test_index.rb".freeze, "test/turnip_formatter/renderer/html/test_runtime_error.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_feature.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_speed.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_tag.rb".freeze, "test/turnip_formatter/renderer/html/test_step.rb".freeze, "test/turnip_formatter/renderer/test_html.rb".freeze, "test/turnip_formatter/resource/scenario/test_failure.rb".freeze, "test/turnip_formatter/resource/scenario/test_pass.rb".freeze, "test/turnip_formatter/resource/scenario/test_pending.rb".freeze, "test/turnip_formatter/step_template/test_base.rb".freeze, "test/turnip_formatter/step_template/test_exception.rb".freeze, "test/turnip_formatter/step_template/test_source.rb".freeze, "turnip_formatter.gemspec".freeze] s.homepage = "https://github.com/gongo/turnip_formatter".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RSpec custom formatter for Turnip".freeze s.test_files = ["test/helper.rb".freeze, "test/turnip_formatter/renderer/html/test_data_table.rb".freeze, "test/turnip_formatter/renderer/html/test_doc_string.rb".freeze, "test/turnip_formatter/renderer/html/test_index.rb".freeze, "test/turnip_formatter/renderer/html/test_runtime_error.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_feature.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_speed.rb".freeze, "test/turnip_formatter/renderer/html/test_statistics_tag.rb".freeze, "test/turnip_formatter/renderer/html/test_step.rb".freeze, "test/turnip_formatter/renderer/test_html.rb".freeze, "test/turnip_formatter/resource/scenario/test_failure.rb".freeze, "test/turnip_formatter/resource/scenario/test_pass.rb".freeze, "test/turnip_formatter/resource/scenario/test_pending.rb".freeze, "test/turnip_formatter/step_template/test_base.rb".freeze, "test/turnip_formatter/step_template/test_exception.rb".freeze, "test/turnip_formatter/step_template/test_source.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.3".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2.7".freeze, "< 8.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]) end