Sha256: 398cdfd48ebcdcc3f16f858885d5b98bf5a4686c48506a1b012bb723418c4aaa

Contents?: true

Size: 1.21 KB

Versions: 11

Compression:

Stored size: 1.21 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "code_climate/test_reporter/version"

Gem::Specification.new do |spec|
  spec.name          = "codeclimate-test-reporter"
  spec.version       = CodeClimate::TestReporter::VERSION
  spec.authors       = ["Bryan Helmkamp"]
  spec.email         = ["bryan@brynary.com"]
  spec.description   = %q{Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.}
  spec.summary       = %q{Uploads Ruby test coverage data to Code Climate.}
  spec.homepage      = ""
  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.required_ruby_version = ">= 1.9"

  spec.add_dependency "simplecov", ">= 0.7.1", "< 1.0.0"
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "artifice"
  spec.add_development_dependency "pry"
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
construi-0.6.0 vendor/bundle/ruby/1.9.1/gems/codeclimate-test-reporter-0.4.6/codeclimate-test-reporter.gemspec
construi-0.5.0 vendor/bundle/ruby/1.9.1/gems/codeclimate-test-reporter-0.4.6/codeclimate-test-reporter.gemspec
construi-0.4.0 vendor/bundle/ruby/1.9.1/gems/codeclimate-test-reporter-0.4.6/codeclimate-test-reporter.gemspec
construi-0.2.0 vendor/bundle/ruby/1.9.1/gems/codeclimate-test-reporter-0.4.6/codeclimate-test-reporter.gemspec
construi-0.1.0 vendor/bundle/ruby/1.9.1/gems/codeclimate-test-reporter-0.4.6/codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.7 codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.6 codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.5 codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.4 codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.3 codeclimate-test-reporter.gemspec
codeclimate-test-reporter-0.4.2 codeclimate-test-reporter.gemspec