# -*- encoding: utf-8 -*- # stub: ugly_face 0.8 ruby lib Gem::Specification.new do |s| s.name = "ugly_face".freeze s.version = "0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Justin Commmu".freeze, "Jeffrey S. Morgan".freeze] s.date = "2015-11-28" s.description = "A customized version of PrettyFace with new features (debug data, screenshot section, ENV var readouts)".freeze s.email = ["jcommu@gmail.com".freeze, "jeff.morgan@leandog.com".freeze] s.files = [".gitignore".freeze, "ChangeLog".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "autotrader.png".freeze, "cucumber.yml".freeze, "features/feature_pages.feature".freeze, "features/pretty_face_report.feature".freeze, "features/step_definitions/report_steps.rb".freeze, "features/support/_feature_header.erb".freeze, "features/support/_suite_header.erb".freeze, "features/support/env.rb".freeze, "features/support/error_display.rb".freeze, "features/support/hooks.rb".freeze, "features/support/logo.png".freeze, "fixtures/advanced.feature".freeze, "fixtures/background.feature".freeze, "fixtures/basic.feature".freeze, "fixtures/failing_background.feature".freeze, "fixtures/more/more.feature".freeze, "fixtures/onemore/deep/more.feature".freeze, "fixtures/onemore/more.feature".freeze, "fixtures/step_definitions/advanced_steps.rb".freeze, "fixtures/step_definitions/basic_steps.rb".freeze, "fixtures/support/env.rb".freeze, "lib/.DS_Store".freeze, "lib/ugly_face.rb".freeze, "lib/ugly_face/.DS_Store".freeze, "lib/ugly_face/formatter/html.rb".freeze, "lib/ugly_face/formatter/report.rb".freeze, "lib/ugly_face/formatter/view_helper.rb".freeze, "lib/ugly_face/templates/_main_header.erb".freeze, "lib/ugly_face/templates/_page_header.erb".freeze, "lib/ugly_face/templates/_step.erb".freeze, "lib/ugly_face/templates/debug.png".freeze, "lib/ugly_face/templates/failed.png".freeze, "lib/ugly_face/templates/feature.erb".freeze, "lib/ugly_face/templates/logo.png".freeze, "lib/ugly_face/templates/main.erb".freeze, "lib/ugly_face/templates/passed.png".freeze, "lib/ugly_face/templates/pending.png".freeze, "lib/ugly_face/templates/screenshot.png".freeze, "lib/ugly_face/templates/skipped.png".freeze, "lib/ugly_face/templates/style.css".freeze, "lib/ugly_face/templates/table_failed.png".freeze, "lib/ugly_face/templates/table_passed.png".freeze, "lib/ugly_face/templates/table_pending.png".freeze, "lib/ugly_face/templates/table_skipped.png".freeze, "lib/ugly_face/templates/table_undefined.png".freeze, "lib/ugly_face/templates/undefined.png".freeze, "lib/ugly_face/version.rb".freeze, "spec/lib/customization_spec.rb".freeze, "spec/lib/html_formatter_spec.rb".freeze, "spec/spec_helper.rb".freeze, "ugly_face.gemspec".freeze] s.homepage = "http://github.com/tk8817/ugly_face".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A customized version of PrettyFace with new features (debug data, screenshot section, ENV var readouts)".freeze s.test_files = ["features/feature_pages.feature".freeze, "features/pretty_face_report.feature".freeze, "features/step_definitions/report_steps.rb".freeze, "features/support/_feature_header.erb".freeze, "features/support/_suite_header.erb".freeze, "features/support/env.rb".freeze, "features/support/error_display.rb".freeze, "features/support/hooks.rb".freeze, "features/support/logo.png".freeze, "fixtures/advanced.feature".freeze, "fixtures/background.feature".freeze, "fixtures/basic.feature".freeze, "fixtures/failing_background.feature".freeze, "fixtures/more/more.feature".freeze, "fixtures/onemore/deep/more.feature".freeze, "fixtures/onemore/more.feature".freeze, "fixtures/step_definitions/advanced_steps.rb".freeze, "fixtures/step_definitions/basic_steps.rb".freeze, "fixtures/support/env.rb".freeze, "spec/lib/customization_spec.rb".freeze, "spec/lib/html_formatter_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.13".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end