table_on_steroids 0.1.1.10 → 0.1.1.11

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: 04bc351b200e2b51c722f2f767c8377539fc1bc1b940eb4c6aa620554a2c5fdc
4
- data.tar.gz: 71f9bad5a19bab61058e3092267bedb03e87392d35c3184827fb57583d42b0d2
3
+ metadata.gz: 1378468bf399d1096d6d742f411713b663d79b17e8ce51acde40c1e17ca9083b
4
+ data.tar.gz: f5fa42544357f2ee09879351e98960b8c05d276bf8a372e3f0b66aa27c7d0be4
5
5
  SHA512:
6
- metadata.gz: 030b19c2fba8eb2351ffed428084dd5f6a818bec82cce9b535af63064466655c7542c148acd9aaba5cdddb16bfb319a2972b0f6ef7577e39124194e6231edc6b
7
- data.tar.gz: d05fe4090787b3e1ab97f4e4d6cd080ebe48433069971c59f6cd8e1a252c7035104ab8c4630141dfe8d07c6ba00d917ddd725f773ed59dad70f56278e9d87141
6
+ metadata.gz: 51fb1cedc9bc4d726094e024b7b51a4ce0ac91cb35103838a0e9a50cae1c6c2e4ab3c5f939f543e6a813edad82f218e6eb9e45700b50832a86a30eaa32d3335e
7
+ data.tar.gz: e44da86c8988df5c3385925aa35249a5a9509d438fb6d3ddd4734ab9b883e0347b11d18f132db541e25f28217732e6f57966cef8f67afdbd7e94852ee3d7f671
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- table_on_steroids (0.1.1.6)
4
+ table_on_steroids (0.1.1.10)
5
5
  bootstrap-datepicker-rails (~> 1)
6
6
  bootstrap-select-rails (~> 1.3)
7
7
  kaminari (~> 1.1)
@@ -9,40 +9,39 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (5.2.3)
13
- actionview (= 5.2.3)
14
- activesupport (= 5.2.3)
12
+ actionpack (6.0.1)
13
+ actionview (= 6.0.1)
14
+ activesupport (= 6.0.1)
15
15
  rack (~> 2.0)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.2.3)
20
- activesupport (= 5.2.3)
18
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
+ actionview (6.0.1)
20
+ activesupport (= 6.0.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
25
- activemodel (5.2.3)
26
- activesupport (= 5.2.3)
27
- activerecord (5.2.3)
28
- activemodel (= 5.2.3)
29
- activesupport (= 5.2.3)
30
- arel (>= 9.0)
31
- activesupport (5.2.3)
24
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
+ activemodel (6.0.1)
26
+ activesupport (= 6.0.1)
27
+ activerecord (6.0.1)
28
+ activemodel (= 6.0.1)
29
+ activesupport (= 6.0.1)
30
+ activesupport (6.0.1)
32
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
32
  i18n (>= 0.7, < 2)
34
33
  minitest (~> 5.1)
35
34
  tzinfo (~> 1.1)
36
- arel (9.0.0)
35
+ zeitwerk (~> 2.2)
37
36
  bootstrap-datepicker-rails (1.8.0.1)
38
37
  railties (>= 3.0)
39
38
  bootstrap-select-rails (1.13.8)
40
39
  builder (3.2.3)
41
40
  concurrent-ruby (1.1.5)
42
- crass (1.0.4)
41
+ crass (1.0.5)
43
42
  diff-lcs (1.3)
44
- erubi (1.8.0)
45
- i18n (1.6.0)
43
+ erubi (1.9.0)
44
+ i18n (1.7.0)
46
45
  concurrent-ruby (~> 1.0)
47
46
  kaminari (1.1.1)
48
47
  activesupport (>= 4.1.0)
@@ -56,13 +55,13 @@ GEM
56
55
  activerecord
57
56
  kaminari-core (= 1.1.1)
58
57
  kaminari-core (1.1.1)
59
- loofah (2.2.3)
58
+ loofah (2.3.1)
60
59
  crass (~> 1.0.2)
61
60
  nokogiri (>= 1.5.9)
62
61
  method_source (0.9.2)
63
62
  mini_portile2 (2.4.0)
64
- minitest (5.11.3)
65
- nokogiri (1.10.4)
63
+ minitest (5.13.0)
64
+ nokogiri (1.10.5)
66
65
  mini_portile2 (~> 2.4.0)
67
66
  rack (2.0.7)
68
67
  rack-test (1.1.0)
@@ -70,14 +69,14 @@ GEM
70
69
  rails-dom-testing (2.0.3)
71
70
  activesupport (>= 4.2.0)
72
71
  nokogiri (>= 1.6)
73
- rails-html-sanitizer (1.2.0)
74
- loofah (~> 2.2, >= 2.2.2)
75
- railties (5.2.3)
76
- actionpack (= 5.2.3)
77
- activesupport (= 5.2.3)
72
+ rails-html-sanitizer (1.3.0)
73
+ loofah (~> 2.3)
74
+ railties (6.0.1)
75
+ actionpack (= 6.0.1)
76
+ activesupport (= 6.0.1)
78
77
  method_source
79
78
  rake (>= 0.8.7)
80
- thor (>= 0.19.0, < 2.0)
79
+ thor (>= 0.20.3, < 2.0)
81
80
  rake (10.5.0)
82
81
  rspec (3.8.0)
83
82
  rspec-core (~> 3.8.0)
@@ -96,6 +95,7 @@ GEM
96
95
  thread_safe (0.3.6)
97
96
  tzinfo (1.2.5)
98
97
  thread_safe (~> 0.1)
98
+ zeitwerk (2.2.1)
99
99
 
100
100
  PLATFORMS
101
101
  ruby
@@ -99,8 +99,6 @@
99
99
  </tbody>
100
100
  </table>
101
101
  <div style="padding-top:20px">
102
- <% if(objects.is_a?(ActiveRecord::Base) || objects.is_a?(ActiveRecord::Relation)) %>
103
- <%= paginate objects, theme: 'twitter-bootstrap-4' %>
104
- <% end %>
102
+ <%= paginate objects, theme: 'twitter-bootstrap-4' %>
105
103
  </div>
106
104
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TableOnSteroids
4
- VERSION = '0.1.1.10'
4
+ VERSION = '0.1.1.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: table_on_steroids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.10
4
+ version: 0.1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marieke Gueye
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-11-08 00:00:00.000000000 Z
12
+ date: 2019-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap-datepicker-rails