# -*- encoding: utf-8 -*- # stub: xcpretty 0.1.9 ruby lib Gem::Specification.new do |s| s.name = "xcpretty".freeze s.version = "0.1.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marin Usalj".freeze, "Delisa Mason".freeze] s.date = "2015-04-15" s.description = "\n Xcodebuild formatter designed to be piped with `xcodebuild`,\n and thus keeping 100% compatibility.\n\n It has modes for CI, running tests (RSpec dot-style),\n and it can also mine Bitcoins.\n ".freeze s.email = ["marin2211@gmail.com".freeze, "iskanamagus@gmail.com".freeze] s.executables = ["xcpretty".freeze] s.files = [".gitignore".freeze, ".hound.yml".freeze, ".kick".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "assets/report.html.erb".freeze, "bin/xcpretty".freeze, "features/assets/RACCommandSpec, line 80, hello xcpretty.png".freeze, "features/assets/apple_raw.png".freeze, "features/custom_formatter.feature".freeze, "features/fixtures/xcodebuild.log".freeze, "features/html_report.feature".freeze, "features/json_compilation_database_report.feature".freeze, "features/junit_report.feature".freeze, "features/knock_format.feature".freeze, "features/simple_format.feature".freeze, "features/steps/formatting_steps.rb".freeze, "features/steps/html_steps.rb".freeze, "features/steps/json_steps.rb".freeze, "features/steps/junit_steps.rb".freeze, "features/steps/report_steps.rb".freeze, "features/steps/xcpretty_steps.rb".freeze, "features/support/env.rb".freeze, "features/tap_format.feature".freeze, "features/test_format.feature".freeze, "features/xcpretty.feature".freeze, "lib/xcpretty.rb".freeze, "lib/xcpretty/ansi.rb".freeze, "lib/xcpretty/formatters/formatter.rb".freeze, "lib/xcpretty/formatters/knock.rb".freeze, "lib/xcpretty/formatters/rspec.rb".freeze, "lib/xcpretty/formatters/simple.rb".freeze, "lib/xcpretty/formatters/tap.rb".freeze, "lib/xcpretty/parser.rb".freeze, "lib/xcpretty/printer.rb".freeze, "lib/xcpretty/reporters/html.rb".freeze, "lib/xcpretty/reporters/json_compilation_database.rb".freeze, "lib/xcpretty/reporters/junit.rb".freeze, "lib/xcpretty/snippet.rb".freeze, "lib/xcpretty/syntax.rb".freeze, "lib/xcpretty/version.rb".freeze, "spec/fixtures/NSStringTests.m".freeze, "spec/fixtures/constants.rb".freeze, "spec/fixtures/custom_formatter.rb".freeze, "spec/fixtures/oneliner.m".freeze, "spec/fixtures/raw_kiwi_compilation_fail.txt".freeze, "spec/fixtures/raw_kiwi_fail.txt".freeze, "spec/fixtures/raw_specta_fail.txt".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/colors.rb".freeze, "spec/xcpretty/ansi_spec.rb".freeze, "spec/xcpretty/formatters/formatter_spec.rb".freeze, "spec/xcpretty/formatters/rspec_spec.rb".freeze, "spec/xcpretty/formatters/simple_spec.rb".freeze, "spec/xcpretty/parser_spec.rb".freeze, "spec/xcpretty/printer_spec.rb".freeze, "spec/xcpretty/snippet_spec.rb".freeze, "spec/xcpretty/syntax_spec.rb".freeze, "vendor/json_pure/COPYING".freeze, "vendor/json_pure/LICENSE".freeze, "vendor/json_pure/generator.rb".freeze, "vendor/json_pure/parser.rb".freeze, "xcpretty.gemspec".freeze] s.homepage = "https://github.com/supermarin/xcpretty".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "xcodebuild formatter done right".freeze s.test_files = ["features/assets/RACCommandSpec, line 80, hello xcpretty.png".freeze, "features/assets/apple_raw.png".freeze, "features/custom_formatter.feature".freeze, "features/fixtures/xcodebuild.log".freeze, "features/html_report.feature".freeze, "features/json_compilation_database_report.feature".freeze, "features/junit_report.feature".freeze, "features/knock_format.feature".freeze, "features/simple_format.feature".freeze, "features/steps/formatting_steps.rb".freeze, "features/steps/html_steps.rb".freeze, "features/steps/json_steps.rb".freeze, "features/steps/junit_steps.rb".freeze, "features/steps/report_steps.rb".freeze, "features/steps/xcpretty_steps.rb".freeze, "features/support/env.rb".freeze, "features/tap_format.feature".freeze, "features/test_format.feature".freeze, "features/xcpretty.feature".freeze, "spec/fixtures/NSStringTests.m".freeze, "spec/fixtures/constants.rb".freeze, "spec/fixtures/custom_formatter.rb".freeze, "spec/fixtures/oneliner.m".freeze, "spec/fixtures/raw_kiwi_compilation_fail.txt".freeze, "spec/fixtures/raw_kiwi_fail.txt".freeze, "spec/fixtures/raw_specta_fail.txt".freeze, "spec/spec_helper.rb".freeze, "spec/support/matchers/colors.rb".freeze, "spec/xcpretty/ansi_spec.rb".freeze, "spec/xcpretty/formatters/formatter_spec.rb".freeze, "spec/xcpretty/formatters/rspec_spec.rb".freeze, "spec/xcpretty/formatters/simple_spec.rb".freeze, "spec/xcpretty/parser_spec.rb".freeze, "spec/xcpretty/printer_spec.rb".freeze, "spec/xcpretty/snippet_spec.rb".freeze, "spec/xcpretty/syntax_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end