Sha256: 39e4938af8d357ec54a545b7dba4fb6c283c5c4f1216c3ee2c7053206e73335c
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'xcpretty/version' Gem::Specification.new do |spec| spec.name = "xcpretty" spec.version = XCPretty::VERSION spec.authors = ["Marin Usalj", "Delisa Mason"] spec.email = ["marin2211@gmail.com", "iskanamagus@gmail.com"] spec.required_ruby_version = '>= 1.8.7' spec.description = %q{ Xcodebuild formatter designed to be piped with `xcodebuild`, and thus keeping 100% compatibility. It has modes for CI, running tests (RSpec dot-style), and it can also mine Bitcoins. } spec.summary = %q{xcodebuild formatter done right} spec.homepage = "https://github.com/supermarin/xcpretty" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec", "~> 2" spec.add_development_dependency "cucumber" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xcpretty-0.1.10 | xcpretty.gemspec |
xcpretty-0.1.9 | xcpretty.gemspec |
xcpretty-0.1.8 | xcpretty.gemspec |