time_bandits 0.10.12 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/Appraisals +5 -0
  3. data/README.md +3 -0
  4. data/gemfiles/activesupport_4.2.8.gemfile +1 -1
  5. data/gemfiles/activesupport_4.2.8.gemfile.lock +23 -27
  6. data/gemfiles/activesupport_4.2.9.gemfile +1 -1
  7. data/gemfiles/activesupport_4.2.9.gemfile.lock +23 -27
  8. data/gemfiles/activesupport_5.0.3.gemfile +1 -1
  9. data/gemfiles/activesupport_5.0.3.gemfile.lock +23 -28
  10. data/gemfiles/activesupport_5.0.4.gemfile +1 -1
  11. data/gemfiles/activesupport_5.0.4.gemfile.lock +23 -28
  12. data/gemfiles/activesupport_5.0.7.2.gemfile +8 -0
  13. data/gemfiles/activesupport_5.0.7.2.gemfile.lock +83 -0
  14. data/gemfiles/activesupport_5.0.7.gemfile +1 -1
  15. data/gemfiles/activesupport_5.0.7.gemfile.lock +18 -20
  16. data/gemfiles/activesupport_5.1.1.gemfile +1 -1
  17. data/gemfiles/activesupport_5.1.1.gemfile.lock +23 -28
  18. data/gemfiles/activesupport_5.1.2.gemfile +1 -1
  19. data/gemfiles/activesupport_5.1.2.gemfile.lock +23 -28
  20. data/gemfiles/activesupport_5.1.5.gemfile +1 -1
  21. data/gemfiles/activesupport_5.1.5.gemfile.lock +19 -21
  22. data/gemfiles/activesupport_5.1.7.gemfile +8 -0
  23. data/gemfiles/activesupport_5.1.7.gemfile.lock +83 -0
  24. data/gemfiles/activesupport_5.2.0.gemfile +1 -1
  25. data/gemfiles/activesupport_5.2.0.gemfile.lock +20 -22
  26. data/gemfiles/activesupport_5.2.3.gemfile +8 -0
  27. data/gemfiles/activesupport_5.2.3.gemfile.lock +83 -0
  28. data/gemfiles/activesupport_6.0.0.gemfile +8 -0
  29. data/gemfiles/activesupport_6.0.0.gemfile.lock +83 -0
  30. data/lib/time_bandits/monkey_patches/active_record.rb +1 -1
  31. data/lib/time_bandits/version.rb +1 -1
  32. metadata +11 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bcf9fb1de3827c6c2c2812909aa726b4cbbc385634f476bfbb852469a6aacef
4
- data.tar.gz: c6e3a299361704450bc80fafbf1db2641a4d3e46413401445c68abc851f09607
3
+ metadata.gz: 83242fd7d0fdb8779fea9b22a97773fccb5c311be2f81f87221987a00e2dcef8
4
+ data.tar.gz: 4fa8253a1a6c280f05006969bfc21445cbe9bde31fe7389248b4118dc915f1f4
5
5
  SHA512:
6
- metadata.gz: bb875827c05df0918f1fd0765f2a780fd9e1357bd2f7c0457461b352a6c8c3f0fa2a7930c308425d55727ad1bf0ff97661e922139ce80cf9e5be301fd3514dd2
7
- data.tar.gz: 1939cfe231dbfd64ad96cafb2311ca4359ab8c014107a9aaedf1477af02f290e1c8241ed153478fc5f99c745e818da72932a18c4b042d700da6f7bbfa9a53626
6
+ metadata.gz: fd6139b93e05a294aab44109f5568c3492af1ac7bced768169d0ce0d7454caac10aee5da0b3f0d166d9103fe7e8eaefe0da7e52d1dd8dd70bf2a2e4d9b207882
7
+ data.tar.gz: 509da4a961ab2640b464ed090286f6f43c4328e1a011f5d99e063150d9772bb236a4a0a5b168d754bcb68b52771e796bc8dd1eac8075e79966b237fb22fe8201
data/Appraisals CHANGED
@@ -2,13 +2,18 @@
2
2
  "4.1.16",
3
3
  "4.2.8",
4
4
  "4.2.9",
5
+ "4.2.11.1",
5
6
  "5.0.3",
6
7
  "5.0.4",
7
8
  "5.0.7",
9
+ "5.0.7.2",
8
10
  "5.1.1",
9
11
  "5.1.2",
10
12
  "5.1.5",
13
+ "5.1.7",
11
14
  "5.2.0",
15
+ "5.2.3",
16
+ "6.0.0"
12
17
  ].each do |rails_version|
13
18
  next if RUBY_VERSION >= "2.4.0" && rails_version < "4.2.8"
14
19
  appraise "activesupport-#{rails_version}" do
data/README.md CHANGED
@@ -84,6 +84,9 @@ 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
+ ## Version 0.11.0
88
+ - supports rails 6.0.0
89
+
87
90
  ## Version 0.10.12
88
91
  - supports rails 5.0.7
89
92
 
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "4.2.8"
6
6
  gem "activerecord", "4.2.8"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -20,9 +20,9 @@ GEM
20
20
  minitest (~> 5.1)
21
21
  thread_safe (~> 0.3, >= 0.3.4)
22
22
  tzinfo (~> 1.1)
23
- amq-protocol (2.0.1)
24
- amqp (1.6.0)
25
- amq-protocol (>= 2.0.1)
23
+ amq-protocol (2.3.0)
24
+ amqp (1.8.0)
25
+ amq-protocol (>= 2.2.0)
26
26
  eventmachine
27
27
  ansi (1.5.0)
28
28
  appraisal (2.2.0)
@@ -30,40 +30,36 @@ GEM
30
30
  rake
31
31
  thor (>= 0.14.0)
32
32
  arel (6.0.4)
33
- beetle (1.0.3)
33
+ beetle (3.3.1)
34
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)
35
+ amq-protocol (= 2.3.0)
36
+ amqp (= 1.8.0)
37
+ bunny (~> 0.7.12)
40
38
  hiredis (>= 0.4.5)
41
39
  redis (>= 2.2.2)
42
- uuid4r (>= 0.1.2)
43
40
  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)
41
+ bunny (0.7.12)
42
+ byebug (11.0.1)
43
+ concurrent-ruby (1.1.5)
44
+ dalli (2.7.10)
45
+ eventmachine (1.2.7)
46
+ hiredis (0.6.3)
47
+ i18n (0.9.5)
48
+ concurrent-ruby (~> 1.0)
52
49
  memcached (1.8.0)
53
50
  metaclass (0.0.4)
54
- minitest (5.10.2)
55
- mocha (1.2.1)
51
+ minitest (5.11.3)
52
+ mocha (1.9.0)
56
53
  metaclass (~> 0.0.1)
57
- mysql2 (0.4.6)
54
+ mysql2 (0.5.2)
58
55
  rake (10.5.0)
59
- redis (3.3.3)
60
- sequel (4.47.0)
61
- thor (0.19.4)
56
+ redis (4.1.2)
57
+ sequel (5.23.0)
58
+ thor (0.20.3)
62
59
  thread_safe (0.3.6)
63
60
  thread_variables (0.2.0)
64
- tzinfo (1.2.3)
61
+ tzinfo (1.2.5)
65
62
  thread_safe (~> 0.1)
66
- uuid4r (0.2.0)
67
63
 
68
64
  PLATFORMS
69
65
  ruby
@@ -86,4 +82,4 @@ DEPENDENCIES
86
82
  time_bandits!
87
83
 
88
84
  BUNDLED WITH
89
- 1.16.1
85
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "4.2.9"
6
6
  gem "activerecord", "4.2.9"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -20,9 +20,9 @@ GEM
20
20
  minitest (~> 5.1)
21
21
  thread_safe (~> 0.3, >= 0.3.4)
22
22
  tzinfo (~> 1.1)
23
- amq-protocol (2.0.1)
24
- amqp (1.6.0)
25
- amq-protocol (>= 2.0.1)
23
+ amq-protocol (2.3.0)
24
+ amqp (1.8.0)
25
+ amq-protocol (>= 2.2.0)
26
26
  eventmachine
27
27
  ansi (1.5.0)
28
28
  appraisal (2.2.0)
@@ -30,40 +30,36 @@ GEM
30
30
  rake
31
31
  thor (>= 0.14.0)
32
32
  arel (6.0.4)
33
- beetle (1.0.3)
33
+ beetle (3.3.1)
34
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)
35
+ amq-protocol (= 2.3.0)
36
+ amqp (= 1.8.0)
37
+ bunny (~> 0.7.12)
40
38
  hiredis (>= 0.4.5)
41
39
  redis (>= 2.2.2)
42
- uuid4r (>= 0.1.2)
43
40
  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)
41
+ bunny (0.7.12)
42
+ byebug (11.0.1)
43
+ concurrent-ruby (1.1.5)
44
+ dalli (2.7.10)
45
+ eventmachine (1.2.7)
46
+ hiredis (0.6.3)
47
+ i18n (0.9.5)
48
+ concurrent-ruby (~> 1.0)
52
49
  memcached (1.8.0)
53
50
  metaclass (0.0.4)
54
- minitest (5.10.2)
55
- mocha (1.2.1)
51
+ minitest (5.11.3)
52
+ mocha (1.9.0)
56
53
  metaclass (~> 0.0.1)
57
- mysql2 (0.4.7)
54
+ mysql2 (0.5.2)
58
55
  rake (10.5.0)
59
- redis (3.3.3)
60
- sequel (4.48.0)
61
- thor (0.19.4)
56
+ redis (4.1.2)
57
+ sequel (5.23.0)
58
+ thor (0.20.3)
62
59
  thread_safe (0.3.6)
63
60
  thread_variables (0.2.0)
64
- tzinfo (1.2.3)
61
+ tzinfo (1.2.5)
65
62
  thread_safe (~> 0.1)
66
- uuid4r (0.2.0)
67
63
 
68
64
  PLATFORMS
69
65
  ruby
@@ -86,4 +82,4 @@ DEPENDENCIES
86
82
  time_bandits!
87
83
 
88
84
  BUNDLED WITH
89
- 1.16.1
85
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.0.3"
6
6
  gem "activerecord", "5.0.3"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (~> 0.7)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,40 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (7.1.4)
32
- beetle (1.0.3)
32
+ beetle (3.3.1)
33
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)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
39
37
  hiredis (>= 0.4.5)
40
38
  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)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (0.9.5)
46
+ concurrent-ruby (~> 1.0)
51
47
  memcached (1.8.0)
52
48
  metaclass (0.0.4)
53
- minitest (5.10.2)
54
- mocha (1.2.1)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
55
51
  metaclass (~> 0.0.1)
56
- mysql2 (0.4.6)
52
+ mysql2 (0.5.2)
57
53
  rake (10.5.0)
58
- redis (3.3.3)
59
- sequel (4.47.0)
60
- thor (0.19.4)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
61
57
  thread_safe (0.3.6)
62
58
  thread_variables (0.2.0)
63
- tzinfo (1.2.3)
59
+ tzinfo (1.2.5)
64
60
  thread_safe (~> 0.1)
65
- uuid4r (0.2.0)
66
61
 
67
62
  PLATFORMS
68
63
  ruby
@@ -85,4 +80,4 @@ DEPENDENCIES
85
80
  time_bandits!
86
81
 
87
82
  BUNDLED WITH
88
- 1.16.1
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.0.4"
6
6
  gem "activerecord", "5.0.4"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (~> 0.7)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,40 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (7.1.4)
32
- beetle (1.0.3)
32
+ beetle (3.3.1)
33
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)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
39
37
  hiredis (>= 0.4.5)
40
38
  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)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (0.9.5)
46
+ concurrent-ruby (~> 1.0)
51
47
  memcached (1.8.0)
52
48
  metaclass (0.0.4)
53
- minitest (5.10.2)
54
- mocha (1.2.1)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
55
51
  metaclass (~> 0.0.1)
56
- mysql2 (0.4.7)
52
+ mysql2 (0.5.2)
57
53
  rake (10.5.0)
58
- redis (3.3.3)
59
- sequel (4.48.0)
60
- thor (0.19.4)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
61
57
  thread_safe (0.3.6)
62
58
  thread_variables (0.2.0)
63
- tzinfo (1.2.3)
59
+ tzinfo (1.2.5)
64
60
  thread_safe (~> 0.1)
65
- uuid4r (0.2.0)
66
61
 
67
62
  PLATFORMS
68
63
  ruby
@@ -85,4 +80,4 @@ DEPENDENCIES
85
80
  time_bandits!
86
81
 
87
82
  BUNDLED WITH
88
- 1.16.1
83
+ 1.17.3
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "activesupport", "5.0.7.2"
6
+ gem "activerecord", "5.0.7.2"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ time_bandits (0.10.12)
5
+ activesupport (>= 2.3.2)
6
+ thread_variables
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ activemodel (5.0.7.2)
12
+ activesupport (= 5.0.7.2)
13
+ activerecord (5.0.7.2)
14
+ activemodel (= 5.0.7.2)
15
+ activesupport (= 5.0.7.2)
16
+ arel (~> 7.0)
17
+ activesupport (5.0.7.2)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (>= 0.7, < 2)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
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 (3.3.1)
33
+ activesupport (>= 2.3.4)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
+ hiredis (>= 0.4.5)
38
+ redis (>= 2.2.2)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (1.6.0)
46
+ concurrent-ruby (~> 1.0)
47
+ memcached (1.8.0)
48
+ metaclass (0.0.4)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
51
+ metaclass (~> 0.0.1)
52
+ mysql2 (0.5.2)
53
+ rake (10.5.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
57
+ thread_safe (0.3.6)
58
+ thread_variables (0.2.0)
59
+ tzinfo (1.2.5)
60
+ thread_safe (~> 0.1)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ activerecord (= 5.0.7.2)
67
+ activesupport (= 5.0.7.2)
68
+ ansi
69
+ appraisal
70
+ beetle (>= 0.4.6)
71
+ byebug
72
+ dalli
73
+ memcached (~> 1.8.0)
74
+ minitest (~> 5.5)
75
+ mocha
76
+ mysql2
77
+ rake (~> 10.5.0)
78
+ redis
79
+ sequel
80
+ time_bandits!
81
+
82
+ BUNDLED WITH
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.0.7"
6
6
  gem "activerecord", "5.0.7"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (>= 0.7, < 2)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,37 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (7.1.4)
32
- beetle (2.1.2)
32
+ beetle (3.3.1)
33
33
  activesupport (>= 2.3.4)
34
- amq-protocol (= 2.0.1)
35
- amqp (= 1.6.0)
36
- bunny (~> 0.7.10)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
37
  hiredis (>= 0.4.5)
38
38
  redis (>= 2.2.2)
39
- uuid4r (>= 0.1.2)
40
- bunny (0.7.11)
41
- byebug (10.0.2)
42
- concurrent-ruby (1.0.5)
43
- dalli (2.7.8)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
44
43
  eventmachine (1.2.7)
45
- hiredis (0.6.1)
46
- i18n (1.0.1)
44
+ hiredis (0.6.3)
45
+ i18n (1.6.0)
47
46
  concurrent-ruby (~> 1.0)
48
47
  memcached (1.8.0)
49
48
  metaclass (0.0.4)
50
49
  minitest (5.11.3)
51
- mocha (1.5.0)
50
+ mocha (1.9.0)
52
51
  metaclass (~> 0.0.1)
53
52
  mysql2 (0.5.2)
54
53
  rake (10.5.0)
55
- redis (4.0.1)
56
- sequel (5.10.0)
57
- thor (0.20.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
58
57
  thread_safe (0.3.6)
59
58
  thread_variables (0.2.0)
60
59
  tzinfo (1.2.5)
61
60
  thread_safe (~> 0.1)
62
- uuid4r (0.2.0)
63
61
 
64
62
  PLATFORMS
65
63
  ruby
@@ -82,4 +80,4 @@ DEPENDENCIES
82
80
  time_bandits!
83
81
 
84
82
  BUNDLED WITH
85
- 1.16.1
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.1.1"
6
6
  gem "activerecord", "5.1.1"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (~> 0.7)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,40 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (8.0.0)
32
- beetle (1.0.3)
32
+ beetle (3.3.1)
33
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)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
39
37
  hiredis (>= 0.4.5)
40
38
  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)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (0.9.5)
46
+ concurrent-ruby (~> 1.0)
51
47
  memcached (1.8.0)
52
48
  metaclass (0.0.4)
53
- minitest (5.10.2)
54
- mocha (1.2.1)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
55
51
  metaclass (~> 0.0.1)
56
- mysql2 (0.4.6)
52
+ mysql2 (0.5.2)
57
53
  rake (10.5.0)
58
- redis (3.3.3)
59
- sequel (4.47.0)
60
- thor (0.19.4)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
61
57
  thread_safe (0.3.6)
62
58
  thread_variables (0.2.0)
63
- tzinfo (1.2.3)
59
+ tzinfo (1.2.5)
64
60
  thread_safe (~> 0.1)
65
- uuid4r (0.2.0)
66
61
 
67
62
  PLATFORMS
68
63
  ruby
@@ -85,4 +80,4 @@ DEPENDENCIES
85
80
  time_bandits!
86
81
 
87
82
  BUNDLED WITH
88
- 1.16.1
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.1.2"
6
6
  gem "activerecord", "5.1.2"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (~> 0.7)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,40 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (8.0.0)
32
- beetle (1.0.3)
32
+ beetle (3.3.1)
33
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)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
39
37
  hiredis (>= 0.4.5)
40
38
  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)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (0.9.5)
46
+ concurrent-ruby (~> 1.0)
51
47
  memcached (1.8.0)
52
48
  metaclass (0.0.4)
53
- minitest (5.10.2)
54
- mocha (1.2.1)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
55
51
  metaclass (~> 0.0.1)
56
- mysql2 (0.4.7)
52
+ mysql2 (0.5.2)
57
53
  rake (10.5.0)
58
- redis (3.3.3)
59
- sequel (4.48.0)
60
- thor (0.19.4)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
61
57
  thread_safe (0.3.6)
62
58
  thread_variables (0.2.0)
63
- tzinfo (1.2.3)
59
+ tzinfo (1.2.5)
64
60
  thread_safe (~> 0.1)
65
- uuid4r (0.2.0)
66
61
 
67
62
  PLATFORMS
68
63
  ruby
@@ -85,4 +80,4 @@ DEPENDENCIES
85
80
  time_bandits!
86
81
 
87
82
  BUNDLED WITH
88
- 1.16.1
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.1.5"
6
6
  gem "activerecord", "5.1.5"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (~> 0.7)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,37 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (8.0.0)
32
- beetle (2.1.1)
32
+ beetle (3.3.1)
33
33
  activesupport (>= 2.3.4)
34
- amq-protocol (= 2.0.1)
35
- amqp (= 1.6.0)
36
- bunny (~> 0.7.10)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
37
  hiredis (>= 0.4.5)
38
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)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
46
45
  i18n (0.9.5)
47
46
  concurrent-ruby (~> 1.0)
48
47
  memcached (1.8.0)
49
48
  metaclass (0.0.4)
50
49
  minitest (5.11.3)
51
- mocha (1.3.0)
50
+ mocha (1.9.0)
52
51
  metaclass (~> 0.0.1)
53
- mysql2 (0.4.10)
52
+ mysql2 (0.5.2)
54
53
  rake (10.5.0)
55
- redis (4.0.1)
56
- sequel (5.5.0)
57
- thor (0.20.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
58
57
  thread_safe (0.3.6)
59
58
  thread_variables (0.2.0)
60
59
  tzinfo (1.2.5)
61
60
  thread_safe (~> 0.1)
62
- uuid4r (0.2.0)
63
61
 
64
62
  PLATFORMS
65
63
  ruby
@@ -82,4 +80,4 @@ DEPENDENCIES
82
80
  time_bandits!
83
81
 
84
82
  BUNDLED WITH
85
- 1.16.1
83
+ 1.17.3
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "activesupport", "5.1.7"
6
+ gem "activerecord", "5.1.7"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ time_bandits (0.10.12)
5
+ activesupport (>= 2.3.2)
6
+ thread_variables
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ activemodel (5.1.7)
12
+ activesupport (= 5.1.7)
13
+ activerecord (5.1.7)
14
+ activemodel (= 5.1.7)
15
+ activesupport (= 5.1.7)
16
+ arel (~> 8.0)
17
+ activesupport (5.1.7)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (>= 0.7, < 2)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
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 (3.3.1)
33
+ activesupport (>= 2.3.4)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
+ hiredis (>= 0.4.5)
38
+ redis (>= 2.2.2)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (1.6.0)
46
+ concurrent-ruby (~> 1.0)
47
+ memcached (1.8.0)
48
+ metaclass (0.0.4)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
51
+ metaclass (~> 0.0.1)
52
+ mysql2 (0.5.2)
53
+ rake (10.5.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
57
+ thread_safe (0.3.6)
58
+ thread_variables (0.2.0)
59
+ tzinfo (1.2.5)
60
+ thread_safe (~> 0.1)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ activerecord (= 5.1.7)
67
+ activesupport (= 5.1.7)
68
+ ansi
69
+ appraisal
70
+ beetle (>= 0.4.6)
71
+ byebug
72
+ dalli
73
+ memcached (~> 1.8.0)
74
+ minitest (~> 5.5)
75
+ mocha
76
+ mysql2
77
+ rake (~> 10.5.0)
78
+ redis
79
+ sequel
80
+ time_bandits!
81
+
82
+ BUNDLED WITH
83
+ 1.17.3
@@ -5,4 +5,4 @@ source "http://rubygems.org"
5
5
  gem "activesupport", "5.2.0"
6
6
  gem "activerecord", "5.2.0"
7
7
 
8
- gemspec :path => "../"
8
+ gemspec path: "../"
@@ -19,9 +19,9 @@ GEM
19
19
  i18n (>= 0.7, < 2)
20
20
  minitest (~> 5.1)
21
21
  tzinfo (~> 1.1)
22
- amq-protocol (2.0.1)
23
- amqp (1.6.0)
24
- amq-protocol (>= 2.0.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
25
  eventmachine
26
26
  ansi (1.5.0)
27
27
  appraisal (2.2.0)
@@ -29,37 +29,35 @@ GEM
29
29
  rake
30
30
  thor (>= 0.14.0)
31
31
  arel (9.0.0)
32
- beetle (2.1.1)
32
+ beetle (3.3.1)
33
33
  activesupport (>= 2.3.4)
34
- amq-protocol (= 2.0.1)
35
- amqp (= 1.6.0)
36
- bunny (~> 0.7.10)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
37
  hiredis (>= 0.4.5)
38
38
  redis (>= 2.2.2)
39
- uuid4r (>= 0.1.2)
40
- bunny (0.7.11)
41
- byebug (10.0.2)
42
- concurrent-ruby (1.0.5)
43
- dalli (2.7.8)
44
- eventmachine (1.2.5)
45
- hiredis (0.6.1)
46
- i18n (1.0.0)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (1.6.0)
47
46
  concurrent-ruby (~> 1.0)
48
47
  memcached (1.8.0)
49
48
  metaclass (0.0.4)
50
49
  minitest (5.11.3)
51
- mocha (1.5.0)
50
+ mocha (1.9.0)
52
51
  metaclass (~> 0.0.1)
53
- mysql2 (0.5.1)
52
+ mysql2 (0.5.2)
54
53
  rake (10.5.0)
55
- redis (4.0.1)
56
- sequel (5.7.1)
57
- thor (0.20.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
58
57
  thread_safe (0.3.6)
59
58
  thread_variables (0.2.0)
60
59
  tzinfo (1.2.5)
61
60
  thread_safe (~> 0.1)
62
- uuid4r (0.2.0)
63
61
 
64
62
  PLATFORMS
65
63
  ruby
@@ -82,4 +80,4 @@ DEPENDENCIES
82
80
  time_bandits!
83
81
 
84
82
  BUNDLED WITH
85
- 1.16.1
83
+ 1.17.3
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "activesupport", "5.2.3"
6
+ gem "activerecord", "5.2.3"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ time_bandits (0.10.12)
5
+ activesupport (>= 2.3.2)
6
+ thread_variables
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ activemodel (5.2.3)
12
+ activesupport (= 5.2.3)
13
+ activerecord (5.2.3)
14
+ activemodel (= 5.2.3)
15
+ activesupport (= 5.2.3)
16
+ arel (>= 9.0)
17
+ activesupport (5.2.3)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (>= 0.7, < 2)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
+ eventmachine
26
+ ansi (1.5.0)
27
+ appraisal (2.2.0)
28
+ bundler
29
+ rake
30
+ thor (>= 0.14.0)
31
+ arel (9.0.0)
32
+ beetle (3.3.1)
33
+ activesupport (>= 2.3.4)
34
+ amq-protocol (= 2.3.0)
35
+ amqp (= 1.8.0)
36
+ bunny (~> 0.7.12)
37
+ hiredis (>= 0.4.5)
38
+ redis (>= 2.2.2)
39
+ bunny (0.7.12)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
+ dalli (2.7.10)
43
+ eventmachine (1.2.7)
44
+ hiredis (0.6.3)
45
+ i18n (1.6.0)
46
+ concurrent-ruby (~> 1.0)
47
+ memcached (1.8.0)
48
+ metaclass (0.0.4)
49
+ minitest (5.11.3)
50
+ mocha (1.9.0)
51
+ metaclass (~> 0.0.1)
52
+ mysql2 (0.5.2)
53
+ rake (10.5.0)
54
+ redis (4.1.2)
55
+ sequel (5.23.0)
56
+ thor (0.20.3)
57
+ thread_safe (0.3.6)
58
+ thread_variables (0.2.0)
59
+ tzinfo (1.2.5)
60
+ thread_safe (~> 0.1)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ activerecord (= 5.2.3)
67
+ activesupport (= 5.2.3)
68
+ ansi
69
+ appraisal
70
+ beetle (>= 0.4.6)
71
+ byebug
72
+ dalli
73
+ memcached (~> 1.8.0)
74
+ minitest (~> 5.5)
75
+ mocha
76
+ mysql2
77
+ rake (~> 10.5.0)
78
+ redis
79
+ sequel
80
+ time_bandits!
81
+
82
+ BUNDLED WITH
83
+ 1.17.3
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "http://rubygems.org"
4
+
5
+ gem "activesupport", "6.0.0"
6
+ gem "activerecord", "6.0.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ time_bandits (0.10.12)
5
+ activesupport (>= 2.3.2)
6
+ thread_variables
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ activemodel (6.0.0)
12
+ activesupport (= 6.0.0)
13
+ activerecord (6.0.0)
14
+ activemodel (= 6.0.0)
15
+ activesupport (= 6.0.0)
16
+ activesupport (6.0.0)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 0.7, < 2)
19
+ minitest (~> 5.1)
20
+ tzinfo (~> 1.1)
21
+ zeitwerk (~> 2.1, >= 2.1.8)
22
+ amq-protocol (2.3.0)
23
+ amqp (1.8.0)
24
+ amq-protocol (>= 2.2.0)
25
+ eventmachine
26
+ ansi (1.5.0)
27
+ appraisal (2.2.0)
28
+ bundler
29
+ rake
30
+ thor (>= 0.14.0)
31
+ beetle (3.3.1)
32
+ activesupport (>= 2.3.4)
33
+ amq-protocol (= 2.3.0)
34
+ amqp (= 1.8.0)
35
+ bunny (~> 0.7.12)
36
+ hiredis (>= 0.4.5)
37
+ redis (>= 2.2.2)
38
+ bunny (0.7.12)
39
+ byebug (11.0.1)
40
+ concurrent-ruby (1.1.5)
41
+ dalli (2.7.10)
42
+ eventmachine (1.2.7)
43
+ hiredis (0.6.3)
44
+ i18n (1.6.0)
45
+ concurrent-ruby (~> 1.0)
46
+ memcached (1.8.0)
47
+ metaclass (0.0.4)
48
+ minitest (5.11.3)
49
+ mocha (1.9.0)
50
+ metaclass (~> 0.0.1)
51
+ mysql2 (0.5.2)
52
+ rake (10.5.0)
53
+ redis (4.1.2)
54
+ sequel (5.23.0)
55
+ thor (0.20.3)
56
+ thread_safe (0.3.6)
57
+ thread_variables (0.2.0)
58
+ tzinfo (1.2.5)
59
+ thread_safe (~> 0.1)
60
+ zeitwerk (2.1.9)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ activerecord (= 6.0.0)
67
+ activesupport (= 6.0.0)
68
+ ansi
69
+ appraisal
70
+ beetle (>= 0.4.6)
71
+ byebug
72
+ dalli
73
+ memcached (~> 1.8.0)
74
+ minitest (~> 5.5)
75
+ mocha
76
+ mysql2
77
+ rake (~> 10.5.0)
78
+ redis
79
+ sequel
80
+ time_bandits!
81
+
82
+ BUNDLED WITH
83
+ 1.17.3
@@ -4,7 +4,7 @@
4
4
  # it needs to be adapted to each new rails version
5
5
 
6
6
  raise "time_bandits ActiveRecord monkey patch is not compatible with your rails version" unless
7
- Rails::VERSION::STRING =~ /^(3\.[012]|4\.[012])|5\.[012]/
7
+ Rails::VERSION::STRING =~ /^(3\.[012]|4\.[012])|5\.[012]|6\.0/
8
8
 
9
9
  require "active_record/log_subscriber"
10
10
 
@@ -1,3 +1,3 @@
1
1
  module TimeBandits
2
- VERSION = "0.10.12"
2
+ VERSION = "0.11.0"
3
3
  end
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.12
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Kaes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-23 00:00:00.000000000 Z
11
+ date: 2019-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thread_variables
@@ -245,6 +245,8 @@ files:
245
245
  - gemfiles/activesupport_5.0.3.gemfile.lock
246
246
  - gemfiles/activesupport_5.0.4.gemfile
247
247
  - gemfiles/activesupport_5.0.4.gemfile.lock
248
+ - gemfiles/activesupport_5.0.7.2.gemfile
249
+ - gemfiles/activesupport_5.0.7.2.gemfile.lock
248
250
  - gemfiles/activesupport_5.0.7.gemfile
249
251
  - gemfiles/activesupport_5.0.7.gemfile.lock
250
252
  - gemfiles/activesupport_5.1.1.gemfile
@@ -253,8 +255,14 @@ files:
253
255
  - gemfiles/activesupport_5.1.2.gemfile.lock
254
256
  - gemfiles/activesupport_5.1.5.gemfile
255
257
  - gemfiles/activesupport_5.1.5.gemfile.lock
258
+ - gemfiles/activesupport_5.1.7.gemfile
259
+ - gemfiles/activesupport_5.1.7.gemfile.lock
256
260
  - gemfiles/activesupport_5.2.0.gemfile
257
261
  - gemfiles/activesupport_5.2.0.gemfile.lock
262
+ - gemfiles/activesupport_5.2.3.gemfile
263
+ - gemfiles/activesupport_5.2.3.gemfile.lock
264
+ - gemfiles/activesupport_6.0.0.gemfile
265
+ - gemfiles/activesupport_6.0.0.gemfile.lock
258
266
  - lib/time_bandits.rb
259
267
  - lib/time_bandits/monkey_patches/action_controller.rb
260
268
  - lib/time_bandits/monkey_patches/active_record.rb
@@ -309,8 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
309
317
  - !ruby/object:Gem::Version
310
318
  version: '0'
311
319
  requirements: []
312
- rubyforge_project:
313
- rubygems_version: 2.7.6
320
+ rubygems_version: 3.0.4
314
321
  signing_key:
315
322
  specification_version: 4
316
323
  summary: Custom performance logging for Rails