# -*- encoding: utf-8 -*- # stub: turnip_formatter 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "turnip_formatter".freeze s.version = "0.3.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 = "2014-07-12" s.description = "RSpec custom formatter for Turnip".freeze s.email = ["gonngo@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "example/.rspec".freeze, "example/README.md".freeze, "example/images/background.png".freeze, "example/images/basic_step.png".freeze, "example/images/failed_step.png".freeze, "example/images/multiline.png".freeze, "example/images/outline.png".freeze, "example/images/pending_step.png".freeze, "example/spec/bar.js".freeze, "example/spec/features/battle.feature".freeze, "example/spec/features/battle2.feature".freeze, "example/spec/features/battle3.feature".freeze, "example/spec/features/songs.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, "lib/rspec/core/formatters/turnip_formatter.rb".freeze, "lib/turnip_formatter.rb".freeze, "lib/turnip_formatter/ext/turnip/rspec.rb".freeze, "lib/turnip_formatter/printer.rb".freeze, "lib/turnip_formatter/printer/index.rb".freeze, "lib/turnip_formatter/printer/runtime_error.rb".freeze, "lib/turnip_formatter/printer/scenario.rb".freeze, "lib/turnip_formatter/printer/step.rb".freeze, "lib/turnip_formatter/printer/step_extra_args.rb".freeze, "lib/turnip_formatter/printer/tab_feature_statistics.rb".freeze, "lib/turnip_formatter/printer/tab_speed_statistics.rb".freeze, "lib/turnip_formatter/printer/tab_tag_statistics.rb".freeze, "lib/turnip_formatter/scenario/base.rb".freeze, "lib/turnip_formatter/scenario/failure.rb".freeze, "lib/turnip_formatter/scenario/pass.rb".freeze, "lib/turnip_formatter/scenario/pending.rb".freeze, "lib/turnip_formatter/step.rb".freeze, "lib/turnip_formatter/step_template/base.rb".freeze, "lib/turnip_formatter/step_template/exception.rb".freeze, "lib/turnip_formatter/step_template/source.rb".freeze, "lib/turnip_formatter/template.rb".freeze, "lib/turnip_formatter/template/exception.haml".freeze, "lib/turnip_formatter/template/index.haml".freeze, "lib/turnip_formatter/template/runtime_exception.haml".freeze, "lib/turnip_formatter/template/scenario.haml".freeze, "lib/turnip_formatter/template/step.haml".freeze, "lib/turnip_formatter/template/step_multiline.haml".freeze, "lib/turnip_formatter/template/step_outline.haml".freeze, "lib/turnip_formatter/template/tab_feature_statistics.haml".freeze, "lib/turnip_formatter/template/tab_speed_statistics.haml".freeze, "lib/turnip_formatter/template/tab_tag_statistics.haml".freeze, "lib/turnip_formatter/template/turnip_formatter.js".freeze, "lib/turnip_formatter/template/turnip_formatter.scss".freeze, "lib/turnip_formatter/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/example_helper.rb".freeze, "spec/support/passed.feature".freeze, "spec/support/step_helper.rb".freeze, "spec/turnip_formatter/printer/index_spec.rb".freeze, "spec/turnip_formatter/printer/scenario_spec.rb".freeze, "spec/turnip_formatter/printer/step_extra_args_spec.rb".freeze, "spec/turnip_formatter/printer/step_spec.rb".freeze, "spec/turnip_formatter/printer/tab_feature_statistics_spec.rb".freeze, "spec/turnip_formatter/printer/tab_speed_statistics_spec.rb".freeze, "spec/turnip_formatter/printer/tab_tag_statistics_spec.rb".freeze, "spec/turnip_formatter/scenario/base_spec.rb".freeze, "spec/turnip_formatter/scenario/failure_spec.rb".freeze, "spec/turnip_formatter/scenario/pending_spec.rb".freeze, "spec/turnip_formatter/step_template/base_spec.rb".freeze, "spec/turnip_formatter/step_template/exception_spec.rb".freeze, "spec/turnip_formatter/step_template/source_spec.rb".freeze, "spec/turnip_formatter/template_spec.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 = ["spec/spec_helper.rb".freeze, "spec/support/example_helper.rb".freeze, "spec/support/passed.feature".freeze, "spec/support/step_helper.rb".freeze, "spec/turnip_formatter/printer/index_spec.rb".freeze, "spec/turnip_formatter/printer/scenario_spec.rb".freeze, "spec/turnip_formatter/printer/step_extra_args_spec.rb".freeze, "spec/turnip_formatter/printer/step_spec.rb".freeze, "spec/turnip_formatter/printer/tab_feature_statistics_spec.rb".freeze, "spec/turnip_formatter/printer/tab_speed_statistics_spec.rb".freeze, "spec/turnip_formatter/printer/tab_tag_statistics_spec.rb".freeze, "spec/turnip_formatter/scenario/base_spec.rb".freeze, "spec/turnip_formatter/scenario/failure_spec.rb".freeze, "spec/turnip_formatter/scenario/pending_spec.rb".freeze, "spec/turnip_formatter/step_template/base_spec.rb".freeze, "spec/turnip_formatter/step_template/exception_spec.rb".freeze, "spec/turnip_formatter/step_template/source_spec.rb".freeze, "spec/turnip_formatter/template_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.14.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".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