cheesecloth 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c59041342cd2efba117dbc1c21864c55a6f45332
4
- data.tar.gz: 3d478f5aae7aa5352c2fa471b43674c48db7c7e1
3
+ metadata.gz: 6f220c88be6cf0686ff8393286ae011de2b5a8aa
4
+ data.tar.gz: d751f7be71088d62cf37f3fe40f56eca064f6845
5
5
  SHA512:
6
- metadata.gz: 7eb00b92810a1b1cc5e5ad9e44b08896d42f9e70663b3e6cd77a28482d5fff1050cc7032dd3095f77ec7d58a5b41ef50ca2332fc6e4a928da6f86a832954f33d
7
- data.tar.gz: 7a7076b6dc4fdf67cf86dfacfcc2375ed3bdf78d66419a6a80d4909cc0cc7b834fdb6f9b5691dc670431291e6e42ea04c1f06b0603845ba8d8fd495db3cd9622
6
+ metadata.gz: 29052c29cd7c39cd2e7df42c106e0604b4b24f4c987ec6199be40ce309f77a264ee9f710c4a324fcb0438079b0eafdc9baac6e52d1c822f8d1ce720b08203302
7
+ data.tar.gz: 147f2fe3125a0967919f7e60179f0f07446e48b5d8e8ad70a07116286efdf5335dcc0d622abcd77e7407b643e21310195949e2cd73a3308c2e30862e1e93f6c3
data/cheesecloth.gemspec CHANGED
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = "Take the boilerplate out of filtering a collection based on params."
14
14
  spec.description = <<-DESCRIPTION
15
- Dealing with filtering based on params in Rails APIs is a pain. CheeseCloth is designed to take
16
- the pain out of parsing, validating, and acting upon params designed to filter collections.
15
+ Dealing with filtering based on params in Rails is a pain. CheeseCloth is designed to make it
16
+ simple.
17
17
  DESCRIPTION
18
18
  spec.homepage = "https://github.com/stevenpetryk/"
19
19
  spec.license = "MIT"
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module CheeseCloth
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheesecloth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Petryk
@@ -81,8 +81,8 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
83
  description: |2
84
- Dealing with filtering based on params in Rails APIs is a pain. CheeseCloth is designed to take
85
- the pain out of parsing, validating, and acting upon params designed to filter collections.
84
+ Dealing with filtering based on params in Rails is a pain. CheeseCloth is designed to make it
85
+ simple.
86
86
  email:
87
87
  - me@stevenpetryk.com
88
88
  executables: []