where_chain 0.2.1 → 0.2.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/lib/where_chain/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abeb14aaed436d17d233cb280d30ad523c1dc23acd55e10ec52bae1c3209e1d4
|
|
4
|
+
data.tar.gz: a9b751f6535f274589d6f086e57b3930555db2930ac6d3c3b31a4a3e932b567a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5100bbd52f484e562ceded294c0bf1a6406e769c1ab8287d32673606a38891f085747bd440a3e80eadbf4b5f3ad64c2c2f75fbf005c5b829ba6f90cd8742a3a4
|
|
7
|
+
data.tar.gz: f277a3d7a3d011051576245373631becbde0d4793f7beeb2e63582c0b974d55c17646d78dc4e13bd1ff960c77127daa44a3267aecacbc8ef18e10c4d3779bc76
|
data/lib/where_chain/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: where_chain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcin Ruszkiewicz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -122,8 +122,9 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description: '
|
|
126
|
-
|
|
125
|
+
description: 'This is a Rails plugin that extends Active Record with additional methods:
|
|
126
|
+
.like, .unlike, .gt, .gte, .lt and .lte, so that you can replace the SQL strings
|
|
127
|
+
like Post.where(''comments > 5'') with Post.where.gt(comments: 5)'
|
|
127
128
|
email:
|
|
128
129
|
- marcin.ruszkiewicz@polcode.net
|
|
129
130
|
executables: []
|