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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/where_chain/version.rb +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 581e86507fb7660511dc6a80f900fe2d5318550cede75a424d2191f807b674ac
4
- data.tar.gz: 33949deb16c6b373690b51100894b03dd8cc508a931f58d31f3c0e5420103d0e
3
+ metadata.gz: abeb14aaed436d17d233cb280d30ad523c1dc23acd55e10ec52bae1c3209e1d4
4
+ data.tar.gz: a9b751f6535f274589d6f086e57b3930555db2930ac6d3c3b31a4a3e932b567a
5
5
  SHA512:
6
- metadata.gz: a05d9262e5fbcded7b9bf93d3caf49a71400a2c3cad10f638b8171e621efcebc7f69c7c506c34f2e98199cf9346fd0005b0ba76ba50d92fdb3b720f5463f9daf
7
- data.tar.gz: 89d930e741ce21bdd79eaac8018af0124ae94457670db8b8191a526ae64da6a83abc5b0594fc7bae3b204b97957351b43d988a384005ae7d5de774c1d2bd5dc6
6
+ metadata.gz: 5100bbd52f484e562ceded294c0bf1a6406e769c1ab8287d32673606a38891f085747bd440a3e80eadbf4b5f3ad64c2c2f75fbf005c5b829ba6f90cd8742a3a4
7
+ data.tar.gz: f277a3d7a3d011051576245373631becbde0d4793f7beeb2e63582c0b974d55c17646d78dc4e13bd1ff960c77127daa44a3267aecacbc8ef18e10c4d3779bc76
@@ -1,3 +1,3 @@
1
1
  module WhereChain
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
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.1
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-21 00:00:00.000000000 Z
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: 'WhereChain is a Rails plugin that provides extensions for ActiveRecord.
126
- Since Rails 4 you can do Model.where.not(name: ''Bad'') and this module adds '
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: []