Sha256: 708878af7e8bdb3e9a139ecf9a302ac90faab04233964f40e80b77b82640e508
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 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 = ["mneorr@gmail.com", "kattrali@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/mneorr/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" spec.add_development_dependency "cucumber" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xcpretty-0.0.6 | xcpretty.gemspec |
xcpretty-0.0.5 | xcpretty.gemspec |
xcpretty-0.0.4 | xcpretty.gemspec |