time_bandits 0.10.11 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +16 -4
- data/Appraisals +2 -10
- data/LICENSE.txt +20 -0
- data/README.md +25 -27
- data/Rakefile +1 -0
- data/docker-compose.yml +4 -4
- data/gemfiles/activesupport_5.2.4.3.gemfile +8 -0
- data/gemfiles/activesupport_5.2.4.3.gemfile.lock +81 -0
- data/gemfiles/activesupport_6.0.3.2.gemfile +8 -0
- data/gemfiles/activesupport_6.0.3.2.gemfile.lock +81 -0
- data/lib/time_bandits.rb +2 -6
- data/lib/time_bandits/monkey_patches/action_controller.rb +0 -79
- data/lib/time_bandits/monkey_patches/active_record.rb +18 -98
- data/lib/time_bandits/rack/logger.rb +46 -19
- data/lib/time_bandits/railtie.rb +6 -8
- data/lib/time_bandits/time_consumers/dalli.rb +0 -12
- data/lib/time_bandits/time_consumers/garbage_collection.rb +5 -29
- data/lib/time_bandits/version.rb +1 -1
- data/test/test_helper.rb +2 -10
- data/test/unit/gc_consumer_test.rb +2 -3
- data/test/unit/sequel_test.rb +5 -1
- data/time_bandits.gemspec +6 -3
- metadata +21 -37
- data/gemfiles/activesupport_4.1.16.gemfile +0 -8
- data/gemfiles/activesupport_4.1.16.gemfile.lock +0 -91
- data/gemfiles/activesupport_4.2.8.gemfile +0 -8
- data/gemfiles/activesupport_4.2.8.gemfile.lock +0 -89
- data/gemfiles/activesupport_4.2.9.gemfile +0 -8
- data/gemfiles/activesupport_4.2.9.gemfile.lock +0 -89
- data/gemfiles/activesupport_5.0.3.gemfile +0 -8
- data/gemfiles/activesupport_5.0.3.gemfile.lock +0 -88
- data/gemfiles/activesupport_5.0.4.gemfile +0 -8
- data/gemfiles/activesupport_5.0.4.gemfile.lock +0 -88
- data/gemfiles/activesupport_5.1.1.gemfile +0 -8
- data/gemfiles/activesupport_5.1.1.gemfile.lock +0 -88
- data/gemfiles/activesupport_5.1.2.gemfile +0 -8
- data/gemfiles/activesupport_5.1.2.gemfile.lock +0 -88
- data/gemfiles/activesupport_5.1.5.gemfile +0 -8
- data/gemfiles/activesupport_5.1.5.gemfile.lock +0 -85
- data/gemfiles/activesupport_5.2.0.gemfile +0 -8
- data/gemfiles/activesupport_5.2.0.gemfile.lock +0 -85
- data/lib/time_bandits/monkey_patches/active_support_cache_store.rb +0 -18
- data/lib/time_bandits/rack/logger40.rb +0 -94
- data/rails/init.rb +0 -1
@@ -1,88 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.10)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.0.3)
|
12
|
-
activesupport (= 5.0.3)
|
13
|
-
activerecord (5.0.3)
|
14
|
-
activemodel (= 5.0.3)
|
15
|
-
activesupport (= 5.0.3)
|
16
|
-
arel (~> 7.0)
|
17
|
-
activesupport (5.0.3)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-protocol (2.0.1)
|
23
|
-
amqp (1.6.0)
|
24
|
-
amq-protocol (>= 2.0.1)
|
25
|
-
eventmachine
|
26
|
-
ansi (1.5.0)
|
27
|
-
appraisal (2.2.0)
|
28
|
-
bundler
|
29
|
-
rake
|
30
|
-
thor (>= 0.14.0)
|
31
|
-
arel (7.1.4)
|
32
|
-
beetle (1.0.3)
|
33
|
-
activesupport (>= 2.3.4)
|
34
|
-
amq-protocol (= 2.0.1)
|
35
|
-
amqp (= 1.6.0)
|
36
|
-
bunny (~> 0.7.10)
|
37
|
-
daemons (>= 1.2.0)
|
38
|
-
eventmachine_httpserver (>= 0.2.1)
|
39
|
-
hiredis (>= 0.4.5)
|
40
|
-
redis (>= 2.2.2)
|
41
|
-
uuid4r (>= 0.1.2)
|
42
|
-
bunny (0.7.10)
|
43
|
-
byebug (9.0.6)
|
44
|
-
concurrent-ruby (1.0.5)
|
45
|
-
daemons (1.2.4)
|
46
|
-
dalli (2.7.6)
|
47
|
-
eventmachine (1.2.3)
|
48
|
-
eventmachine_httpserver (0.2.1)
|
49
|
-
hiredis (0.6.1)
|
50
|
-
i18n (0.8.4)
|
51
|
-
memcached (1.8.0)
|
52
|
-
metaclass (0.0.4)
|
53
|
-
minitest (5.10.2)
|
54
|
-
mocha (1.2.1)
|
55
|
-
metaclass (~> 0.0.1)
|
56
|
-
mysql2 (0.4.6)
|
57
|
-
rake (10.5.0)
|
58
|
-
redis (3.3.3)
|
59
|
-
sequel (4.47.0)
|
60
|
-
thor (0.19.4)
|
61
|
-
thread_safe (0.3.6)
|
62
|
-
thread_variables (0.2.0)
|
63
|
-
tzinfo (1.2.3)
|
64
|
-
thread_safe (~> 0.1)
|
65
|
-
uuid4r (0.2.0)
|
66
|
-
|
67
|
-
PLATFORMS
|
68
|
-
ruby
|
69
|
-
|
70
|
-
DEPENDENCIES
|
71
|
-
activerecord (= 5.0.3)
|
72
|
-
activesupport (= 5.0.3)
|
73
|
-
ansi
|
74
|
-
appraisal
|
75
|
-
beetle (>= 0.4.6)
|
76
|
-
byebug
|
77
|
-
dalli
|
78
|
-
memcached (~> 1.8.0)
|
79
|
-
minitest (~> 5.5)
|
80
|
-
mocha
|
81
|
-
mysql2
|
82
|
-
rake (~> 10.5.0)
|
83
|
-
redis
|
84
|
-
sequel
|
85
|
-
time_bandits!
|
86
|
-
|
87
|
-
BUNDLED WITH
|
88
|
-
1.16.1
|
@@ -1,88 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.10)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.0.4)
|
12
|
-
activesupport (= 5.0.4)
|
13
|
-
activerecord (5.0.4)
|
14
|
-
activemodel (= 5.0.4)
|
15
|
-
activesupport (= 5.0.4)
|
16
|
-
arel (~> 7.0)
|
17
|
-
activesupport (5.0.4)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-protocol (2.0.1)
|
23
|
-
amqp (1.6.0)
|
24
|
-
amq-protocol (>= 2.0.1)
|
25
|
-
eventmachine
|
26
|
-
ansi (1.5.0)
|
27
|
-
appraisal (2.2.0)
|
28
|
-
bundler
|
29
|
-
rake
|
30
|
-
thor (>= 0.14.0)
|
31
|
-
arel (7.1.4)
|
32
|
-
beetle (1.0.3)
|
33
|
-
activesupport (>= 2.3.4)
|
34
|
-
amq-protocol (= 2.0.1)
|
35
|
-
amqp (= 1.6.0)
|
36
|
-
bunny (~> 0.7.10)
|
37
|
-
daemons (>= 1.2.0)
|
38
|
-
eventmachine_httpserver (>= 0.2.1)
|
39
|
-
hiredis (>= 0.4.5)
|
40
|
-
redis (>= 2.2.2)
|
41
|
-
uuid4r (>= 0.1.2)
|
42
|
-
bunny (0.7.10)
|
43
|
-
byebug (9.0.6)
|
44
|
-
concurrent-ruby (1.0.5)
|
45
|
-
daemons (1.2.4)
|
46
|
-
dalli (2.7.6)
|
47
|
-
eventmachine (1.2.3)
|
48
|
-
eventmachine_httpserver (0.2.1)
|
49
|
-
hiredis (0.6.1)
|
50
|
-
i18n (0.8.4)
|
51
|
-
memcached (1.8.0)
|
52
|
-
metaclass (0.0.4)
|
53
|
-
minitest (5.10.2)
|
54
|
-
mocha (1.2.1)
|
55
|
-
metaclass (~> 0.0.1)
|
56
|
-
mysql2 (0.4.7)
|
57
|
-
rake (10.5.0)
|
58
|
-
redis (3.3.3)
|
59
|
-
sequel (4.48.0)
|
60
|
-
thor (0.19.4)
|
61
|
-
thread_safe (0.3.6)
|
62
|
-
thread_variables (0.2.0)
|
63
|
-
tzinfo (1.2.3)
|
64
|
-
thread_safe (~> 0.1)
|
65
|
-
uuid4r (0.2.0)
|
66
|
-
|
67
|
-
PLATFORMS
|
68
|
-
ruby
|
69
|
-
|
70
|
-
DEPENDENCIES
|
71
|
-
activerecord (= 5.0.4)
|
72
|
-
activesupport (= 5.0.4)
|
73
|
-
ansi
|
74
|
-
appraisal
|
75
|
-
beetle (>= 0.4.6)
|
76
|
-
byebug
|
77
|
-
dalli
|
78
|
-
memcached (~> 1.8.0)
|
79
|
-
minitest (~> 5.5)
|
80
|
-
mocha
|
81
|
-
mysql2
|
82
|
-
rake (~> 10.5.0)
|
83
|
-
redis
|
84
|
-
sequel
|
85
|
-
time_bandits!
|
86
|
-
|
87
|
-
BUNDLED WITH
|
88
|
-
1.16.1
|
@@ -1,88 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.10)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.1.1)
|
12
|
-
activesupport (= 5.1.1)
|
13
|
-
activerecord (5.1.1)
|
14
|
-
activemodel (= 5.1.1)
|
15
|
-
activesupport (= 5.1.1)
|
16
|
-
arel (~> 8.0)
|
17
|
-
activesupport (5.1.1)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-protocol (2.0.1)
|
23
|
-
amqp (1.6.0)
|
24
|
-
amq-protocol (>= 2.0.1)
|
25
|
-
eventmachine
|
26
|
-
ansi (1.5.0)
|
27
|
-
appraisal (2.2.0)
|
28
|
-
bundler
|
29
|
-
rake
|
30
|
-
thor (>= 0.14.0)
|
31
|
-
arel (8.0.0)
|
32
|
-
beetle (1.0.3)
|
33
|
-
activesupport (>= 2.3.4)
|
34
|
-
amq-protocol (= 2.0.1)
|
35
|
-
amqp (= 1.6.0)
|
36
|
-
bunny (~> 0.7.10)
|
37
|
-
daemons (>= 1.2.0)
|
38
|
-
eventmachine_httpserver (>= 0.2.1)
|
39
|
-
hiredis (>= 0.4.5)
|
40
|
-
redis (>= 2.2.2)
|
41
|
-
uuid4r (>= 0.1.2)
|
42
|
-
bunny (0.7.10)
|
43
|
-
byebug (9.0.6)
|
44
|
-
concurrent-ruby (1.0.5)
|
45
|
-
daemons (1.2.4)
|
46
|
-
dalli (2.7.6)
|
47
|
-
eventmachine (1.2.3)
|
48
|
-
eventmachine_httpserver (0.2.1)
|
49
|
-
hiredis (0.6.1)
|
50
|
-
i18n (0.8.4)
|
51
|
-
memcached (1.8.0)
|
52
|
-
metaclass (0.0.4)
|
53
|
-
minitest (5.10.2)
|
54
|
-
mocha (1.2.1)
|
55
|
-
metaclass (~> 0.0.1)
|
56
|
-
mysql2 (0.4.6)
|
57
|
-
rake (10.5.0)
|
58
|
-
redis (3.3.3)
|
59
|
-
sequel (4.47.0)
|
60
|
-
thor (0.19.4)
|
61
|
-
thread_safe (0.3.6)
|
62
|
-
thread_variables (0.2.0)
|
63
|
-
tzinfo (1.2.3)
|
64
|
-
thread_safe (~> 0.1)
|
65
|
-
uuid4r (0.2.0)
|
66
|
-
|
67
|
-
PLATFORMS
|
68
|
-
ruby
|
69
|
-
|
70
|
-
DEPENDENCIES
|
71
|
-
activerecord (= 5.1.1)
|
72
|
-
activesupport (= 5.1.1)
|
73
|
-
ansi
|
74
|
-
appraisal
|
75
|
-
beetle (>= 0.4.6)
|
76
|
-
byebug
|
77
|
-
dalli
|
78
|
-
memcached (~> 1.8.0)
|
79
|
-
minitest (~> 5.5)
|
80
|
-
mocha
|
81
|
-
mysql2
|
82
|
-
rake (~> 10.5.0)
|
83
|
-
redis
|
84
|
-
sequel
|
85
|
-
time_bandits!
|
86
|
-
|
87
|
-
BUNDLED WITH
|
88
|
-
1.16.1
|
@@ -1,88 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.10)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.1.2)
|
12
|
-
activesupport (= 5.1.2)
|
13
|
-
activerecord (5.1.2)
|
14
|
-
activemodel (= 5.1.2)
|
15
|
-
activesupport (= 5.1.2)
|
16
|
-
arel (~> 8.0)
|
17
|
-
activesupport (5.1.2)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-protocol (2.0.1)
|
23
|
-
amqp (1.6.0)
|
24
|
-
amq-protocol (>= 2.0.1)
|
25
|
-
eventmachine
|
26
|
-
ansi (1.5.0)
|
27
|
-
appraisal (2.2.0)
|
28
|
-
bundler
|
29
|
-
rake
|
30
|
-
thor (>= 0.14.0)
|
31
|
-
arel (8.0.0)
|
32
|
-
beetle (1.0.3)
|
33
|
-
activesupport (>= 2.3.4)
|
34
|
-
amq-protocol (= 2.0.1)
|
35
|
-
amqp (= 1.6.0)
|
36
|
-
bunny (~> 0.7.10)
|
37
|
-
daemons (>= 1.2.0)
|
38
|
-
eventmachine_httpserver (>= 0.2.1)
|
39
|
-
hiredis (>= 0.4.5)
|
40
|
-
redis (>= 2.2.2)
|
41
|
-
uuid4r (>= 0.1.2)
|
42
|
-
bunny (0.7.10)
|
43
|
-
byebug (9.0.6)
|
44
|
-
concurrent-ruby (1.0.5)
|
45
|
-
daemons (1.2.4)
|
46
|
-
dalli (2.7.6)
|
47
|
-
eventmachine (1.2.3)
|
48
|
-
eventmachine_httpserver (0.2.1)
|
49
|
-
hiredis (0.6.1)
|
50
|
-
i18n (0.8.4)
|
51
|
-
memcached (1.8.0)
|
52
|
-
metaclass (0.0.4)
|
53
|
-
minitest (5.10.2)
|
54
|
-
mocha (1.2.1)
|
55
|
-
metaclass (~> 0.0.1)
|
56
|
-
mysql2 (0.4.7)
|
57
|
-
rake (10.5.0)
|
58
|
-
redis (3.3.3)
|
59
|
-
sequel (4.48.0)
|
60
|
-
thor (0.19.4)
|
61
|
-
thread_safe (0.3.6)
|
62
|
-
thread_variables (0.2.0)
|
63
|
-
tzinfo (1.2.3)
|
64
|
-
thread_safe (~> 0.1)
|
65
|
-
uuid4r (0.2.0)
|
66
|
-
|
67
|
-
PLATFORMS
|
68
|
-
ruby
|
69
|
-
|
70
|
-
DEPENDENCIES
|
71
|
-
activerecord (= 5.1.2)
|
72
|
-
activesupport (= 5.1.2)
|
73
|
-
ansi
|
74
|
-
appraisal
|
75
|
-
beetle (>= 0.4.6)
|
76
|
-
byebug
|
77
|
-
dalli
|
78
|
-
memcached (~> 1.8.0)
|
79
|
-
minitest (~> 5.5)
|
80
|
-
mocha
|
81
|
-
mysql2
|
82
|
-
rake (~> 10.5.0)
|
83
|
-
redis
|
84
|
-
sequel
|
85
|
-
time_bandits!
|
86
|
-
|
87
|
-
BUNDLED WITH
|
88
|
-
1.16.1
|
@@ -1,85 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.10)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.1.5)
|
12
|
-
activesupport (= 5.1.5)
|
13
|
-
activerecord (5.1.5)
|
14
|
-
activemodel (= 5.1.5)
|
15
|
-
activesupport (= 5.1.5)
|
16
|
-
arel (~> 8.0)
|
17
|
-
activesupport (5.1.5)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-protocol (2.0.1)
|
23
|
-
amqp (1.6.0)
|
24
|
-
amq-protocol (>= 2.0.1)
|
25
|
-
eventmachine
|
26
|
-
ansi (1.5.0)
|
27
|
-
appraisal (2.2.0)
|
28
|
-
bundler
|
29
|
-
rake
|
30
|
-
thor (>= 0.14.0)
|
31
|
-
arel (8.0.0)
|
32
|
-
beetle (2.1.1)
|
33
|
-
activesupport (>= 2.3.4)
|
34
|
-
amq-protocol (= 2.0.1)
|
35
|
-
amqp (= 1.6.0)
|
36
|
-
bunny (~> 0.7.10)
|
37
|
-
hiredis (>= 0.4.5)
|
38
|
-
redis (>= 2.2.2)
|
39
|
-
uuid4r (>= 0.1.2)
|
40
|
-
bunny (0.7.11)
|
41
|
-
byebug (10.0.0)
|
42
|
-
concurrent-ruby (1.0.5)
|
43
|
-
dalli (2.7.6)
|
44
|
-
eventmachine (1.2.5)
|
45
|
-
hiredis (0.6.1)
|
46
|
-
i18n (0.9.5)
|
47
|
-
concurrent-ruby (~> 1.0)
|
48
|
-
memcached (1.8.0)
|
49
|
-
metaclass (0.0.4)
|
50
|
-
minitest (5.11.3)
|
51
|
-
mocha (1.3.0)
|
52
|
-
metaclass (~> 0.0.1)
|
53
|
-
mysql2 (0.4.10)
|
54
|
-
rake (10.5.0)
|
55
|
-
redis (4.0.1)
|
56
|
-
sequel (5.5.0)
|
57
|
-
thor (0.20.0)
|
58
|
-
thread_safe (0.3.6)
|
59
|
-
thread_variables (0.2.0)
|
60
|
-
tzinfo (1.2.5)
|
61
|
-
thread_safe (~> 0.1)
|
62
|
-
uuid4r (0.2.0)
|
63
|
-
|
64
|
-
PLATFORMS
|
65
|
-
ruby
|
66
|
-
|
67
|
-
DEPENDENCIES
|
68
|
-
activerecord (= 5.1.5)
|
69
|
-
activesupport (= 5.1.5)
|
70
|
-
ansi
|
71
|
-
appraisal
|
72
|
-
beetle (>= 0.4.6)
|
73
|
-
byebug
|
74
|
-
dalli
|
75
|
-
memcached (~> 1.8.0)
|
76
|
-
minitest (~> 5.5)
|
77
|
-
mocha
|
78
|
-
mysql2
|
79
|
-
rake (~> 10.5.0)
|
80
|
-
redis
|
81
|
-
sequel
|
82
|
-
time_bandits!
|
83
|
-
|
84
|
-
BUNDLED WITH
|
85
|
-
1.16.1
|