Sha256: e2313af2112a74a2f754ebf2147114bcacc636d274a1ae710a32996580f99ae5
Contents?: true
Size: 1.08 KB
Versions: 9
Compression:
Stored size: 1.08 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.beta1" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "activemodel", ">= 3.0" end
Version data entries
9 entries across 9 versions & 2 rubygems