Sha256: 6d2d4149093864da803d0570c16c425bf408c372eda78e317fcc28c9ad79c7ab
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rspec/collection_matchers/version' Gem::Specification.new do |spec| spec.name = "rspec-collection_matchers" spec.version = RSpec::CollectionMatchers::VERSION spec.authors = ["Hugo Baraúna"] spec.email = ["hugo.barauna@plataformatec.com.br"] spec.summary = "rspec-collection_matchers-#{RSpec::CollectionMatchers::VERSION}" spec.description = "Collection cardinality matchers, extracted from rspec-expectations" spec.homepage = "https://github.com/rspec/rspec-collection_matchers" 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{^(spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "rspec-expectations", ">= 2.99.0.pre" spec.add_development_dependency "bundler", "~> 1.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-collection_matchers-0.0.1 | rspec-collection_matchers.gemspec |