lol_dba 2.1.8 → 2.1.9

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: 4b98be036b162b52d04e48f069eddc315f29abffbd7fc11c137a56399748f487
4
- data.tar.gz: 88e2832eeadc6e82c7a39ccc2bf7b9c9364d9506e6db7465889c68b7e56feaf4
3
+ metadata.gz: f02bb01b46b976c85e61104d82ccc86f7b730dcb025ccb88cb4be66c72dd8691
4
+ data.tar.gz: 1eb78dae90f41f6b3c14da507e7cbb82c71b10d91d405d497b27853cb170cbc2
5
5
  SHA512:
6
- metadata.gz: 9be1b8d2cbe1c7551554473104cfc85493a1ee26f01924fe6e7680ecbdba9adacb67d6d8628082dc2ed93fdda105664e432e4bdeda71f1fa052699742b67194b
7
- data.tar.gz: cbef819877e6244836dc0d6151a997cbad67e4ce02c63e8ee10db26481ae35e00efaad8451cd7fccb2e3aff2ee6809d6e371c982303cf3baeea67a44d447ae61
6
+ metadata.gz: 69a3ee8ef588dc05f9d6ee732bc82c4343d759f4a912a49c9b83347fe58d2f5c648d6c8f0dcf8df6ab0b08e7c8b37ccbe37b21f63ff5853c4e7366ad826b10dc
7
+ data.tar.gz: f8c78ca46ed9fbf733f924d1f1067719306fcb3d6c6d8215a266012961338dee593e2f0c2879a70ceeef6dfae0352ad00de4c510494391de68c16a99c8b616cb
@@ -1,14 +1,13 @@
1
1
  env:
2
2
  global:
3
3
  - CC_TEST_REPORTER_ID=46e5fb2273e7c6fb1beaad7c0f14ad898f0eed65d98a20c80fe8eb4e216a7ff0
4
- sudo: false
5
4
  language: ruby
6
5
  cache: bundler
7
6
  before_install:
8
7
  - gem update --system
9
8
  - gem install bundler
10
9
  rvm:
11
- - 2.6.1
10
+ - 2.6.3
12
11
  - ruby-head
13
12
  gemfile:
14
13
  - gemfiles/rails_3_2.gemfile
@@ -26,8 +25,9 @@ script: "bundle exec rake"
26
25
  after_script:
27
26
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
28
27
  notifications:
29
- recipients:
30
- - diego@plentz.io
28
+ email:
29
+ recipients:
30
+ - diego@plentz.io
31
31
  matrix:
32
32
  fast_finish: true
33
33
  allow_failures:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -9,26 +9,26 @@ 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)
15
- rack (~> 2.0)
12
+ actionpack (5.2.4.1)
13
+ actionview (= 5.2.4.1)
14
+ activesupport (= 5.2.4.1)
15
+ rack (~> 2.0, >= 2.0.8)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.2.3)
20
- activesupport (= 5.2.3)
19
+ actionview (5.2.4.1)
20
+ activesupport (= 5.2.4.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
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)
25
+ activemodel (5.2.4.1)
26
+ activesupport (= 5.2.4.1)
27
+ activerecord (5.2.4.1)
28
+ activemodel (= 5.2.4.1)
29
+ activesupport (= 5.2.4.1)
30
30
  arel (>= 9.0)
31
- activesupport (5.2.3)
31
+ activesupport (5.2.4.1)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 0.7, < 2)
34
34
  minitest (~> 5.1)
@@ -38,64 +38,64 @@ GEM
38
38
  rake
39
39
  thor (>= 0.14.0)
40
40
  arel (9.0.0)
41
- builder (3.2.3)
41
+ builder (3.2.4)
42
42
  concurrent-ruby (1.1.5)
43
- crass (1.0.4)
43
+ crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.3.1)
46
- erubi (1.8.0)
47
- i18n (1.6.0)
45
+ docile (1.3.2)
46
+ erubi (1.9.0)
47
+ i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
50
- loofah (2.2.3)
49
+ json (2.3.0)
50
+ loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (0.9.2)
54
54
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
- nokogiri (1.10.2)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.7)
57
57
  mini_portile2 (~> 2.4.0)
58
- rack (2.0.7)
58
+ rack (2.1.1)
59
59
  rack-test (1.1.0)
60
60
  rack (>= 1.0, < 3)
61
61
  rails-dom-testing (2.0.3)
62
62
  activesupport (>= 4.2.0)
63
63
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.0.4)
65
- loofah (~> 2.2, >= 2.2.2)
66
- railties (5.2.3)
67
- actionpack (= 5.2.3)
68
- activesupport (= 5.2.3)
64
+ rails-html-sanitizer (1.3.0)
65
+ loofah (~> 2.3)
66
+ railties (5.2.4.1)
67
+ actionpack (= 5.2.4.1)
68
+ activesupport (= 5.2.4.1)
69
69
  method_source
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.19.0, < 2.0)
72
- rake (12.3.2)
73
- rspec-core (3.8.0)
74
- rspec-support (~> 3.8.0)
75
- rspec-expectations (3.8.2)
72
+ rake (13.0.1)
73
+ rspec-core (3.9.1)
74
+ rspec-support (~> 3.9.1)
75
+ rspec-expectations (3.9.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.8.0)
78
- rspec-mocks (3.8.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-mocks (3.9.1)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-rails (3.8.2)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-rails (3.9.0)
82
82
  actionpack (>= 3.0)
83
83
  activesupport (>= 3.0)
84
84
  railties (>= 3.0)
85
- rspec-core (~> 3.8.0)
86
- rspec-expectations (~> 3.8.0)
87
- rspec-mocks (~> 3.8.0)
88
- rspec-support (~> 3.8.0)
89
- rspec-support (3.8.0)
90
- simplecov (0.16.1)
85
+ rspec-core (~> 3.9.0)
86
+ rspec-expectations (~> 3.9.0)
87
+ rspec-mocks (~> 3.9.0)
88
+ rspec-support (~> 3.9.0)
89
+ rspec-support (3.9.2)
90
+ simplecov (0.17.1)
91
91
  docile (~> 1.1)
92
92
  json (>= 1.8, < 3)
93
93
  simplecov-html (~> 0.10.0)
94
94
  simplecov-html (0.10.2)
95
95
  sqlite3 (1.3.13)
96
- thor (0.20.3)
96
+ thor (1.0.1)
97
97
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
98
+ tzinfo (1.2.6)
99
99
  thread_safe (~> 0.1)
100
100
 
101
101
  PLATFORMS
@@ -109,4 +109,4 @@ DEPENDENCIES
109
109
  sqlite3 (~> 1.3.5)
110
110
 
111
111
  BUNDLED WITH
112
- 1.17.3
112
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -38,16 +38,16 @@ GEM
38
38
  builder (3.0.4)
39
39
  concurrent-ruby (1.1.5)
40
40
  diff-lcs (1.3)
41
- docile (1.3.1)
41
+ docile (1.3.2)
42
42
  erubis (2.7.0)
43
43
  hike (1.2.3)
44
44
  i18n (0.9.5)
45
45
  concurrent-ruby (~> 1.0)
46
46
  journey (1.0.4)
47
- json (2.2.0)
48
- multi_json (1.13.1)
47
+ json (2.3.0)
48
+ multi_json (1.14.1)
49
49
  rack (1.4.7)
50
- rack-cache (1.9.0)
50
+ rack-cache (1.11.0)
51
51
  rack (>= 0.4)
52
52
  rack-ssl (1.3.4)
53
53
  rack
@@ -60,26 +60,26 @@ GEM
60
60
  rake (>= 0.8.7)
61
61
  rdoc (~> 3.4)
62
62
  thor (>= 0.14.6, < 2.0)
63
- rake (12.3.2)
63
+ rake (13.0.1)
64
64
  rdoc (3.9.5)
65
- rspec-core (3.8.0)
66
- rspec-support (~> 3.8.0)
67
- rspec-expectations (3.8.2)
65
+ rspec-core (3.9.1)
66
+ rspec-support (~> 3.9.1)
67
+ rspec-expectations (3.9.0)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.8.0)
70
- rspec-mocks (3.8.0)
69
+ rspec-support (~> 3.9.0)
70
+ rspec-mocks (3.9.1)
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.8.0)
73
- rspec-rails (3.8.2)
72
+ rspec-support (~> 3.9.0)
73
+ rspec-rails (3.9.0)
74
74
  actionpack (>= 3.0)
75
75
  activesupport (>= 3.0)
76
76
  railties (>= 3.0)
77
- rspec-core (~> 3.8.0)
78
- rspec-expectations (~> 3.8.0)
79
- rspec-mocks (~> 3.8.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-support (3.8.0)
82
- simplecov (0.16.1)
77
+ rspec-core (~> 3.9.0)
78
+ rspec-expectations (~> 3.9.0)
79
+ rspec-mocks (~> 3.9.0)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-support (3.9.2)
82
+ simplecov (0.17.1)
83
83
  docile (~> 1.1)
84
84
  json (>= 1.8, < 3)
85
85
  simplecov-html (~> 0.10.0)
@@ -90,9 +90,9 @@ GEM
90
90
  rack (~> 1.0)
91
91
  tilt (~> 1.1, != 1.3.0)
92
92
  sqlite3 (1.3.13)
93
- thor (0.20.3)
93
+ thor (1.0.1)
94
94
  tilt (1.4.1)
95
- tzinfo (0.3.55)
95
+ tzinfo (0.3.56)
96
96
 
97
97
  PLATFORMS
98
98
  ruby
@@ -108,4 +108,4 @@ DEPENDENCIES
108
108
  sqlite3 (~> 1.3.5)
109
109
 
110
110
  BUNDLED WITH
111
- 1.17.3
111
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -38,13 +38,13 @@ GEM
38
38
  builder (3.1.4)
39
39
  concurrent-ruby (1.1.5)
40
40
  diff-lcs (1.3)
41
- docile (1.3.1)
41
+ docile (1.3.2)
42
42
  erubis (2.7.0)
43
43
  i18n (0.9.5)
44
44
  concurrent-ruby (~> 1.0)
45
- json (2.2.0)
45
+ json (2.3.0)
46
46
  minitest (4.7.5)
47
- multi_json (1.13.1)
47
+ multi_json (1.14.1)
48
48
  rack (1.5.5)
49
49
  rack-test (0.6.3)
50
50
  rack (>= 1.0)
@@ -53,33 +53,33 @@ GEM
53
53
  activesupport (= 4.0.13)
54
54
  rake (>= 0.8.7)
55
55
  thor (>= 0.18.1, < 2.0)
56
- rake (12.3.2)
57
- rspec-core (3.8.0)
58
- rspec-support (~> 3.8.0)
59
- rspec-expectations (3.8.2)
56
+ rake (13.0.1)
57
+ rspec-core (3.9.1)
58
+ rspec-support (~> 3.9.1)
59
+ rspec-expectations (3.9.0)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.8.0)
62
- rspec-mocks (3.8.0)
61
+ rspec-support (~> 3.9.0)
62
+ rspec-mocks (3.9.1)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.8.0)
65
- rspec-rails (3.8.2)
64
+ rspec-support (~> 3.9.0)
65
+ rspec-rails (3.9.0)
66
66
  actionpack (>= 3.0)
67
67
  activesupport (>= 3.0)
68
68
  railties (>= 3.0)
69
- rspec-core (~> 3.8.0)
70
- rspec-expectations (~> 3.8.0)
71
- rspec-mocks (~> 3.8.0)
72
- rspec-support (~> 3.8.0)
73
- rspec-support (3.8.0)
74
- simplecov (0.16.1)
69
+ rspec-core (~> 3.9.0)
70
+ rspec-expectations (~> 3.9.0)
71
+ rspec-mocks (~> 3.9.0)
72
+ rspec-support (~> 3.9.0)
73
+ rspec-support (3.9.2)
74
+ simplecov (0.17.1)
75
75
  docile (~> 1.1)
76
76
  json (>= 1.8, < 3)
77
77
  simplecov-html (~> 0.10.0)
78
78
  simplecov-html (0.10.2)
79
79
  sqlite3 (1.3.13)
80
- thor (0.20.3)
80
+ thor (1.0.1)
81
81
  thread_safe (0.3.6)
82
- tzinfo (0.3.55)
82
+ tzinfo (0.3.56)
83
83
 
84
84
  PLATFORMS
85
85
  ruby
@@ -95,4 +95,4 @@ DEPENDENCIES
95
95
  sqlite3 (~> 1.3.5)
96
96
 
97
97
  BUNDLED WITH
98
- 1.17.3
98
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -36,15 +36,15 @@ GEM
36
36
  rake
37
37
  thor (>= 0.14.0)
38
38
  arel (5.0.1.20140414130214)
39
- builder (3.2.3)
39
+ builder (3.2.4)
40
40
  concurrent-ruby (1.1.5)
41
41
  diff-lcs (1.3)
42
- docile (1.3.1)
42
+ docile (1.3.2)
43
43
  erubis (2.7.0)
44
44
  i18n (0.9.5)
45
45
  concurrent-ruby (~> 1.0)
46
46
  json (1.8.6)
47
- minitest (5.11.3)
47
+ minitest (5.14.0)
48
48
  rack (1.5.5)
49
49
  rack-test (0.6.3)
50
50
  rack (>= 1.0)
@@ -53,33 +53,33 @@ GEM
53
53
  activesupport (= 4.1.16)
54
54
  rake (>= 0.8.7)
55
55
  thor (>= 0.18.1, < 2.0)
56
- rake (12.3.2)
57
- rspec-core (3.8.0)
58
- rspec-support (~> 3.8.0)
59
- rspec-expectations (3.8.2)
56
+ rake (13.0.1)
57
+ rspec-core (3.9.1)
58
+ rspec-support (~> 3.9.1)
59
+ rspec-expectations (3.9.0)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.8.0)
62
- rspec-mocks (3.8.0)
61
+ rspec-support (~> 3.9.0)
62
+ rspec-mocks (3.9.1)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.8.0)
65
- rspec-rails (3.8.2)
64
+ rspec-support (~> 3.9.0)
65
+ rspec-rails (3.9.0)
66
66
  actionpack (>= 3.0)
67
67
  activesupport (>= 3.0)
68
68
  railties (>= 3.0)
69
- rspec-core (~> 3.8.0)
70
- rspec-expectations (~> 3.8.0)
71
- rspec-mocks (~> 3.8.0)
72
- rspec-support (~> 3.8.0)
73
- rspec-support (3.8.0)
74
- simplecov (0.16.1)
69
+ rspec-core (~> 3.9.0)
70
+ rspec-expectations (~> 3.9.0)
71
+ rspec-mocks (~> 3.9.0)
72
+ rspec-support (~> 3.9.0)
73
+ rspec-support (3.9.2)
74
+ simplecov (0.17.1)
75
75
  docile (~> 1.1)
76
76
  json (>= 1.8, < 3)
77
77
  simplecov-html (~> 0.10.0)
78
78
  simplecov-html (0.10.2)
79
79
  sqlite3 (1.3.13)
80
- thor (0.20.3)
80
+ thor (1.0.1)
81
81
  thread_safe (0.3.6)
82
- tzinfo (1.2.5)
82
+ tzinfo (1.2.6)
83
83
  thread_safe (~> 0.1)
84
84
 
85
85
  PLATFORMS
@@ -96,4 +96,4 @@ DEPENDENCIES
96
96
  sqlite3 (~> 1.3.5)
97
97
 
98
98
  BUNDLED WITH
99
- 1.17.3
99
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -39,23 +39,23 @@ GEM
39
39
  rake
40
40
  thor (>= 0.14.0)
41
41
  arel (6.0.4)
42
- builder (3.2.3)
42
+ builder (3.2.4)
43
43
  concurrent-ruby (1.1.5)
44
- crass (1.0.4)
44
+ crass (1.0.6)
45
45
  diff-lcs (1.3)
46
- docile (1.3.1)
46
+ docile (1.3.2)
47
47
  erubis (2.7.0)
48
48
  i18n (0.9.5)
49
49
  concurrent-ruby (~> 1.0)
50
- json (2.2.0)
51
- loofah (2.2.3)
50
+ json (2.3.0)
51
+ loofah (2.4.0)
52
52
  crass (~> 1.0.2)
53
53
  nokogiri (>= 1.5.9)
54
54
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
- nokogiri (1.10.2)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.7)
57
57
  mini_portile2 (~> 2.4.0)
58
- rack (1.6.11)
58
+ rack (1.6.12)
59
59
  rack-test (0.6.3)
60
60
  rack (>= 1.0)
61
61
  rails-deprecated_sanitizer (1.0.3)
@@ -64,40 +64,40 @@ GEM
64
64
  activesupport (>= 4.2.0, < 5.0)
65
65
  nokogiri (~> 1.6)
66
66
  rails-deprecated_sanitizer (>= 1.0.1)
67
- rails-html-sanitizer (1.0.4)
68
- loofah (~> 2.2, >= 2.2.2)
67
+ rails-html-sanitizer (1.3.0)
68
+ loofah (~> 2.3)
69
69
  railties (4.2.11.1)
70
70
  actionpack (= 4.2.11.1)
71
71
  activesupport (= 4.2.11.1)
72
72
  rake (>= 0.8.7)
73
73
  thor (>= 0.18.1, < 2.0)
74
- rake (12.3.2)
75
- rspec-core (3.8.0)
76
- rspec-support (~> 3.8.0)
77
- rspec-expectations (3.8.2)
74
+ rake (13.0.1)
75
+ rspec-core (3.9.1)
76
+ rspec-support (~> 3.9.1)
77
+ rspec-expectations (3.9.0)
78
78
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.8.0)
80
- rspec-mocks (3.8.0)
79
+ rspec-support (~> 3.9.0)
80
+ rspec-mocks (3.9.1)
81
81
  diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.8.0)
83
- rspec-rails (3.8.2)
82
+ rspec-support (~> 3.9.0)
83
+ rspec-rails (3.9.0)
84
84
  actionpack (>= 3.0)
85
85
  activesupport (>= 3.0)
86
86
  railties (>= 3.0)
87
- rspec-core (~> 3.8.0)
88
- rspec-expectations (~> 3.8.0)
89
- rspec-mocks (~> 3.8.0)
90
- rspec-support (~> 3.8.0)
91
- rspec-support (3.8.0)
92
- simplecov (0.16.1)
87
+ rspec-core (~> 3.9.0)
88
+ rspec-expectations (~> 3.9.0)
89
+ rspec-mocks (~> 3.9.0)
90
+ rspec-support (~> 3.9.0)
91
+ rspec-support (3.9.2)
92
+ simplecov (0.17.1)
93
93
  docile (~> 1.1)
94
94
  json (>= 1.8, < 3)
95
95
  simplecov-html (~> 0.10.0)
96
96
  simplecov-html (0.10.2)
97
97
  sqlite3 (1.3.13)
98
- thor (0.20.3)
98
+ thor (1.0.1)
99
99
  thread_safe (0.3.6)
100
- tzinfo (1.2.5)
100
+ tzinfo (1.2.6)
101
101
  thread_safe (~> 0.1)
102
102
 
103
103
  PLATFORMS
@@ -114,4 +114,4 @@ DEPENDENCIES
114
114
  sqlite3 (~> 1.3.5)
115
115
 
116
116
  BUNDLED WITH
117
- 1.17.3
117
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -38,64 +38,64 @@ GEM
38
38
  rake
39
39
  thor (>= 0.14.0)
40
40
  arel (7.1.4)
41
- builder (3.2.3)
41
+ builder (3.2.4)
42
42
  concurrent-ruby (1.1.5)
43
- crass (1.0.4)
43
+ crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.3.1)
45
+ docile (1.3.2)
46
46
  erubis (2.7.0)
47
- i18n (1.6.0)
47
+ i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
50
- loofah (2.2.3)
49
+ json (2.3.0)
50
+ loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (0.9.2)
54
54
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
- nokogiri (1.10.2)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.7)
57
57
  mini_portile2 (~> 2.4.0)
58
- rack (2.0.7)
58
+ rack (2.1.1)
59
59
  rack-test (0.6.3)
60
60
  rack (>= 1.0)
61
61
  rails-dom-testing (2.0.3)
62
62
  activesupport (>= 4.2.0)
63
63
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.0.4)
65
- loofah (~> 2.2, >= 2.2.2)
64
+ rails-html-sanitizer (1.3.0)
65
+ loofah (~> 2.3)
66
66
  railties (5.0.7.2)
67
67
  actionpack (= 5.0.7.2)
68
68
  activesupport (= 5.0.7.2)
69
69
  method_source
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.18.1, < 2.0)
72
- rake (12.3.2)
73
- rspec-core (3.8.0)
74
- rspec-support (~> 3.8.0)
75
- rspec-expectations (3.8.2)
72
+ rake (13.0.1)
73
+ rspec-core (3.9.1)
74
+ rspec-support (~> 3.9.1)
75
+ rspec-expectations (3.9.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.8.0)
78
- rspec-mocks (3.8.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-mocks (3.9.1)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-rails (3.8.2)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-rails (3.9.0)
82
82
  actionpack (>= 3.0)
83
83
  activesupport (>= 3.0)
84
84
  railties (>= 3.0)
85
- rspec-core (~> 3.8.0)
86
- rspec-expectations (~> 3.8.0)
87
- rspec-mocks (~> 3.8.0)
88
- rspec-support (~> 3.8.0)
89
- rspec-support (3.8.0)
90
- simplecov (0.16.1)
85
+ rspec-core (~> 3.9.0)
86
+ rspec-expectations (~> 3.9.0)
87
+ rspec-mocks (~> 3.9.0)
88
+ rspec-support (~> 3.9.0)
89
+ rspec-support (3.9.2)
90
+ simplecov (0.17.1)
91
91
  docile (~> 1.1)
92
92
  json (>= 1.8, < 3)
93
93
  simplecov-html (~> 0.10.0)
94
94
  simplecov-html (0.10.2)
95
95
  sqlite3 (1.3.13)
96
- thor (0.20.3)
96
+ thor (1.0.1)
97
97
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
98
+ tzinfo (1.2.6)
99
99
  thread_safe (~> 0.1)
100
100
 
101
101
  PLATFORMS
@@ -112,4 +112,4 @@ DEPENDENCIES
112
112
  sqlite3 (~> 1.3.5)
113
113
 
114
114
  BUNDLED WITH
115
- 1.17.3
115
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -38,64 +38,64 @@ GEM
38
38
  rake
39
39
  thor (>= 0.14.0)
40
40
  arel (8.0.0)
41
- builder (3.2.3)
41
+ builder (3.2.4)
42
42
  concurrent-ruby (1.1.5)
43
- crass (1.0.4)
43
+ crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.3.1)
46
- erubi (1.8.0)
47
- i18n (1.6.0)
45
+ docile (1.3.2)
46
+ erubi (1.9.0)
47
+ i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
50
- loofah (2.2.3)
49
+ json (2.3.0)
50
+ loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (0.9.2)
54
54
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
- nokogiri (1.10.2)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.7)
57
57
  mini_portile2 (~> 2.4.0)
58
- rack (2.0.7)
58
+ rack (2.1.1)
59
59
  rack-test (1.1.0)
60
60
  rack (>= 1.0, < 3)
61
61
  rails-dom-testing (2.0.3)
62
62
  activesupport (>= 4.2.0)
63
63
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.0.4)
65
- loofah (~> 2.2, >= 2.2.2)
64
+ rails-html-sanitizer (1.3.0)
65
+ loofah (~> 2.3)
66
66
  railties (5.1.7)
67
67
  actionpack (= 5.1.7)
68
68
  activesupport (= 5.1.7)
69
69
  method_source
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.18.1, < 2.0)
72
- rake (12.3.2)
73
- rspec-core (3.8.0)
74
- rspec-support (~> 3.8.0)
75
- rspec-expectations (3.8.2)
72
+ rake (13.0.1)
73
+ rspec-core (3.9.1)
74
+ rspec-support (~> 3.9.1)
75
+ rspec-expectations (3.9.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.8.0)
78
- rspec-mocks (3.8.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-mocks (3.9.1)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-rails (3.8.2)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-rails (3.9.0)
82
82
  actionpack (>= 3.0)
83
83
  activesupport (>= 3.0)
84
84
  railties (>= 3.0)
85
- rspec-core (~> 3.8.0)
86
- rspec-expectations (~> 3.8.0)
87
- rspec-mocks (~> 3.8.0)
88
- rspec-support (~> 3.8.0)
89
- rspec-support (3.8.0)
90
- simplecov (0.16.1)
85
+ rspec-core (~> 3.9.0)
86
+ rspec-expectations (~> 3.9.0)
87
+ rspec-mocks (~> 3.9.0)
88
+ rspec-support (~> 3.9.0)
89
+ rspec-support (3.9.2)
90
+ simplecov (0.17.1)
91
91
  docile (~> 1.1)
92
92
  json (>= 1.8, < 3)
93
93
  simplecov-html (~> 0.10.0)
94
94
  simplecov-html (0.10.2)
95
95
  sqlite3 (1.3.13)
96
- thor (0.20.3)
96
+ thor (1.0.1)
97
97
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
98
+ tzinfo (1.2.6)
99
99
  thread_safe (~> 0.1)
100
100
 
101
101
  PLATFORMS
@@ -112,4 +112,4 @@ DEPENDENCIES
112
112
  sqlite3 (~> 1.3.5)
113
113
 
114
114
  BUNDLED WITH
115
- 1.17.3
115
+ 2.1.4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- lol_dba (2.1.8)
4
+ lol_dba (2.1.9)
5
5
  actionpack (>= 3.0, < 6.0)
6
6
  activerecord (>= 3.0, < 6.0)
7
7
  railties (>= 3.0, < 6.0)
@@ -9,26 +9,26 @@ 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)
15
- rack (~> 2.0)
12
+ actionpack (5.2.4.1)
13
+ actionview (= 5.2.4.1)
14
+ activesupport (= 5.2.4.1)
15
+ rack (~> 2.0, >= 2.0.8)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.2.3)
20
- activesupport (= 5.2.3)
19
+ actionview (5.2.4.1)
20
+ activesupport (= 5.2.4.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
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)
25
+ activemodel (5.2.4.1)
26
+ activesupport (= 5.2.4.1)
27
+ activerecord (5.2.4.1)
28
+ activemodel (= 5.2.4.1)
29
+ activesupport (= 5.2.4.1)
30
30
  arel (>= 9.0)
31
- activesupport (5.2.3)
31
+ activesupport (5.2.4.1)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 0.7, < 2)
34
34
  minitest (~> 5.1)
@@ -38,64 +38,64 @@ GEM
38
38
  rake
39
39
  thor (>= 0.14.0)
40
40
  arel (9.0.0)
41
- builder (3.2.3)
41
+ builder (3.2.4)
42
42
  concurrent-ruby (1.1.5)
43
- crass (1.0.4)
43
+ crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.3.1)
46
- erubi (1.8.0)
47
- i18n (1.6.0)
45
+ docile (1.3.2)
46
+ erubi (1.9.0)
47
+ i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
50
- loofah (2.2.3)
49
+ json (2.3.0)
50
+ loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (0.9.2)
54
54
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
- nokogiri (1.10.2)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.7)
57
57
  mini_portile2 (~> 2.4.0)
58
- rack (2.0.7)
58
+ rack (2.1.1)
59
59
  rack-test (1.1.0)
60
60
  rack (>= 1.0, < 3)
61
61
  rails-dom-testing (2.0.3)
62
62
  activesupport (>= 4.2.0)
63
63
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.0.4)
65
- loofah (~> 2.2, >= 2.2.2)
66
- railties (5.2.3)
67
- actionpack (= 5.2.3)
68
- activesupport (= 5.2.3)
64
+ rails-html-sanitizer (1.3.0)
65
+ loofah (~> 2.3)
66
+ railties (5.2.4.1)
67
+ actionpack (= 5.2.4.1)
68
+ activesupport (= 5.2.4.1)
69
69
  method_source
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.19.0, < 2.0)
72
- rake (12.3.2)
73
- rspec-core (3.8.0)
74
- rspec-support (~> 3.8.0)
75
- rspec-expectations (3.8.2)
72
+ rake (13.0.1)
73
+ rspec-core (3.9.1)
74
+ rspec-support (~> 3.9.1)
75
+ rspec-expectations (3.9.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.8.0)
78
- rspec-mocks (3.8.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-mocks (3.9.1)
79
79
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.8.0)
81
- rspec-rails (3.8.2)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-rails (3.9.0)
82
82
  actionpack (>= 3.0)
83
83
  activesupport (>= 3.0)
84
84
  railties (>= 3.0)
85
- rspec-core (~> 3.8.0)
86
- rspec-expectations (~> 3.8.0)
87
- rspec-mocks (~> 3.8.0)
88
- rspec-support (~> 3.8.0)
89
- rspec-support (3.8.0)
90
- simplecov (0.16.1)
85
+ rspec-core (~> 3.9.0)
86
+ rspec-expectations (~> 3.9.0)
87
+ rspec-mocks (~> 3.9.0)
88
+ rspec-support (~> 3.9.0)
89
+ rspec-support (3.9.2)
90
+ simplecov (0.17.1)
91
91
  docile (~> 1.1)
92
92
  json (>= 1.8, < 3)
93
93
  simplecov-html (~> 0.10.0)
94
94
  simplecov-html (0.10.2)
95
95
  sqlite3 (1.3.13)
96
- thor (0.20.3)
96
+ thor (1.0.1)
97
97
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
98
+ tzinfo (1.2.6)
99
99
  thread_safe (~> 0.1)
100
100
 
101
101
  PLATFORMS
@@ -112,4 +112,4 @@ DEPENDENCIES
112
112
  sqlite3 (~> 1.3.5)
113
113
 
114
114
  BUNDLED WITH
115
- 1.17.3
115
+ 2.1.4
@@ -20,6 +20,7 @@ module LolDba
20
20
  exit
21
21
  end
22
22
  end.parse!
23
+ options
23
24
  end
24
25
  end
25
26
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module LolDba
2
- VERSION = '2.1.8'.freeze unless defined? LolDba::VERSION
4
+ VERSION = '2.1.9' unless defined? LolDba::VERSION
3
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lol_dba
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Plentz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2020-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  - !ruby/object:Gem::Version
225
225
  version: '0'
226
226
  requirements: []
227
- rubygems_version: 3.0.2
227
+ rubygems_version: 3.0.3
228
228
  signing_key:
229
229
  specification_version: 4
230
230
  summary: A small package of rake tasks to track down missing database indexes and