attr_filters 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4455bcc65da210b6511a8c694527be623766d51c8b68fb9548aa5a13a9dae6b
4
- data.tar.gz: 18e30cc46d335a005a2f4fd39c458733fe01d5ad033bf077bf24e80b02c90110
3
+ metadata.gz: fce9636df26018c66d0d278ec96421d9a28988d187ae59ce65c412930d86dca4
4
+ data.tar.gz: acf1f11c718874e07c95a5d5dfe4332110fabe90936c8a38b2781afaec10d79d
5
5
  SHA512:
6
- metadata.gz: f2d31b7b6abac32bf7969a0efcabcc1fd9fdad148ab10c74bea7fc6d192dac42c87fb526c312d29311a8b091ea3ad2e82c3e89f76f25fa5eb740869ce6360138
7
- data.tar.gz: 6f3f9a6381cfa7335df539da2180666509bbaf070d9fcb45cbbcf005774d80a4b715ba7032b46b763cd9a0f9772b5c6c8b03bfbe06b3812c91f9b7a947490863
6
+ metadata.gz: f219ec091b56acff2c9b5b69e06f6a0c5d04eb448373ff08607f853091f21be4d861a5348dbd74a5f90efd7299452eba1ae2ce448c26d72f56b968a46617b574
7
+ data.tar.gz: 773f5d322b9de0dc55a8289ab695424b11833bf4b6e4d6f8431adbbf939ebe448652da8f3131ad06e5887c9aa7f7ac4498ea0c10acfd581d054a6626a834f724
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attr_filters (0.1.0)
4
+ attr_filters (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -87,3 +87,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
87
87
  ## Code of Conduct
88
88
 
89
89
  Everyone interacting in the AttrFilters project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/attr_filters/blob/master/CODE_OF_CONDUCT.md).
90
+
91
+ ## Authors
92
+
93
+ [Syndicode.com](https://syndicode.com)
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["anton.holovko.b@gmail.com", "info@syndicode.com"]
12
12
 
13
13
  spec.summary = "Light weight gem for filtering PORO attributes with zero dependencies."
14
- spec.description = "Brings simple DSL for filtering attributes value in PORO"
14
+ spec.description = "Light weight gem for filtering PORO attributes with zero dependencies."
15
15
  spec.homepage = "https://github.com/Syndicode/attr-filters"
16
16
  spec.license = "MIT"
17
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AttrFilters
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_filters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Holovko
@@ -67,7 +67,7 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: 0.75.0
70
- description: Brings simple DSL for filtering attributes value in PORO
70
+ description: Light weight gem for filtering PORO attributes with zero dependencies.
71
71
  email:
72
72
  - anton.holovko.b@gmail.com
73
73
  - info@syndicode.com