query_limiter 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 93976f3a0f28334f3540eb0936dc76af56a864dfeafde8464ad5fafd462492d4
4
- data.tar.gz: d81cc6d4feff6c23d6f9e3414f716d3f2a47f6769cd7eaded9225034764c780a
3
+ metadata.gz: cfa3095c10ea3745eeee5a9cd576aad398c8c8acb6740abf13837aad60aaf9bb
4
+ data.tar.gz: dfaca252f36596d007a7265bac0b20adcc7aba3a487c6dd01205313d90ee38a1
5
5
  SHA512:
6
- metadata.gz: 8ad898710f3bdfe34df0ed614540a77103c91fea9fe7f7c982a6d27642a351a40eea8bf174de3947ad7524d713c06956a0a16bf690dc28b8e8083ca0e41d0985
7
- data.tar.gz: dc407ed63b81ec47a298b4dd78a4fe1b159d749d84a77a0f9f6995c0895a796362a609618bd8a31f328527d6ae554444812705cec4148c3be53f292c3ece75f3
6
+ metadata.gz: 36804198c833315373fa53b8ecbf02f5bb5886e5dca32025d7d6162fc81e700ee8686d308d54dda52501d2204c3e7ed43bcf55e0fe249f2d3f6f1c9e052d2362
7
+ data.tar.gz: 7597d3cb1e5d6a53bdfe36ed88a5c70fd87e2384ad6cd3707b06476488cd734989fb44cd3f98891d62a4b3be3933735223ecf011b185a97ef5cc1cdb681036b8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- query_limiter (0.1.2)
4
+ query_limiter (0.1.3)
5
5
  activerecord (>= 5.0.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module QueryLimiter
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jitendra Kasaudhan"]
10
10
  spec.email = ["jiten.ktm@gmail.com"]
11
11
 
12
- spec.summary = "This gem will limit the results of the query by max_limit number"
13
- spec.description = "If max_limit is not specified, this gem will return only 5 result items by default on all sql queries"
12
+ spec.summary = "This gem will limit the results of the query by max_query_limit number"
13
+ spec.description = "If max_query_limit is not specified, this gem will return only 5 result items by default on all sql queries"
14
14
  spec.homepage = "https://jkasaudhan.github.io"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: query_limiter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jitendra Kasaudhan
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 5.0.0
83
- description: If max_limit is not specified, this gem will return only 5 result items
84
- by default on all sql queries
83
+ description: If max_query_limit is not specified, this gem will return only 5 result
84
+ items by default on all sql queries
85
85
  email:
86
86
  - jiten.ktm@gmail.com
87
87
  executables: []
@@ -127,5 +127,5 @@ requirements: []
127
127
  rubygems_version: 3.0.9
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: This gem will limit the results of the query by max_limit number
130
+ summary: This gem will limit the results of the query by max_query_limit number
131
131
  test_files: []