create_custom_attributes 0.5.15 → 0.5.16

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
  SHA1:
3
- metadata.gz: bcd5b48d261a8d97dc3d171d34b7cd822b4e8a12
4
- data.tar.gz: 3cdfe34ec1454b14dc21fba38f9c169a16154857
3
+ metadata.gz: 65cbc672643cb49ee36b4140fcbeee13e17eacea
4
+ data.tar.gz: 13a7414a56bab0289504698aeb05928ed87bfe2c
5
5
  SHA512:
6
- metadata.gz: 9bed5e3b463fc71b5c01adcf761c41d6842b759357744cb26715cdb0b9a7e81b701e557a7635e536c94b03dac12cd496c4887df110cfd8f97d9ba5b26aec6d81
7
- data.tar.gz: a2f69fed3cedb1be241076befb47d3a2af3f9746575b9d73e9008d9e8376a889c0f0f9999d57e60f8ee059a04949b54916f9d486527597123fe3347b605a0605
6
+ metadata.gz: 4099784fdf4b46e6be826d56e76febfcc48d6ee6e604ebaaeb354eda7d1f3a777b5ce10a9c6d92e36a62aca5de94103368683339612fe9f7b64bf91497855a0e
7
+ data.tar.gz: 306496b4c55f325969d32d804aff7322d3107a5dc3561b37b01711ef037a0bd189762952120319edce6e346a9f6e1b76843608432e2f30c4125d4d1ec828af5a
@@ -57,6 +57,12 @@ module CustomAttributes
57
57
  self
58
58
  end
59
59
 
60
+ def filter_any
61
+ @search_query.filter_any = true
62
+
63
+ self
64
+ end
65
+
60
66
  def page(page)
61
67
  @search_query.page = page.to_i
62
68
 
@@ -1,3 +1,3 @@
1
1
  module CustomAttributes
2
- VERSION = '0.5.15'.freeze
2
+ VERSION = '0.5.16'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: create_custom_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.15
4
+ version: 0.5.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Grützmacher