queryko 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -16
  3. data/lib/queryko/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a190e334ef68d87ee301cbb13758b4c1a085c69c110291eaba04b00cbfc58c93
4
- data.tar.gz: d28ad19524ca08bd17dd1d680bf45afd63996d73b0f8b17013082fb63540bd4c
3
+ metadata.gz: 6310e4c222cfaed00a136ba6d9cf674f314726e353468551726b478f587aaa6b
4
+ data.tar.gz: 8079b18382ac566bc8228e96581f642320f5e64385c17b80967a6d503af06e08
5
5
  SHA512:
6
- metadata.gz: f48876a88d049a084faa8714e5dc92bf1fee78d99da77edc41aa5f44f59ecec2d9c34b5335b8aa3c9b02fa2db529c2a529f6bfb92ffc0f1d0ee99f3056f96cd2
7
- data.tar.gz: 944a2a989f2f6a4e4c512fe21f4918f76481ef6d387add1af15f402201e2bd2cbc1a2f878b2a5a05be3b3d5caff23058612da3af84a75fe2400918d0abaf476d
6
+ metadata.gz: a5b7bae9d536b47cbf6246c9319df5ff1a354b12e3a4b0022124b89b9702485c194c604331a8025a419d6597270f8817345d7603b12ede66e752ea89157ec5af
7
+ data.tar.gz: 4e7ee6d98b67118e9aa06cdb66c51dd24df3139ae62c776b7e19b6d98f9b1797dbb0a8eecffb87d302624e642fcaa81772eed21fe0804c06573b0ffcc9c04299
data/Gemfile.lock CHANGED
@@ -1,37 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- queryko (0.1.0)
4
+ queryko (1.0.0)
5
5
  activerecord (>= 4.0)
6
6
  activesupport
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionview (5.1.6)
12
- activesupport (= 5.1.6)
11
+ actionview (5.2.2)
12
+ activesupport (= 5.2.2)
13
13
  builder (~> 3.1)
14
14
  erubi (~> 1.4)
15
15
  rails-dom-testing (~> 2.0)
16
16
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
17
- activemodel (5.1.6)
18
- activesupport (= 5.1.6)
19
- activerecord (5.1.6)
20
- activemodel (= 5.1.6)
21
- activesupport (= 5.1.6)
22
- arel (~> 8.0)
23
- activesupport (5.1.6)
17
+ activemodel (5.2.2)
18
+ activesupport (= 5.2.2)
19
+ activerecord (5.2.2)
20
+ activemodel (= 5.2.2)
21
+ activesupport (= 5.2.2)
22
+ arel (>= 9.0)
23
+ activesupport (5.2.2)
24
24
  concurrent-ruby (~> 1.0, >= 1.0.2)
25
25
  i18n (>= 0.7, < 2)
26
26
  minitest (~> 5.1)
27
27
  tzinfo (~> 1.1)
28
- arel (8.0.0)
28
+ arel (9.0.0)
29
29
  builder (3.2.3)
30
- concurrent-ruby (1.0.5)
30
+ concurrent-ruby (1.1.3)
31
31
  crass (1.0.4)
32
32
  diff-lcs (1.3)
33
33
  erubi (1.7.1)
34
- i18n (1.1.0)
34
+ i18n (1.2.0)
35
35
  concurrent-ruby (~> 1.0)
36
36
  kaminari (1.1.1)
37
37
  activesupport (>= 4.1.0)
@@ -45,12 +45,12 @@ GEM
45
45
  activerecord
46
46
  kaminari-core (= 1.1.1)
47
47
  kaminari-core (1.1.1)
48
- loofah (2.2.2)
48
+ loofah (2.2.3)
49
49
  crass (~> 1.0.2)
50
50
  nokogiri (>= 1.5.9)
51
51
  mini_portile2 (2.3.0)
52
52
  minitest (5.11.3)
53
- nokogiri (1.8.4)
53
+ nokogiri (1.8.5)
54
54
  mini_portile2 (~> 2.3.0)
55
55
  rails-dom-testing (2.0.3)
56
56
  activesupport (>= 4.2.0)
@@ -64,7 +64,7 @@ GEM
64
64
  rspec-mocks (~> 3.8.0)
65
65
  rspec-core (3.8.0)
66
66
  rspec-support (~> 3.8.0)
67
- rspec-expectations (3.8.1)
67
+ rspec-expectations (3.8.2)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.8.0)
70
70
  rspec-mocks (3.8.0)
@@ -1,3 +1,3 @@
1
1
  module Queryko
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queryko
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Nelson Valeros