Sha256: 545bc2f52754563a9c83a2bc55c671baceaa67228ff04cfd711065031aa420bf
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.5" 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.3" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.4" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-wait-0.0.5 | rspec-wait.gemspec |