time_bandits 0.10.5 → 0.10.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +11 -0
- data/Appraisals +4 -3
- data/README.rdoc +10 -0
- data/gemfiles/{activesupport_4.1.15.gemfile → activesupport_4.1.16.gemfile} +2 -2
- data/gemfiles/{activesupport_4.1.15.gemfile.lock → activesupport_4.1.16.gemfile.lock} +36 -41
- data/gemfiles/{activesupport_5.0.0.gemfile → activesupport_4.2.8.gemfile} +2 -2
- data/gemfiles/activesupport_4.2.8.gemfile.lock +89 -0
- data/gemfiles/{activesupport_4.2.6.gemfile → activesupport_5.0.3.gemfile} +2 -2
- data/gemfiles/activesupport_5.0.3.gemfile.lock +88 -0
- data/gemfiles/activesupport_5.1.1.gemfile +8 -0
- data/gemfiles/activesupport_5.1.1.gemfile.lock +88 -0
- data/lib/time_bandits/rack/logger40.rb +1 -1
- data/lib/time_bandits/version.rb +1 -1
- metadata +11 -8
- data/gemfiles/activesupport_4.2.6.gemfile.lock +0 -96
- data/gemfiles/activesupport_5.0.0.gemfile.lock +0 -93
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35ea6311eb881006144aa984fd9215bc9a78b007
|
4
|
+
data.tar.gz: f91f2d9025e23f0aa297b8c4341fd1a0abb8b779
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dabfe03d2cd9e9a0613edb47ee1e602ff5bcbb2ebf77e9caf49c72b359da5dee02de12b65289397ec447e522217a2335da354918eef562cb1aafc0732fd92168
|
7
|
+
data.tar.gz: 49e4e75a6756f1ad19a63f364a5bab61b8d81f30adc65497e12bb4d6c0db161ada39917a07955d02c456e386ac044596e24c6134afa45164d129ed1055e5e52a
|
data/.travis.yml
ADDED
data/Appraisals
CHANGED
data/README.rdoc
CHANGED
@@ -84,6 +84,16 @@ In order for the test to run you need a running memcached, redis-server and mysq
|
|
84
84
|
|
85
85
|
== Release Notes
|
86
86
|
|
87
|
+
|
88
|
+
version 0.10.6:
|
89
|
+
-- fixed time calculation for rails 4
|
90
|
+
|
91
|
+
version 0.10.5
|
92
|
+
-- enabled activerecord monkeypatch for rails 5.1
|
93
|
+
|
94
|
+
version 0.10.4
|
95
|
+
-- protect against Rails 5 firing on_load handlers multiple times
|
96
|
+
|
87
97
|
version 0.10.3
|
88
98
|
-- fixed activerecord monkeypatch
|
89
99
|
|
@@ -1,74 +1,69 @@
|
|
1
1
|
PATH
|
2
|
-
remote:
|
2
|
+
remote: ..
|
3
3
|
specs:
|
4
|
-
time_bandits (0.10.
|
4
|
+
time_bandits (0.10.5)
|
5
5
|
activesupport (>= 2.3.2)
|
6
6
|
thread_variables
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activemodel (4.1.
|
12
|
-
activesupport (= 4.1.
|
11
|
+
activemodel (4.1.16)
|
12
|
+
activesupport (= 4.1.16)
|
13
13
|
builder (~> 3.1)
|
14
|
-
activerecord (4.1.
|
15
|
-
activemodel (= 4.1.
|
16
|
-
activesupport (= 4.1.
|
14
|
+
activerecord (4.1.16)
|
15
|
+
activemodel (= 4.1.16)
|
16
|
+
activesupport (= 4.1.16)
|
17
17
|
arel (~> 5.0.0)
|
18
|
-
activesupport (4.1.
|
18
|
+
activesupport (4.1.16)
|
19
19
|
i18n (~> 0.6, >= 0.6.9)
|
20
20
|
json (~> 1.7, >= 1.7.7)
|
21
21
|
minitest (~> 5.1)
|
22
22
|
thread_safe (~> 0.1)
|
23
23
|
tzinfo (~> 1.1)
|
24
|
-
amq-
|
25
|
-
|
26
|
-
|
27
|
-
amq-protocol (1.6.0)
|
28
|
-
amqp (1.0.2)
|
29
|
-
amq-client (~> 1.0.2)
|
30
|
-
amq-protocol (>= 1.3.0)
|
24
|
+
amq-protocol (2.0.1)
|
25
|
+
amqp (1.6.0)
|
26
|
+
amq-protocol (>= 2.0.1)
|
31
27
|
eventmachine
|
32
28
|
ansi (1.5.0)
|
33
|
-
appraisal (2.
|
29
|
+
appraisal (2.2.0)
|
34
30
|
bundler
|
35
31
|
rake
|
36
32
|
thor (>= 0.14.0)
|
37
33
|
arel (5.0.1.20140414130214)
|
38
|
-
beetle (0.
|
34
|
+
beetle (1.0.3)
|
39
35
|
activesupport (>= 2.3.4)
|
40
|
-
amq-
|
41
|
-
|
42
|
-
amqp (= 1.0.2)
|
36
|
+
amq-protocol (= 2.0.1)
|
37
|
+
amqp (= 1.6.0)
|
43
38
|
bunny (~> 0.7.10)
|
44
|
-
daemons (>= 1.
|
39
|
+
daemons (>= 1.2.0)
|
45
40
|
eventmachine_httpserver (>= 0.2.1)
|
46
|
-
hiredis (>= 0.4.5
|
47
|
-
redis (>= 2.2.2
|
41
|
+
hiredis (>= 0.4.5)
|
42
|
+
redis (>= 2.2.2)
|
48
43
|
uuid4r (>= 0.1.2)
|
49
|
-
builder (3.2.
|
44
|
+
builder (3.2.3)
|
50
45
|
bunny (0.7.10)
|
51
|
-
byebug (9.0.
|
52
|
-
daemons (1.2.
|
46
|
+
byebug (9.0.6)
|
47
|
+
daemons (1.2.4)
|
53
48
|
dalli (2.7.6)
|
54
|
-
eventmachine (1.2.
|
49
|
+
eventmachine (1.2.3)
|
55
50
|
eventmachine_httpserver (0.2.1)
|
56
|
-
hiredis (0.
|
57
|
-
i18n (0.
|
58
|
-
json (1.8.
|
51
|
+
hiredis (0.6.1)
|
52
|
+
i18n (0.8.4)
|
53
|
+
json (1.8.6)
|
59
54
|
memcached (1.8.0)
|
60
55
|
metaclass (0.0.4)
|
61
|
-
minitest (5.
|
62
|
-
mocha (1.1
|
56
|
+
minitest (5.10.2)
|
57
|
+
mocha (1.2.1)
|
63
58
|
metaclass (~> 0.0.1)
|
64
|
-
mysql2 (0.4.
|
59
|
+
mysql2 (0.4.6)
|
65
60
|
rake (10.5.0)
|
66
|
-
redis (3.
|
67
|
-
sequel (4.
|
68
|
-
thor (0.19.
|
69
|
-
thread_safe (0.3.
|
61
|
+
redis (3.3.3)
|
62
|
+
sequel (4.47.0)
|
63
|
+
thor (0.19.4)
|
64
|
+
thread_safe (0.3.6)
|
70
65
|
thread_variables (0.2.0)
|
71
|
-
tzinfo (1.2.
|
66
|
+
tzinfo (1.2.3)
|
72
67
|
thread_safe (~> 0.1)
|
73
68
|
uuid4r (0.2.0)
|
74
69
|
|
@@ -76,8 +71,8 @@ PLATFORMS
|
|
76
71
|
ruby
|
77
72
|
|
78
73
|
DEPENDENCIES
|
79
|
-
activerecord (= 4.1.
|
80
|
-
activesupport (= 4.1.
|
74
|
+
activerecord (= 4.1.16)
|
75
|
+
activesupport (= 4.1.16)
|
81
76
|
ansi
|
82
77
|
appraisal
|
83
78
|
beetle (>= 0.4.6)
|
@@ -93,4 +88,4 @@ DEPENDENCIES
|
|
93
88
|
time_bandits!
|
94
89
|
|
95
90
|
BUNDLED WITH
|
96
|
-
1.
|
91
|
+
1.15.0
|
@@ -0,0 +1,89 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
time_bandits (0.10.5)
|
5
|
+
activesupport (>= 2.3.2)
|
6
|
+
thread_variables
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
activemodel (4.2.8)
|
12
|
+
activesupport (= 4.2.8)
|
13
|
+
builder (~> 3.1)
|
14
|
+
activerecord (4.2.8)
|
15
|
+
activemodel (= 4.2.8)
|
16
|
+
activesupport (= 4.2.8)
|
17
|
+
arel (~> 6.0)
|
18
|
+
activesupport (4.2.8)
|
19
|
+
i18n (~> 0.7)
|
20
|
+
minitest (~> 5.1)
|
21
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
22
|
+
tzinfo (~> 1.1)
|
23
|
+
amq-protocol (2.0.1)
|
24
|
+
amqp (1.6.0)
|
25
|
+
amq-protocol (>= 2.0.1)
|
26
|
+
eventmachine
|
27
|
+
ansi (1.5.0)
|
28
|
+
appraisal (2.2.0)
|
29
|
+
bundler
|
30
|
+
rake
|
31
|
+
thor (>= 0.14.0)
|
32
|
+
arel (6.0.4)
|
33
|
+
beetle (1.0.3)
|
34
|
+
activesupport (>= 2.3.4)
|
35
|
+
amq-protocol (= 2.0.1)
|
36
|
+
amqp (= 1.6.0)
|
37
|
+
bunny (~> 0.7.10)
|
38
|
+
daemons (>= 1.2.0)
|
39
|
+
eventmachine_httpserver (>= 0.2.1)
|
40
|
+
hiredis (>= 0.4.5)
|
41
|
+
redis (>= 2.2.2)
|
42
|
+
uuid4r (>= 0.1.2)
|
43
|
+
builder (3.2.3)
|
44
|
+
bunny (0.7.10)
|
45
|
+
byebug (9.0.6)
|
46
|
+
daemons (1.2.4)
|
47
|
+
dalli (2.7.6)
|
48
|
+
eventmachine (1.2.3)
|
49
|
+
eventmachine_httpserver (0.2.1)
|
50
|
+
hiredis (0.6.1)
|
51
|
+
i18n (0.8.4)
|
52
|
+
memcached (1.8.0)
|
53
|
+
metaclass (0.0.4)
|
54
|
+
minitest (5.10.2)
|
55
|
+
mocha (1.2.1)
|
56
|
+
metaclass (~> 0.0.1)
|
57
|
+
mysql2 (0.4.6)
|
58
|
+
rake (10.5.0)
|
59
|
+
redis (3.3.3)
|
60
|
+
sequel (4.47.0)
|
61
|
+
thor (0.19.4)
|
62
|
+
thread_safe (0.3.6)
|
63
|
+
thread_variables (0.2.0)
|
64
|
+
tzinfo (1.2.3)
|
65
|
+
thread_safe (~> 0.1)
|
66
|
+
uuid4r (0.2.0)
|
67
|
+
|
68
|
+
PLATFORMS
|
69
|
+
ruby
|
70
|
+
|
71
|
+
DEPENDENCIES
|
72
|
+
activerecord (= 4.2.8)
|
73
|
+
activesupport (= 4.2.8)
|
74
|
+
ansi
|
75
|
+
appraisal
|
76
|
+
beetle (>= 0.4.6)
|
77
|
+
byebug
|
78
|
+
dalli
|
79
|
+
memcached (~> 1.8.0)
|
80
|
+
minitest (~> 5.5)
|
81
|
+
mocha
|
82
|
+
mysql2
|
83
|
+
rake (~> 10.5.0)
|
84
|
+
redis
|
85
|
+
sequel
|
86
|
+
time_bandits!
|
87
|
+
|
88
|
+
BUNDLED WITH
|
89
|
+
1.15.0
|
@@ -0,0 +1,88 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
time_bandits (0.10.5)
|
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.15.0
|
@@ -0,0 +1,88 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
time_bandits (0.10.5)
|
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.15.0
|
data/lib/time_bandits/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: time_bandits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Kaes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thread_variables
|
@@ -228,18 +228,21 @@ extensions: []
|
|
228
228
|
extra_rdoc_files: []
|
229
229
|
files:
|
230
230
|
- ".gitignore"
|
231
|
+
- ".travis.yml"
|
231
232
|
- Appraisals
|
232
233
|
- Gemfile
|
233
234
|
- README.rdoc
|
234
235
|
- Rakefile
|
235
236
|
- TODO
|
236
237
|
- docker-compose.yml
|
237
|
-
- gemfiles/activesupport_4.1.
|
238
|
-
- gemfiles/activesupport_4.1.
|
239
|
-
- gemfiles/activesupport_4.2.
|
240
|
-
- gemfiles/activesupport_4.2.
|
241
|
-
- gemfiles/activesupport_5.0.
|
242
|
-
- gemfiles/activesupport_5.0.
|
238
|
+
- gemfiles/activesupport_4.1.16.gemfile
|
239
|
+
- gemfiles/activesupport_4.1.16.gemfile.lock
|
240
|
+
- gemfiles/activesupport_4.2.8.gemfile
|
241
|
+
- gemfiles/activesupport_4.2.8.gemfile.lock
|
242
|
+
- gemfiles/activesupport_5.0.3.gemfile
|
243
|
+
- gemfiles/activesupport_5.0.3.gemfile.lock
|
244
|
+
- gemfiles/activesupport_5.1.1.gemfile
|
245
|
+
- gemfiles/activesupport_5.1.1.gemfile.lock
|
243
246
|
- lib/time_bandits.rb
|
244
247
|
- lib/time_bandits/monkey_patches/action_controller.rb
|
245
248
|
- lib/time_bandits/monkey_patches/active_record.rb
|
@@ -1,96 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.2)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (4.2.6)
|
12
|
-
activesupport (= 4.2.6)
|
13
|
-
builder (~> 3.1)
|
14
|
-
activerecord (4.2.6)
|
15
|
-
activemodel (= 4.2.6)
|
16
|
-
activesupport (= 4.2.6)
|
17
|
-
arel (~> 6.0)
|
18
|
-
activesupport (4.2.6)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
json (~> 1.7, >= 1.7.7)
|
21
|
-
minitest (~> 5.1)
|
22
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
23
|
-
tzinfo (~> 1.1)
|
24
|
-
amq-client (1.0.2)
|
25
|
-
amq-protocol (>= 1.2.0)
|
26
|
-
eventmachine
|
27
|
-
amq-protocol (1.6.0)
|
28
|
-
amqp (1.0.2)
|
29
|
-
amq-client (~> 1.0.2)
|
30
|
-
amq-protocol (>= 1.3.0)
|
31
|
-
eventmachine
|
32
|
-
ansi (1.5.0)
|
33
|
-
appraisal (2.1.0)
|
34
|
-
bundler
|
35
|
-
rake
|
36
|
-
thor (>= 0.14.0)
|
37
|
-
arel (6.0.3)
|
38
|
-
beetle (0.4.8)
|
39
|
-
activesupport (>= 2.3.4)
|
40
|
-
amq-client (= 1.0.2)
|
41
|
-
amq-protocol (= 1.6.0)
|
42
|
-
amqp (= 1.0.2)
|
43
|
-
bunny (~> 0.7.10)
|
44
|
-
daemons (>= 1.1.9)
|
45
|
-
eventmachine_httpserver (>= 0.2.1)
|
46
|
-
hiredis (>= 0.4.5, < 0.6)
|
47
|
-
redis (>= 2.2.2, < 3.2)
|
48
|
-
uuid4r (>= 0.1.2)
|
49
|
-
builder (3.2.2)
|
50
|
-
bunny (0.7.10)
|
51
|
-
byebug (9.0.5)
|
52
|
-
daemons (1.2.3)
|
53
|
-
dalli (2.7.6)
|
54
|
-
eventmachine (1.2.0.1)
|
55
|
-
eventmachine_httpserver (0.2.1)
|
56
|
-
hiredis (0.5.2)
|
57
|
-
i18n (0.7.0)
|
58
|
-
json (1.8.3)
|
59
|
-
memcached (1.8.0)
|
60
|
-
metaclass (0.0.4)
|
61
|
-
minitest (5.9.0)
|
62
|
-
mocha (1.1.0)
|
63
|
-
metaclass (~> 0.0.1)
|
64
|
-
mysql2 (0.4.4)
|
65
|
-
rake (10.5.0)
|
66
|
-
redis (3.1.0)
|
67
|
-
sequel (4.36.0)
|
68
|
-
thor (0.19.1)
|
69
|
-
thread_safe (0.3.5)
|
70
|
-
thread_variables (0.2.0)
|
71
|
-
tzinfo (1.2.2)
|
72
|
-
thread_safe (~> 0.1)
|
73
|
-
uuid4r (0.2.0)
|
74
|
-
|
75
|
-
PLATFORMS
|
76
|
-
ruby
|
77
|
-
|
78
|
-
DEPENDENCIES
|
79
|
-
activerecord (= 4.2.6)
|
80
|
-
activesupport (= 4.2.6)
|
81
|
-
ansi
|
82
|
-
appraisal
|
83
|
-
beetle (>= 0.4.6)
|
84
|
-
byebug
|
85
|
-
dalli
|
86
|
-
memcached (~> 1.8.0)
|
87
|
-
minitest (~> 5.5)
|
88
|
-
mocha
|
89
|
-
mysql2
|
90
|
-
rake (~> 10.5.0)
|
91
|
-
redis
|
92
|
-
sequel
|
93
|
-
time_bandits!
|
94
|
-
|
95
|
-
BUNDLED WITH
|
96
|
-
1.12.5
|
@@ -1,93 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
time_bandits (0.10.2)
|
5
|
-
activesupport (>= 2.3.2)
|
6
|
-
thread_variables
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: http://rubygems.org/
|
10
|
-
specs:
|
11
|
-
activemodel (5.0.0)
|
12
|
-
activesupport (= 5.0.0)
|
13
|
-
activerecord (5.0.0)
|
14
|
-
activemodel (= 5.0.0)
|
15
|
-
activesupport (= 5.0.0)
|
16
|
-
arel (~> 7.0)
|
17
|
-
activesupport (5.0.0)
|
18
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
-
i18n (~> 0.7)
|
20
|
-
minitest (~> 5.1)
|
21
|
-
tzinfo (~> 1.1)
|
22
|
-
amq-client (1.0.2)
|
23
|
-
amq-protocol (>= 1.2.0)
|
24
|
-
eventmachine
|
25
|
-
amq-protocol (1.6.0)
|
26
|
-
amqp (1.0.2)
|
27
|
-
amq-client (~> 1.0.2)
|
28
|
-
amq-protocol (>= 1.3.0)
|
29
|
-
eventmachine
|
30
|
-
ansi (1.5.0)
|
31
|
-
appraisal (2.1.0)
|
32
|
-
bundler
|
33
|
-
rake
|
34
|
-
thor (>= 0.14.0)
|
35
|
-
arel (7.0.0)
|
36
|
-
beetle (0.4.8)
|
37
|
-
activesupport (>= 2.3.4)
|
38
|
-
amq-client (= 1.0.2)
|
39
|
-
amq-protocol (= 1.6.0)
|
40
|
-
amqp (= 1.0.2)
|
41
|
-
bunny (~> 0.7.10)
|
42
|
-
daemons (>= 1.1.9)
|
43
|
-
eventmachine_httpserver (>= 0.2.1)
|
44
|
-
hiredis (>= 0.4.5, < 0.6)
|
45
|
-
redis (>= 2.2.2, < 3.2)
|
46
|
-
uuid4r (>= 0.1.2)
|
47
|
-
bunny (0.7.10)
|
48
|
-
byebug (9.0.5)
|
49
|
-
concurrent-ruby (1.0.2)
|
50
|
-
daemons (1.2.3)
|
51
|
-
dalli (2.7.6)
|
52
|
-
eventmachine (1.2.0.1)
|
53
|
-
eventmachine_httpserver (0.2.1)
|
54
|
-
hiredis (0.5.2)
|
55
|
-
i18n (0.7.0)
|
56
|
-
memcached (1.8.0)
|
57
|
-
metaclass (0.0.4)
|
58
|
-
minitest (5.9.0)
|
59
|
-
mocha (1.1.0)
|
60
|
-
metaclass (~> 0.0.1)
|
61
|
-
mysql2 (0.4.4)
|
62
|
-
rake (10.5.0)
|
63
|
-
redis (3.1.0)
|
64
|
-
sequel (4.36.0)
|
65
|
-
thor (0.19.1)
|
66
|
-
thread_safe (0.3.5)
|
67
|
-
thread_variables (0.2.0)
|
68
|
-
tzinfo (1.2.2)
|
69
|
-
thread_safe (~> 0.1)
|
70
|
-
uuid4r (0.2.0)
|
71
|
-
|
72
|
-
PLATFORMS
|
73
|
-
ruby
|
74
|
-
|
75
|
-
DEPENDENCIES
|
76
|
-
activerecord (= 5.0.0)
|
77
|
-
activesupport (= 5.0.0)
|
78
|
-
ansi
|
79
|
-
appraisal
|
80
|
-
beetle (>= 0.4.6)
|
81
|
-
byebug
|
82
|
-
dalli
|
83
|
-
memcached (~> 1.8.0)
|
84
|
-
minitest (~> 5.5)
|
85
|
-
mocha
|
86
|
-
mysql2
|
87
|
-
rake (~> 10.5.0)
|
88
|
-
redis
|
89
|
-
sequel
|
90
|
-
time_bandits!
|
91
|
-
|
92
|
-
BUNDLED WITH
|
93
|
-
1.12.5
|