# -*- encoding: utf-8 -*- # stub: cheesecloth 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "cheesecloth".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Steven Petryk".freeze] s.bindir = "exe".freeze s.date = "2016-12-30" s.description = " Dealing with filtering based on params in Rails APIs is a pain. CheeseCloth is designed to take\n the pain out of parsing, validating, and acting upon params designed to filter collections.\n".freeze s.email = ["me@stevenpetryk.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cheesecloth.gemspec".freeze, "circle.yml".freeze, "lib/cheesecloth.rb".freeze, "lib/cheesecloth/errors.rb".freeze, "lib/cheesecloth/filter.rb".freeze, "lib/cheesecloth/filter_list.rb".freeze, "lib/cheesecloth/version.rb".freeze, "lib/cheesecloth/wrapper.rb".freeze] s.homepage = "https://github.com/stevenpetryk/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Take the boilerplate out of filtering a collection based on params.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end