scopie 0.6.0 → 0.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/scopie/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c502c6665f67a573c24111012fabd23f0463f98
4
- data.tar.gz: f25215a0665d37bbe57ed2db910ae33acd942d4a
3
+ metadata.gz: 02d523852c369b7e620d2aa908b5f2798275ae18
4
+ data.tar.gz: e2bb4c48c9326fd8dd13930ab6bd3c280fcad107
5
5
  SHA512:
6
- metadata.gz: 551b19865f0d0c818491cadcc91200dd84edf273ef7a0c812b2c1ec0071242c48f539e43a198d871881e611c5af524e75bb708b521ada29dbefa88dd48c2af9e
7
- data.tar.gz: fc2e144827229ae8107d89569c8df46781149956d297dea8af90922cbcc15c40ef81650952fd2277ee1f78768daffa0ccb5818b6614c647008338de29676f381
6
+ metadata.gz: 3e158f5815556020c8e260ae03b9a922f250684c04170adac9b8078b12d947afd51db7e975d93daf777f5df4734b20a1a485172bab2abc5a8ad95dcc50f1f310
7
+ data.tar.gz: 9a64d7dec893fd9964669133977db761a9f23358f20f0eab8a779a7a60686d76a9b9f34ed930416996af99b464420c706c51ad98002ef4c475afa47f39630676
data/README.md CHANGED
@@ -82,6 +82,8 @@ Scopie supports several options:
82
82
 
83
83
  * `:in` - The key in the params hash expected to contain a hash holding scope name as a value.
84
84
 
85
+ * `:allow_blank` - Blank values are not sent to scopes by default. Set to true to overwrite.
86
+
85
87
  * `:default` - Default value for the scope. Whenever supplied the scope is always called.
86
88
 
87
89
  ## Thanks
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Scopie
3
- VERSION = '0.6.0'
3
+ VERSION = '0.6.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scopie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Kotov