scopie 1.1.1 → 1.1.2
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 +4 -4
- data/README.md +2 -0
- data/lib/scopie/base.rb +1 -1
- data/lib/scopie/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1ebe6b17acdf364b2820512fe40325559b16c85
|
|
4
|
+
data.tar.gz: 927b2405f555c1ec618f898f5930700422a7d452
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5ef61c580ab44edd6755cad605bd90a5ab2440a4285f0e26a7690dc722371f16533b2931bdf2be244ff466a6c9d080f36fff6e9db881940c8989ecde4bdd9e3
|
|
7
|
+
data.tar.gz: 57fab097cf1d78fc71b4e00f5b098ab4ddd4658a51a59fe6c19976c349a2bf7f1c28876afc1368d49a91d4c12222021c61c4fa6be5f8335c29fff7695c9b9bcb
|
data/README.md
CHANGED
|
@@ -143,6 +143,8 @@ Scopie supports several options:
|
|
|
143
143
|
|
|
144
144
|
* `:allow_blank` - Blank values are not sent to scopes by default. Set to true to overwrite.
|
|
145
145
|
|
|
146
|
+
* `:ignore_blank` - Set to true to not apply the scope if blank value is given.
|
|
147
|
+
|
|
146
148
|
* `:default` - Default value for the scope. Whenever supplied the scope is always called.
|
|
147
149
|
|
|
148
150
|
## Thanks
|
data/lib/scopie/base.rb
CHANGED
data/lib/scopie/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scopie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yury Kotov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Minimal mapping of incoming parameters to named scopes in your resources
|
|
14
14
|
through OO design and pure Ruby classes
|