# -*- encoding: utf-8 -*- # stub: flores 0.0.8 ruby liblib Gem::Specification.new do |s| s.name = "flores".freeze s.version = "0.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "lib".freeze] s.authors = ["Jordan Sissel".freeze] s.date = "2022-08-15" s.description = " Add fuzzing, randomization, and stress to your tests.\n\n This library is an exploration to build the tools to let you write tests\n that find bugs.\n\n In memory of Carlo Flores.\n".freeze s.email = ["jls@semicomplete.com".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "Makefile".freeze, "README.md".freeze, "examples/analyze_number.rb".freeze, "examples/socket_acceptance_spec.rb".freeze, "examples/socket_stress_spec.rb".freeze, "flores.gemspec".freeze, "lib/flores/namespace.rb".freeze, "lib/flores/pki.rb".freeze, "lib/flores/pki/csr.rb".freeze, "lib/flores/random.rb".freeze, "lib/flores/rspec.rb".freeze, "lib/flores/rspec/analyze.rb".freeze, "lib/flores/rspec/formatters/analyze.rb".freeze, "lib/flores/rspec/stress.rb".freeze, "spec/flores/pki_integration_spec.rb".freeze, "spec/flores/pki_spec.rb".freeze, "spec/flores/random_spec.rb".freeze, "spec/flores/rspec/stress_spec.rb".freeze, "spec/spec_init.rb".freeze] s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Fuzz, randomize, and stress your tests".freeze end