Sha256: 26e55252de4a202e6c9be249425aa7e7bdc2ede3fe2e7650a5a47fa81fb8b336

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

$LOAD_PATH.push File.expand_path('../lib', __FILE__)

require 'shouldit'

Gem::Specification.new do |s|
  s.name        = 'shouldit-formatters-rspec'
  s.version     = ShouldIT::Formatters::RSpecFormatter::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Richard McIntyre', 'Luke Barratt']
  s.license     = 'MIT'
  s.homepage    = 'https://github.com/should-it/shouldit-formatters-rspec'
  s.summary     = 'ShouldIT RSpec Formatter'
  s.description = 'Formats RSpec output as ShouldIT compatible JSON'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ['lib']

  s.add_runtime_dependency 'rspec-core', '~> 3.2'
  s.add_runtime_dependency 'rspec-expectations', '~> 3.2'

  s.add_development_dependency 'rake', '~> 10.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shouldit-formatters-rspec-0.0.1 shouldit-formatters-rspec.gemspec