interage-query 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 362c471f51d374df3450313d4da9492ae6e6d614e52aa6c267c48ecae46a6779
4
- data.tar.gz: 5b7f09feb2690652a6cfaf02e92edaf6b09ce843afeb10f036c31a905b98abec
3
+ metadata.gz: 598c61f8efaff276e6b799d934421883f742913298e6767d533bdb83a412fef4
4
+ data.tar.gz: 1c5ae4709e3fa6c3fc490667ef2f0a2a470abe722b8d5c06bc10166527af298e
5
5
  SHA512:
6
- metadata.gz: 4a69f4e080ffedb00471cc8b22f687d1b0dafa67ed0398db47ab69ce8d59a5e1a1b3abbe31807ae6e76542437f67f1ea7e91a06b864689c11add8e82bf03543a
7
- data.tar.gz: 6af69c038d96273012d899ca46733f401b886d1bde2df907f1ebc86751a61b199ffebc438cd6aab8fbd2dc82b900a1477a279b19891317f18953d15f92f557ad
6
+ metadata.gz: ab758a7d71571f8d1e70403270ba8952d4725f3da51574be7ae644dc24a90071fa558bf464136036d1bc49f2ae4790cd13e5ed1612d6afabaf934b8fcec20926
7
+ data.tar.gz: 6d46aeae2b6792d32a0ff6034727e84cf69174fd6624001b36450fb9da027516abc26a249e02ead3ca88970a5c69da8add1440864bc26f5a4f0c64457d9af2ee
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ Version 0.1.1:
2
+ - Adiciona metodo empty_relation
3
+ - Adiciona gem kaminari
4
+
1
5
  Version 0.1.0
2
6
  - Cria build da gem
3
7
  - Remove arquivos de template do check do rubocop
data/Gemfile CHANGED
@@ -4,9 +4,6 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- # https://github.com/kaminari/kaminari#installation
8
- gem 'kaminari', '~> 1.1.1'
9
-
10
7
  group :development, :test do
11
8
  # https://github.com/rubocop-hq/rubocop#quickstart
12
9
  gem 'rubocop', '~> 0.67.2'
data/Gemfile.lock CHANGED
@@ -1,60 +1,26 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- interage-query (0.1.0)
4
+ interage-query (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionview (5.2.3)
10
- activesupport (= 5.2.3)
11
- builder (~> 3.1)
12
- erubi (~> 1.4)
13
- rails-dom-testing (~> 2.0)
14
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
15
- activemodel (5.2.3)
16
- activesupport (= 5.2.3)
17
- activerecord (5.2.3)
18
- activemodel (= 5.2.3)
19
- activesupport (= 5.2.3)
20
- arel (>= 9.0)
21
9
  activesupport (5.2.3)
22
10
  concurrent-ruby (~> 1.0, >= 1.0.2)
23
11
  i18n (>= 0.7, < 2)
24
12
  minitest (~> 5.1)
25
13
  tzinfo (~> 1.1)
26
- arel (9.0.0)
27
14
  ast (2.4.0)
28
15
  brakeman (4.5.0)
29
- builder (3.2.3)
30
16
  coderay (1.1.2)
31
17
  concurrent-ruby (1.1.5)
32
- crass (1.0.4)
33
18
  diff-lcs (1.3)
34
- erubi (1.8.0)
35
19
  i18n (1.6.0)
36
20
  concurrent-ruby (~> 1.0)
37
21
  jaro_winkler (1.5.2)
38
- kaminari (1.1.1)
39
- activesupport (>= 4.1.0)
40
- kaminari-actionview (= 1.1.1)
41
- kaminari-activerecord (= 1.1.1)
42
- kaminari-core (= 1.1.1)
43
- kaminari-actionview (1.1.1)
44
- actionview
45
- kaminari-core (= 1.1.1)
46
- kaminari-activerecord (1.1.1)
47
- activerecord
48
- kaminari-core (= 1.1.1)
49
- kaminari-core (1.1.1)
50
- loofah (2.2.3)
51
- crass (~> 1.0.2)
52
- nokogiri (>= 1.5.9)
53
22
  method_source (0.9.2)
54
- mini_portile2 (2.4.0)
55
23
  minitest (5.11.3)
56
- nokogiri (1.10.3)
57
- mini_portile2 (~> 2.4.0)
58
24
  parallel (1.17.0)
59
25
  parser (2.6.2.1)
60
26
  ast (~> 2.4.0)
@@ -62,11 +28,6 @@ GEM
62
28
  coderay (~> 1.1.0)
63
29
  method_source (~> 0.9.0)
64
30
  psych (3.1.0)
65
- rails-dom-testing (2.0.3)
66
- activesupport (>= 4.2.0)
67
- nokogiri (>= 1.6)
68
- rails-html-sanitizer (1.0.4)
69
- loofah (~> 2.2, >= 2.2.2)
70
31
  rainbow (3.0.0)
71
32
  rake (10.5.0)
72
33
  rspec (3.8.0)
@@ -108,7 +69,6 @@ DEPENDENCIES
108
69
  brakeman (~> 4.3, >= 4.3.1)
109
70
  bundler (~> 2.0)
110
71
  interage-query!
111
- kaminari (~> 1.1.1)
112
72
  pry (~> 0.12.2)
113
73
  rake (~> 10.0)
114
74
  rspec (~> 3.8)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Interage
4
4
  module Query
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interage-query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Walmir Neto