Sha256: 176896cf9acb8e060390b576af9be736ae215dd481ec5e4831d7cb4405cca88b
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
Gem::Specification.new do |spec| files = %x(git ls-files).split("\n") spec.name = "flores" spec.version = "0.0.8" spec.summary = "Fuzz, randomize, and stress your tests" spec.description = <<-DESCRIPTION Add fuzzing, randomization, and stress to your tests. This library is an exploration to build the tools to let you write tests that find bugs. In memory of Carlo Flores. DESCRIPTION spec.license = "Apache-2.0" spec.files = files spec.require_paths << "lib" spec.authors = ["Jordan Sissel"] spec.email = ["jls@semicomplete.com"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flores-0.0.8 | flores.gemspec |