Sha256: 536fb48fa139e726c9c42746c77dadfe98840315bfd19002857987ea6a7e044d
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |spec| spec.name = "rspec-wait" spec.version = "0.0.3" spec.author = "Steve Richert" spec.email = "steve.richert@gmail.com" spec.summary = "Wait for conditions in RSpec" spec.description = spec.summary spec.homepage = "https://github.com/laserlemon/rspec-wait" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(/^spec/) spec.add_dependency "rspec", ">= 2.11", "< 3.2" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-wait-0.0.3 | rspec-wait.gemspec |