lol_dba 2.0.3 → 2.1.0

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
  SHA1:
3
- metadata.gz: 64685193735493e0cb8bc2e92a1dd9a81dfb6686
4
- data.tar.gz: 02c3646cf50ca778443eeb2d5b8e64f0d5dfe42f
3
+ metadata.gz: a24c219f8ce04a75238a85eb0706313076d2dd98
4
+ data.tar.gz: d3ea7d52f43f8cefa74a32d620da535bffdac8f3
5
5
  SHA512:
6
- metadata.gz: 1b01e27d6e9491c57246b0f99befef726c49815a57150503a6b83609f6c60208fb28f801826403dfc4ab34e1cbbc5f1d29b19906d0b658aa27fdc257699cfeb1
7
- data.tar.gz: 21091f4b541976c2f8f5c3db9fd862a9a3ffc22218119907bde3bf95c8533570135c3e94b92f4d069a0ea31ab7543e774f5f0f1cf5c1f8753d72038a784a27ef
6
+ metadata.gz: 3497f9a65fbea82c2daa969811de3db7ed0ddebcfe785cdef85f04916a7193ccd2da5ffaca189dc9af2201680e13837242bc7bf8bdc7a2ab111f759e495ce57a
7
+ data.tar.gz: 6a506f4800a9db20ffbd4747da8c09432749d62f4fd2be58ff0adf26c0ec367ed69641344dd7210d1e32c023c836061df1a1efb93dc58f60ba2be1cea5f17b24
@@ -6,7 +6,6 @@ rvm:
6
6
  - 2.0
7
7
  - 2.1
8
8
  - 2.2
9
- - 2.3
10
9
  - ruby-head
11
10
  gemfile:
12
11
  - gemfiles/rails_3_2.gemfile
data/Appraisals CHANGED
@@ -25,3 +25,10 @@ appraise "rails_4_2" do
25
25
  gem 'actionpack', version
26
26
  gem 'railties', version
27
27
  end
28
+
29
+ appraise "rails_5_0" do
30
+ version = "~> 5.0"
31
+ gem 'activerecord', version
32
+ gem 'actionpack', version
33
+ gem 'railties', version
34
+ end
@@ -1,129 +1,138 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lol_dba (2.0.3)
5
- actionpack (>= 3.0, < 5.0)
6
- activerecord (>= 3.0, < 5.0)
7
- railties (>= 3.0, < 5.0)
4
+ lol_dba (2.1.0)
5
+ actionpack (>= 3.0)
6
+ activerecord (>= 3.0)
7
+ railties (>= 3.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.4)
13
- actionpack (= 4.2.4)
14
- actionview (= 4.2.4)
15
- activejob (= 4.2.4)
12
+ actioncable (5.0.0.1)
13
+ actionpack (= 5.0.0.1)
14
+ nio4r (~> 1.2)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.0.1)
17
+ actionpack (= 5.0.0.1)
18
+ actionview (= 5.0.0.1)
19
+ activejob (= 5.0.0.1)
16
20
  mail (~> 2.5, >= 2.5.4)
17
- rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.4)
19
- actionview (= 4.2.4)
20
- activesupport (= 4.2.4)
21
- rack (~> 1.6)
22
- rack-test (~> 0.6.2)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.0.0.1)
23
+ actionview (= 5.0.0.1)
24
+ activesupport (= 5.0.0.1)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
24
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.4)
26
- activesupport (= 4.2.4)
29
+ actionview (5.0.0.1)
30
+ activesupport (= 5.0.0.1)
27
31
  builder (~> 3.1)
28
32
  erubis (~> 2.7.0)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
33
+ rails-dom-testing (~> 2.0)
30
34
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- activejob (4.2.4)
32
- activesupport (= 4.2.4)
33
- globalid (>= 0.3.0)
34
- activemodel (4.2.4)
35
- activesupport (= 4.2.4)
36
- builder (~> 3.1)
37
- activerecord (4.2.4)
38
- activemodel (= 4.2.4)
39
- activesupport (= 4.2.4)
40
- arel (~> 6.0)
41
- activesupport (4.2.4)
35
+ activejob (5.0.0.1)
36
+ activesupport (= 5.0.0.1)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.0.1)
39
+ activesupport (= 5.0.0.1)
40
+ activerecord (5.0.0.1)
41
+ activemodel (= 5.0.0.1)
42
+ activesupport (= 5.0.0.1)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.0.1)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
42
46
  i18n (~> 0.7)
43
- json (~> 1.7, >= 1.7.7)
44
47
  minitest (~> 5.1)
45
- thread_safe (~> 0.3, >= 0.3.4)
46
48
  tzinfo (~> 1.1)
47
49
  appraisal (1.0.3)
48
50
  bundler
49
51
  rake
50
52
  thor (>= 0.14.0)
51
- arel (6.0.3)
53
+ arel (7.1.3)
52
54
  builder (3.2.2)
55
+ concurrent-ruby (1.0.2)
53
56
  diff-lcs (1.2.5)
54
57
  erubis (2.7.0)
55
- globalid (0.3.6)
58
+ globalid (0.3.7)
56
59
  activesupport (>= 4.1.0)
57
60
  i18n (0.7.0)
58
- json (1.8.3)
59
61
  loofah (2.0.3)
60
62
  nokogiri (>= 1.5.9)
61
- mail (2.6.3)
62
- mime-types (>= 1.16, < 3)
63
- mime-types (2.6.2)
64
- mini_portile (0.6.2)
65
- minitest (5.8.1)
66
- nokogiri (1.6.6.2)
67
- mini_portile (~> 0.6.0)
68
- power_assert (0.2.4)
69
- rack (1.6.4)
63
+ mail (2.6.4)
64
+ mime-types (>= 1.16, < 4)
65
+ method_source (0.8.2)
66
+ mime-types (3.1)
67
+ mime-types-data (~> 3.2015)
68
+ mime-types-data (3.2016.0521)
69
+ mini_portile2 (2.1.0)
70
+ minitest (5.9.1)
71
+ nio4r (1.2.1)
72
+ nokogiri (1.6.8.1)
73
+ mini_portile2 (~> 2.1.0)
74
+ power_assert (0.3.1)
75
+ rack (2.0.1)
70
76
  rack-test (0.6.3)
71
77
  rack (>= 1.0)
72
- rails (4.2.4)
73
- actionmailer (= 4.2.4)
74
- actionpack (= 4.2.4)
75
- actionview (= 4.2.4)
76
- activejob (= 4.2.4)
77
- activemodel (= 4.2.4)
78
- activerecord (= 4.2.4)
79
- activesupport (= 4.2.4)
78
+ rails (5.0.0.1)
79
+ actioncable (= 5.0.0.1)
80
+ actionmailer (= 5.0.0.1)
81
+ actionpack (= 5.0.0.1)
82
+ actionview (= 5.0.0.1)
83
+ activejob (= 5.0.0.1)
84
+ activemodel (= 5.0.0.1)
85
+ activerecord (= 5.0.0.1)
86
+ activesupport (= 5.0.0.1)
80
87
  bundler (>= 1.3.0, < 2.0)
81
- railties (= 4.2.4)
82
- sprockets-rails
83
- rails-deprecated_sanitizer (1.0.3)
84
- activesupport (>= 4.2.0.alpha)
85
- rails-dom-testing (1.0.7)
86
- activesupport (>= 4.2.0.beta, < 5.0)
88
+ railties (= 5.0.0.1)
89
+ sprockets-rails (>= 2.0.0)
90
+ rails-dom-testing (2.0.1)
91
+ activesupport (>= 4.2.0, < 6.0)
87
92
  nokogiri (~> 1.6.0)
88
- rails-deprecated_sanitizer (>= 1.0.1)
89
- rails-html-sanitizer (1.0.2)
93
+ rails-html-sanitizer (1.0.3)
90
94
  loofah (~> 2.0)
91
- railties (4.2.4)
92
- actionpack (= 4.2.4)
93
- activesupport (= 4.2.4)
95
+ railties (5.0.0.1)
96
+ actionpack (= 5.0.0.1)
97
+ activesupport (= 5.0.0.1)
98
+ method_source
94
99
  rake (>= 0.8.7)
95
100
  thor (>= 0.18.1, < 2.0)
96
- rake (10.4.2)
97
- rspec-core (3.3.2)
98
- rspec-support (~> 3.3.0)
99
- rspec-expectations (3.3.1)
101
+ rake (11.3.0)
102
+ rspec-core (3.5.4)
103
+ rspec-support (~> 3.5.0)
104
+ rspec-expectations (3.5.0)
100
105
  diff-lcs (>= 1.2.0, < 2.0)
101
- rspec-support (~> 3.3.0)
102
- rspec-mocks (3.3.2)
106
+ rspec-support (~> 3.5.0)
107
+ rspec-mocks (3.5.0)
103
108
  diff-lcs (>= 1.2.0, < 2.0)
104
- rspec-support (~> 3.3.0)
105
- rspec-rails (3.3.3)
106
- actionpack (>= 3.0, < 4.3)
107
- activesupport (>= 3.0, < 4.3)
108
- railties (>= 3.0, < 4.3)
109
- rspec-core (~> 3.3.0)
110
- rspec-expectations (~> 3.3.0)
111
- rspec-mocks (~> 3.3.0)
112
- rspec-support (~> 3.3.0)
113
- rspec-support (3.3.0)
114
- sprockets (3.4.0)
115
- rack (> 1, < 3)
116
- sprockets-rails (2.3.3)
109
+ rspec-support (~> 3.5.0)
110
+ rspec-rails (3.5.2)
117
111
  actionpack (>= 3.0)
118
112
  activesupport (>= 3.0)
119
- sprockets (>= 2.8, < 4.0)
120
- sqlite3 (1.3.11)
121
- test-unit (3.1.5)
113
+ railties (>= 3.0)
114
+ rspec-core (~> 3.5.0)
115
+ rspec-expectations (~> 3.5.0)
116
+ rspec-mocks (~> 3.5.0)
117
+ rspec-support (~> 3.5.0)
118
+ rspec-support (3.5.0)
119
+ sprockets (3.7.0)
120
+ concurrent-ruby (~> 1.0)
121
+ rack (> 1, < 3)
122
+ sprockets-rails (3.2.0)
123
+ actionpack (>= 4.0)
124
+ activesupport (>= 4.0)
125
+ sprockets (>= 3.0.0)
126
+ sqlite3 (1.3.12)
127
+ test-unit (3.2.1)
122
128
  power_assert
123
129
  thor (0.19.1)
124
130
  thread_safe (0.3.5)
125
131
  tzinfo (1.2.2)
126
132
  thread_safe (~> 0.1)
133
+ websocket-driver (0.6.4)
134
+ websocket-extensions (>= 0.1.0)
135
+ websocket-extensions (0.1.2)
127
136
 
128
137
  PLATFORMS
129
138
  ruby
@@ -137,4 +146,4 @@ DEPENDENCIES
137
146
  test-unit
138
147
 
139
148
  BUNDLED WITH
140
- 1.11.2
149
+ 1.12.3
data/README.md CHANGED
@@ -55,8 +55,6 @@ To run lol_dba tests, just clone the repo and run:
55
55
 
56
56
  bundle install && rake
57
57
 
58
- to run the tests.
59
-
60
58
  ### Feedback
61
59
 
62
60
  All feedback, bug reports and thoughts on this gratefully received.
@@ -80,6 +78,8 @@ All feedback, bug reports and thoughts on this gratefully received.
80
78
  * [Lucas Mazza](https://twitter.com/lucasmazza)
81
79
  * [Larry Reaves](https://github.com/yrral86)
82
80
  * [James Bowles](https://github.com/jamesbowles)
81
+ * [Anderson Pierre Cardoso](https://github.com/andersoncardoso)
82
+ * [James Bowler](https://github.com/jamesbowles)
83
83
 
84
84
  ### License
85
85
 
@@ -1,20 +1,20 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- lol_dba (2.0.3)
5
- actionpack (>= 3.0, < 5.0)
6
- activerecord (>= 3.0, < 5.0)
7
- railties (>= 3.0, < 5.0)
4
+ lol_dba (2.1.0)
5
+ actionpack (>= 3.0)
6
+ activerecord (>= 3.0)
7
+ railties (>= 3.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (3.2.21)
13
- actionpack (= 3.2.21)
12
+ actionmailer (3.2.22.5)
13
+ actionpack (= 3.2.22.5)
14
14
  mail (~> 2.5.4)
15
- actionpack (3.2.21)
16
- activemodel (= 3.2.21)
17
- activesupport (= 3.2.21)
15
+ actionpack (3.2.22.5)
16
+ activemodel (= 3.2.22.5)
17
+ activesupport (= 3.2.22.5)
18
18
  builder (~> 3.0.0)
19
19
  erubis (~> 2.7.0)
20
20
  journey (~> 1.0.4)
@@ -22,18 +22,18 @@ GEM
22
22
  rack-cache (~> 1.2)
23
23
  rack-test (~> 0.6.1)
24
24
  sprockets (~> 2.2.1)
25
- activemodel (3.2.21)
26
- activesupport (= 3.2.21)
25
+ activemodel (3.2.22.5)
26
+ activesupport (= 3.2.22.5)
27
27
  builder (~> 3.0.0)
28
- activerecord (3.2.21)
29
- activemodel (= 3.2.21)
30
- activesupport (= 3.2.21)
28
+ activerecord (3.2.22.5)
29
+ activemodel (= 3.2.22.5)
30
+ activesupport (= 3.2.22.5)
31
31
  arel (~> 3.0.2)
32
32
  tzinfo (~> 0.3.29)
33
- activeresource (3.2.21)
34
- activemodel (= 3.2.21)
35
- activesupport (= 3.2.21)
36
- activesupport (3.2.21)
33
+ activeresource (3.2.22.5)
34
+ activemodel (= 3.2.22.5)
35
+ activesupport (= 3.2.22.5)
36
+ activesupport (3.2.22.5)
37
37
  i18n (~> 0.6, >= 0.6.4)
38
38
  multi_json (~> 1.0)
39
39
  appraisal (1.0.3)
@@ -47,69 +47,70 @@ GEM
47
47
  hike (1.2.3)
48
48
  i18n (0.7.0)
49
49
  journey (1.0.4)
50
- json (1.8.2)
50
+ json (1.8.3)
51
51
  mail (2.5.4)
52
52
  mime-types (~> 1.16)
53
53
  treetop (~> 1.4.8)
54
54
  mime-types (1.25.1)
55
- multi_json (1.11.0)
55
+ multi_json (1.12.1)
56
56
  polyglot (0.3.5)
57
- power_assert (0.2.3)
58
- rack (1.4.5)
59
- rack-cache (1.2)
57
+ power_assert (0.3.1)
58
+ rack (1.4.7)
59
+ rack-cache (1.6.1)
60
60
  rack (>= 0.4)
61
61
  rack-ssl (1.3.4)
62
62
  rack
63
63
  rack-test (0.6.3)
64
64
  rack (>= 1.0)
65
- rails (3.2.21)
66
- actionmailer (= 3.2.21)
67
- actionpack (= 3.2.21)
68
- activerecord (= 3.2.21)
69
- activeresource (= 3.2.21)
70
- activesupport (= 3.2.21)
65
+ rails (3.2.22.5)
66
+ actionmailer (= 3.2.22.5)
67
+ actionpack (= 3.2.22.5)
68
+ activerecord (= 3.2.22.5)
69
+ activeresource (= 3.2.22.5)
70
+ activesupport (= 3.2.22.5)
71
71
  bundler (~> 1.0)
72
- railties (= 3.2.21)
73
- railties (3.2.21)
74
- actionpack (= 3.2.21)
75
- activesupport (= 3.2.21)
72
+ railties (= 3.2.22.5)
73
+ railties (3.2.22.5)
74
+ actionpack (= 3.2.22.5)
75
+ activesupport (= 3.2.22.5)
76
76
  rack-ssl (~> 1.3.2)
77
77
  rake (>= 0.8.7)
78
78
  rdoc (~> 3.4)
79
79
  thor (>= 0.14.6, < 2.0)
80
- rake (10.4.2)
80
+ rake (11.3.0)
81
81
  rdoc (3.12.2)
82
82
  json (~> 1.4)
83
- rspec-core (3.0.4)
84
- rspec-support (~> 3.0.0)
85
- rspec-expectations (3.0.4)
83
+ rspec-core (3.5.4)
84
+ rspec-support (~> 3.5.0)
85
+ rspec-expectations (3.5.0)
86
+ diff-lcs (>= 1.2.0, < 2.0)
87
+ rspec-support (~> 3.5.0)
88
+ rspec-mocks (3.5.0)
86
89
  diff-lcs (>= 1.2.0, < 2.0)
87
- rspec-support (~> 3.0.0)
88
- rspec-mocks (3.0.4)
89
- rspec-support (~> 3.0.0)
90
- rspec-rails (3.0.2)
90
+ rspec-support (~> 3.5.0)
91
+ rspec-rails (3.5.2)
91
92
  actionpack (>= 3.0)
92
93
  activesupport (>= 3.0)
93
94
  railties (>= 3.0)
94
- rspec-core (~> 3.0.0)
95
- rspec-expectations (~> 3.0.0)
96
- rspec-mocks (~> 3.0.0)
97
- rspec-support (~> 3.0.0)
98
- rspec-support (3.0.4)
95
+ rspec-core (~> 3.5.0)
96
+ rspec-expectations (~> 3.5.0)
97
+ rspec-mocks (~> 3.5.0)
98
+ rspec-support (~> 3.5.0)
99
+ rspec-support (3.5.0)
99
100
  sprockets (2.2.3)
100
101
  hike (~> 1.2)
101
102
  multi_json (~> 1.0)
102
103
  rack (~> 1.0)
103
104
  tilt (~> 1.1, != 1.3.0)
104
- sqlite3 (1.3.10)
105
- test-unit (3.0.9)
105
+ sqlite3 (1.3.12)
106
+ test-unit (3.2.1)
106
107
  power_assert
107
108
  thor (0.19.1)
108
109
  tilt (1.4.1)
109
110
  treetop (1.4.15)
110
111
  polyglot
111
112
  polyglot (>= 0.3.1)
112
- tzinfo (0.3.43)
113
+ tzinfo (0.3.51)
113
114
 
114
115
  PLATFORMS
115
116
  ruby
@@ -126,4 +127,4 @@ DEPENDENCIES
126
127
  test-unit
127
128
 
128
129
  BUNDLED WITH
129
- 1.10.6
130
+ 1.12.3
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- lol_dba (2.0.3)
5
- actionpack (>= 3.0, < 5.0)
6
- activerecord (>= 3.0, < 5.0)
7
- railties (>= 3.0, < 5.0)
4
+ lol_dba (2.1.0)
5
+ actionpack (>= 3.0)
6
+ activerecord (>= 3.0)
7
+ railties (>= 3.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -26,7 +26,7 @@ GEM
26
26
  activerecord-deprecated_finders (~> 1.0.2)
27
27
  activesupport (= 4.0.13)
28
28
  arel (~> 4.0.0)
29
- activerecord-deprecated_finders (1.0.3)
29
+ activerecord-deprecated_finders (1.0.4)
30
30
  activesupport (4.0.13)
31
31
  i18n (~> 0.6, >= 0.6.9)
32
32
  minitest (~> 4.2)
@@ -39,17 +39,19 @@ GEM
39
39
  thor (>= 0.14.0)
40
40
  arel (4.0.2)
41
41
  builder (3.1.4)
42
+ concurrent-ruby (1.0.2)
42
43
  diff-lcs (1.2.5)
43
44
  erubis (2.7.0)
44
- hike (1.2.3)
45
45
  i18n (0.7.0)
46
- mail (2.6.3)
47
- mime-types (>= 1.16, < 3)
48
- mime-types (2.4.3)
46
+ mail (2.6.4)
47
+ mime-types (>= 1.16, < 4)
48
+ mime-types (3.1)
49
+ mime-types-data (~> 3.2015)
50
+ mime-types-data (3.2016.0521)
49
51
  minitest (4.7.5)
50
- multi_json (1.11.0)
51
- power_assert (0.2.3)
52
- rack (1.5.2)
52
+ multi_json (1.12.1)
53
+ power_assert (0.3.1)
54
+ rack (1.5.5)
53
55
  rack-test (0.6.3)
54
56
  rack (>= 1.0)
55
57
  rails (4.0.13)
@@ -65,39 +67,37 @@ GEM
65
67
  activesupport (= 4.0.13)
66
68
  rake (>= 0.8.7)
67
69
  thor (>= 0.18.1, < 2.0)
68
- rake (10.4.2)
69
- rspec-core (3.0.4)
70
- rspec-support (~> 3.0.0)
71
- rspec-expectations (3.0.4)
70
+ rake (11.3.0)
71
+ rspec-core (3.5.4)
72
+ rspec-support (~> 3.5.0)
73
+ rspec-expectations (3.5.0)
74
+ diff-lcs (>= 1.2.0, < 2.0)
75
+ rspec-support (~> 3.5.0)
76
+ rspec-mocks (3.5.0)
72
77
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.0.0)
74
- rspec-mocks (3.0.4)
75
- rspec-support (~> 3.0.0)
76
- rspec-rails (3.0.2)
78
+ rspec-support (~> 3.5.0)
79
+ rspec-rails (3.5.2)
77
80
  actionpack (>= 3.0)
78
81
  activesupport (>= 3.0)
79
82
  railties (>= 3.0)
80
- rspec-core (~> 3.0.0)
81
- rspec-expectations (~> 3.0.0)
82
- rspec-mocks (~> 3.0.0)
83
- rspec-support (~> 3.0.0)
84
- rspec-support (3.0.4)
85
- sprockets (2.12.3)
86
- hike (~> 1.2)
87
- multi_json (~> 1.0)
88
- rack (~> 1.0)
89
- tilt (~> 1.1, != 1.3.0)
90
- sprockets-rails (2.2.4)
83
+ rspec-core (~> 3.5.0)
84
+ rspec-expectations (~> 3.5.0)
85
+ rspec-mocks (~> 3.5.0)
86
+ rspec-support (~> 3.5.0)
87
+ rspec-support (3.5.0)
88
+ sprockets (3.7.0)
89
+ concurrent-ruby (~> 1.0)
90
+ rack (> 1, < 3)
91
+ sprockets-rails (2.3.3)
91
92
  actionpack (>= 3.0)
92
93
  activesupport (>= 3.0)
93
94
  sprockets (>= 2.8, < 4.0)
94
- sqlite3 (1.3.10)
95
- test-unit (3.0.9)
95
+ sqlite3 (1.3.12)
96
+ test-unit (3.2.1)
96
97
  power_assert
97
98
  thor (0.19.1)
98
99
  thread_safe (0.3.5)
99
- tilt (1.4.1)
100
- tzinfo (0.3.43)
100
+ tzinfo (0.3.51)
101
101
 
102
102
  PLATFORMS
103
103
  ruby
@@ -114,4 +114,4 @@ DEPENDENCIES
114
114
  test-unit
115
115
 
116
116
  BUNDLED WITH
117
- 1.10.6
117
+ 1.12.3