montrose 0.15.0 → 0.16.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
  SHA256:
3
- metadata.gz: d987c6a9b58b5a73d95b6cf86a42f7887d8778760f08bb02e0fcffe24a06320e
4
- data.tar.gz: 844da8c5fda1cb93bc0633fe69f8461c9e07a11292478c355a8c6ccfed6a1a6a
3
+ metadata.gz: 1d62fee9cc488eb262f8f377a3241057e35ce47897e4ec20527794c7b971fea7
4
+ data.tar.gz: 0a4c66119146369751b2b5361d832c27a65a7084b03f1eefb6ef5491380a819d
5
5
  SHA512:
6
- metadata.gz: 9852954548cc4fb698dc492d7573e7bedf20d470b0729a1bcd63b26c76828d01eb2d13cc793b3e8a8019135f8de104fbc3e3ea2ac2514c48462e0c4d2236f258
7
- data.tar.gz: 67a3b6ba8d0ebd629658dbe023682954fa51dbd5bc1105a462be0b619237ed29dd29c0c13ec0cfcab1c9fb7eca29b8af00cbcb6417a1a31e96e07664cdb49c50
6
+ metadata.gz: 193244663c218d1c3d118aac82c469abc7c1760c7bbbd79abb4324893ced38d5b28c36dae49b348311c6e451004f5dbd3aed22e770a9aa5c4fae7e7a6eb17a04
7
+ data.tar.gz: d26bd2132ae3fc9c8adc0fd4bf681a2508a067cdfb42c4a765a585b0a666b89e2e7ff0ecdf327c4404a0ea09f2290a0160d467dd83fc8319e10f46914a4c10fc
data/.circleci/config.yml CHANGED
@@ -33,7 +33,7 @@ commands:
33
33
  - run: |
34
34
  git checkout gh-pages
35
35
  cp -R doc/* .
36
- git commit -vam 'Update documentation'
36
+ git commit -vam '[skip ci] Update documentation'
37
37
  git push origin gh-pages
38
38
 
39
39
  jobs:
@@ -117,11 +117,13 @@ workflows:
117
117
  - '2.7'
118
118
  - '3.0'
119
119
  - '3.1'
120
+ - '3.2'
120
121
  gemfile:
121
122
  - 'gemfiles/activesupport_5.2.gemfile'
122
123
  - 'gemfiles/activesupport_6.0.gemfile'
123
124
  - 'gemfiles/activesupport_6.1.gemfile'
124
125
  - 'gemfiles/activesupport_7.0.gemfile'
126
+ - 'gemfiles/activesupport_7.1.gemfile'
125
127
  - publish-docs:
126
128
  requires:
127
129
  - lint
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7
1
+ 3.2
data/.standard.yml ADDED
@@ -0,0 +1 @@
1
+ ruby_version: 2.7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 0.16.0 - (2023-10-11)
2
+
3
+ - enhancements
4
+ - Add support for Rails 7.1 (by @bugthing)
5
+ - Add support for Ruby 3.2
6
+
1
7
  ### 0.15.0 - (2023-08-27)
2
8
 
3
9
  - breaking changes
data/Gemfile.lock CHANGED
@@ -1,22 +1,29 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- montrose (0.15.0)
5
- activesupport (>= 5.2, < 7.1)
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.7.2)
10
+ activesupport (7.1.1)
11
+ base64
12
+ bigdecimal
11
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ connection_pool (>= 2.2.5)
15
+ drb
12
16
  i18n (>= 1.6, < 2)
13
17
  minitest (>= 5.1)
18
+ mutex_m
14
19
  tzinfo (~> 2.0)
15
20
  ast (2.4.2)
16
21
  base64 (0.1.1)
22
+ bigdecimal (3.1.4)
17
23
  byebug (11.1.3)
18
24
  coderay (1.1.3)
19
25
  concurrent-ruby (1.2.2)
26
+ connection_pool (2.4.1)
20
27
  coveralls (0.8.23)
21
28
  json (>= 1.8, < 3)
22
29
  simplecov (~> 0.16.1)
@@ -24,9 +31,11 @@ GEM
24
31
  thor (>= 0.19.4, < 2.0)
25
32
  tins (~> 1.6)
26
33
  docile (1.4.0)
27
- ffi (1.15.5)
34
+ drb (2.1.1)
35
+ ruby2_keywords
36
+ ffi (1.16.3)
28
37
  formatador (1.1.0)
29
- guard (2.18.0)
38
+ guard (2.18.1)
30
39
  formatador (>= 0.2.4)
31
40
  listen (>= 2.7, < 4.0)
32
41
  lumberjack (>= 1.0.12, < 2.0)
@@ -51,17 +60,18 @@ GEM
51
60
  rb-fsevent (~> 0.10, >= 0.10.3)
52
61
  rb-inotify (~> 0.9, >= 0.9.10)
53
62
  lumberjack (1.2.9)
54
- m (1.6.1)
63
+ m (1.6.2)
55
64
  method_source (>= 0.6.7)
56
65
  rake (>= 0.9.2.2)
57
66
  method_source (1.0.0)
58
- minitest (5.19.0)
67
+ minitest (5.20.0)
68
+ mutex_m (0.1.2)
59
69
  nenv (0.3.0)
60
70
  notiffany (0.1.3)
61
71
  nenv (~> 0.1)
62
72
  shellany (~> 0.0)
63
73
  parallel (1.23.0)
64
- parser (3.2.2.3)
74
+ parser (3.2.2.4)
65
75
  ast (~> 2.4.1)
66
76
  racc
67
77
  pry (0.14.2)
@@ -76,9 +86,9 @@ GEM
76
86
  rb-fsevent (0.11.2)
77
87
  rb-inotify (0.10.1)
78
88
  ffi (~> 1.0)
79
- regexp_parser (2.8.1)
89
+ regexp_parser (2.8.2)
80
90
  rexml (3.2.6)
81
- rubocop (1.56.1)
91
+ rubocop (1.56.4)
82
92
  base64 (~> 0.1.1)
83
93
  json (~> 2.3)
84
94
  language_server-protocol (>= 3.17.0)
@@ -92,28 +102,29 @@ GEM
92
102
  unicode-display_width (>= 2.4.0, < 3.0)
93
103
  rubocop-ast (1.29.0)
94
104
  parser (>= 3.2.1.0)
95
- rubocop-performance (1.19.0)
105
+ rubocop-performance (1.19.1)
96
106
  rubocop (>= 1.7.0, < 2.0)
97
107
  rubocop-ast (>= 0.4.0)
98
108
  ruby-progressbar (1.13.0)
109
+ ruby2_keywords (0.0.5)
99
110
  shellany (0.0.1)
100
111
  simplecov (0.16.1)
101
112
  docile (~> 1.1)
102
113
  json (>= 1.8, < 3)
103
114
  simplecov-html (~> 0.10.0)
104
115
  simplecov-html (0.10.2)
105
- standard (1.31.0)
116
+ standard (1.31.2)
106
117
  language_server-protocol (~> 3.17.0.2)
107
118
  lint_roller (~> 1.0)
108
- rubocop (~> 1.56.0)
119
+ rubocop (~> 1.56.4)
109
120
  standard-custom (~> 1.0.0)
110
121
  standard-performance (~> 1.2)
111
122
  standard-custom (1.0.2)
112
123
  lint_roller (~> 1.0)
113
124
  rubocop (~> 1.50)
114
- standard-performance (1.2.0)
125
+ standard-performance (1.2.1)
115
126
  lint_roller (~> 1.1)
116
- rubocop-performance (~> 1.19.0)
127
+ rubocop-performance (~> 1.19.1)
117
128
  sync (0.5.0)
118
129
  term-ansicolor (1.7.1)
119
130
  tins (~> 1.0)
@@ -123,7 +134,7 @@ GEM
123
134
  sync
124
135
  tzinfo (2.0.6)
125
136
  concurrent-ruby (~> 1.0)
126
- unicode-display_width (2.4.2)
137
+ unicode-display_width (2.5.0)
127
138
  yard (0.9.34)
128
139
 
129
140
  PLATFORMS
@@ -145,4 +156,4 @@ DEPENDENCIES
145
156
  yard
146
157
 
147
158
  BUNDLED WITH
148
- 2.4.10
159
+ 2.4.20
data/README.md CHANGED
@@ -447,7 +447,27 @@ Check out following related projects, all of which have provided inspiration for
447
447
 
448
448
  ## Development
449
449
 
450
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/rake` to run the tests.
450
+ After checking out the repo, run `bin/setup` to install dependencies. `bin/setup` will install gems for each gemfile in `gemfiles/` against the current Ruby version.
451
+
452
+ To run tests against all gemfiles for current Ruby:
453
+
454
+ ```
455
+ bin/spec
456
+ ```
457
+
458
+ To update installed gems for gemfiles:
459
+
460
+ ```
461
+ bin/update
462
+ ```
463
+
464
+ To fix lint errors:
465
+
466
+ ```
467
+ bin/standardrb --fix
468
+ ```
469
+
470
+ When adding a new gemfile to `gemfiles/`, run `bin/setup` and commit the generated lock file.
451
471
 
452
472
  You can also run `bin/console` for an interactive prompt that will allow you to experiment.
453
473
 
data/bin/setup CHANGED
@@ -3,6 +3,8 @@ set -euo pipefail
3
3
  IFS=$'\n\t'
4
4
 
5
5
  bundle install
6
- bundle update
7
6
 
8
7
  # Do any other automated setup that you need to do here
8
+ for filename in gemfiles/*.gemfile; do
9
+ BUNDLE_GEMFILE=$filename bundle install
10
+ done
data/bin/spec ADDED
@@ -0,0 +1,10 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bin/rake spec
6
+
7
+ # Do any other automated setup that you need to do here
8
+ for filename in gemfiles/*.gemfile; do
9
+ BUNDLE_GEMFILE=$filename bin/rake spec
10
+ done
data/bin/update ADDED
@@ -0,0 +1,10 @@
1
+ #!/bin/bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+
5
+ bundle update
6
+
7
+ # Do any other automated setup that you need to do here
8
+ for filename in gemfiles/*.gemfile; do
9
+ BUNDLE_GEMFILE=$filename bundle update
10
+ done
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- montrose (0.13.0)
5
- activesupport (>= 5.2, < 7.1)
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -27,21 +27,21 @@ GEM
27
27
  json (2.6.3)
28
28
  language_server-protocol (3.17.0.3)
29
29
  lint_roller (1.1.0)
30
- m (1.6.1)
30
+ m (1.6.2)
31
31
  method_source (>= 0.6.7)
32
32
  rake (>= 0.9.2.2)
33
33
  method_source (1.0.0)
34
- minitest (5.19.0)
34
+ minitest (5.20.0)
35
35
  parallel (1.23.0)
36
- parser (3.2.2.3)
36
+ parser (3.2.2.4)
37
37
  ast (~> 2.4.1)
38
38
  racc
39
39
  racc (1.7.1)
40
40
  rainbow (3.1.1)
41
41
  rake (13.0.6)
42
- regexp_parser (2.8.1)
42
+ regexp_parser (2.8.2)
43
43
  rexml (3.2.6)
44
- rubocop (1.56.1)
44
+ rubocop (1.56.4)
45
45
  base64 (~> 0.1.1)
46
46
  json (~> 2.3)
47
47
  language_server-protocol (>= 3.17.0)
@@ -55,7 +55,7 @@ GEM
55
55
  unicode-display_width (>= 2.4.0, < 3.0)
56
56
  rubocop-ast (1.29.0)
57
57
  parser (>= 3.2.1.0)
58
- rubocop-performance (1.19.0)
58
+ rubocop-performance (1.19.1)
59
59
  rubocop (>= 1.7.0, < 2.0)
60
60
  rubocop-ast (>= 0.4.0)
61
61
  ruby-progressbar (1.13.0)
@@ -64,18 +64,18 @@ GEM
64
64
  json (>= 1.8, < 3)
65
65
  simplecov-html (~> 0.10.0)
66
66
  simplecov-html (0.10.2)
67
- standard (1.31.0)
67
+ standard (1.31.2)
68
68
  language_server-protocol (~> 3.17.0.2)
69
69
  lint_roller (~> 1.0)
70
- rubocop (~> 1.56.0)
70
+ rubocop (~> 1.56.4)
71
71
  standard-custom (~> 1.0.0)
72
72
  standard-performance (~> 1.2)
73
73
  standard-custom (1.0.2)
74
74
  lint_roller (~> 1.0)
75
75
  rubocop (~> 1.50)
76
- standard-performance (1.2.0)
76
+ standard-performance (1.2.1)
77
77
  lint_roller (~> 1.1)
78
- rubocop-performance (~> 1.19.0)
78
+ rubocop-performance (~> 1.19.1)
79
79
  sync (0.5.0)
80
80
  term-ansicolor (1.7.1)
81
81
  tins (~> 1.0)
@@ -86,7 +86,7 @@ GEM
86
86
  sync
87
87
  tzinfo (1.2.11)
88
88
  thread_safe (~> 0.1)
89
- unicode-display_width (2.4.2)
89
+ unicode-display_width (2.5.0)
90
90
  yard (0.9.34)
91
91
 
92
92
  PLATFORMS
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- montrose (0.13.0)
5
- activesupport (>= 5.2, < 7.1)
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -28,21 +28,21 @@ GEM
28
28
  json (2.6.3)
29
29
  language_server-protocol (3.17.0.3)
30
30
  lint_roller (1.1.0)
31
- m (1.6.1)
31
+ m (1.6.2)
32
32
  method_source (>= 0.6.7)
33
33
  rake (>= 0.9.2.2)
34
34
  method_source (1.0.0)
35
- minitest (5.19.0)
35
+ minitest (5.20.0)
36
36
  parallel (1.23.0)
37
- parser (3.2.2.3)
37
+ parser (3.2.2.4)
38
38
  ast (~> 2.4.1)
39
39
  racc
40
40
  racc (1.7.1)
41
41
  rainbow (3.1.1)
42
42
  rake (13.0.6)
43
- regexp_parser (2.8.1)
43
+ regexp_parser (2.8.2)
44
44
  rexml (3.2.6)
45
- rubocop (1.56.1)
45
+ rubocop (1.56.4)
46
46
  base64 (~> 0.1.1)
47
47
  json (~> 2.3)
48
48
  language_server-protocol (>= 3.17.0)
@@ -56,7 +56,7 @@ GEM
56
56
  unicode-display_width (>= 2.4.0, < 3.0)
57
57
  rubocop-ast (1.29.0)
58
58
  parser (>= 3.2.1.0)
59
- rubocop-performance (1.19.0)
59
+ rubocop-performance (1.19.1)
60
60
  rubocop (>= 1.7.0, < 2.0)
61
61
  rubocop-ast (>= 0.4.0)
62
62
  ruby-progressbar (1.13.0)
@@ -65,18 +65,18 @@ GEM
65
65
  json (>= 1.8, < 3)
66
66
  simplecov-html (~> 0.10.0)
67
67
  simplecov-html (0.10.2)
68
- standard (1.31.0)
68
+ standard (1.31.2)
69
69
  language_server-protocol (~> 3.17.0.2)
70
70
  lint_roller (~> 1.0)
71
- rubocop (~> 1.56.0)
71
+ rubocop (~> 1.56.4)
72
72
  standard-custom (~> 1.0.0)
73
73
  standard-performance (~> 1.2)
74
74
  standard-custom (1.0.2)
75
75
  lint_roller (~> 1.0)
76
76
  rubocop (~> 1.50)
77
- standard-performance (1.2.0)
77
+ standard-performance (1.2.1)
78
78
  lint_roller (~> 1.1)
79
- rubocop-performance (~> 1.19.0)
79
+ rubocop-performance (~> 1.19.1)
80
80
  sync (0.5.0)
81
81
  term-ansicolor (1.7.1)
82
82
  tins (~> 1.0)
@@ -86,9 +86,9 @@ GEM
86
86
  sync
87
87
  tzinfo (2.0.6)
88
88
  concurrent-ruby (~> 1.0)
89
- unicode-display_width (2.4.2)
89
+ unicode-display_width (2.5.0)
90
90
  yard (0.9.34)
91
- zeitwerk (2.6.11)
91
+ zeitwerk (2.6.12)
92
92
 
93
93
  PLATFORMS
94
94
  arm64-darwin-22
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- montrose (0.13.0)
5
- activesupport (>= 5.2, < 7.1)
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -28,21 +28,21 @@ GEM
28
28
  json (2.6.3)
29
29
  language_server-protocol (3.17.0.3)
30
30
  lint_roller (1.1.0)
31
- m (1.6.1)
31
+ m (1.6.2)
32
32
  method_source (>= 0.6.7)
33
33
  rake (>= 0.9.2.2)
34
34
  method_source (1.0.0)
35
- minitest (5.19.0)
35
+ minitest (5.20.0)
36
36
  parallel (1.23.0)
37
- parser (3.2.2.3)
37
+ parser (3.2.2.4)
38
38
  ast (~> 2.4.1)
39
39
  racc
40
40
  racc (1.7.1)
41
41
  rainbow (3.1.1)
42
42
  rake (13.0.6)
43
- regexp_parser (2.8.1)
43
+ regexp_parser (2.8.2)
44
44
  rexml (3.2.6)
45
- rubocop (1.56.1)
45
+ rubocop (1.56.4)
46
46
  base64 (~> 0.1.1)
47
47
  json (~> 2.3)
48
48
  language_server-protocol (>= 3.17.0)
@@ -56,7 +56,7 @@ GEM
56
56
  unicode-display_width (>= 2.4.0, < 3.0)
57
57
  rubocop-ast (1.29.0)
58
58
  parser (>= 3.2.1.0)
59
- rubocop-performance (1.19.0)
59
+ rubocop-performance (1.19.1)
60
60
  rubocop (>= 1.7.0, < 2.0)
61
61
  rubocop-ast (>= 0.4.0)
62
62
  ruby-progressbar (1.13.0)
@@ -65,18 +65,18 @@ GEM
65
65
  json (>= 1.8, < 3)
66
66
  simplecov-html (~> 0.10.0)
67
67
  simplecov-html (0.10.2)
68
- standard (1.31.0)
68
+ standard (1.31.2)
69
69
  language_server-protocol (~> 3.17.0.2)
70
70
  lint_roller (~> 1.0)
71
- rubocop (~> 1.56.0)
71
+ rubocop (~> 1.56.4)
72
72
  standard-custom (~> 1.0.0)
73
73
  standard-performance (~> 1.2)
74
74
  standard-custom (1.0.2)
75
75
  lint_roller (~> 1.0)
76
76
  rubocop (~> 1.50)
77
- standard-performance (1.2.0)
77
+ standard-performance (1.2.1)
78
78
  lint_roller (~> 1.1)
79
- rubocop-performance (~> 1.19.0)
79
+ rubocop-performance (~> 1.19.1)
80
80
  sync (0.5.0)
81
81
  term-ansicolor (1.7.1)
82
82
  tins (~> 1.0)
@@ -86,9 +86,9 @@ GEM
86
86
  sync
87
87
  tzinfo (2.0.6)
88
88
  concurrent-ruby (~> 1.0)
89
- unicode-display_width (2.4.2)
89
+ unicode-display_width (2.5.0)
90
90
  yard (0.9.34)
91
- zeitwerk (2.6.11)
91
+ zeitwerk (2.6.12)
92
92
 
93
93
  PLATFORMS
94
94
  arm64-darwin-22
@@ -1,20 +1,27 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- montrose (0.13.0)
5
- activesupport (>= 5.2, < 7.1)
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.7.2)
10
+ activesupport (7.1.1)
11
+ base64
12
+ bigdecimal
11
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ connection_pool (>= 2.2.5)
15
+ drb
12
16
  i18n (>= 1.6, < 2)
13
17
  minitest (>= 5.1)
18
+ mutex_m
14
19
  tzinfo (~> 2.0)
15
20
  ast (2.4.2)
16
21
  base64 (0.1.1)
22
+ bigdecimal (3.1.4)
17
23
  concurrent-ruby (1.2.2)
24
+ connection_pool (2.4.1)
18
25
  coveralls (0.8.23)
19
26
  json (>= 1.8, < 3)
20
27
  simplecov (~> 0.16.1)
@@ -22,26 +29,29 @@ GEM
22
29
  thor (>= 0.19.4, < 2.0)
23
30
  tins (~> 1.6)
24
31
  docile (1.4.0)
32
+ drb (2.1.1)
33
+ ruby2_keywords
25
34
  i18n (1.14.1)
26
35
  concurrent-ruby (~> 1.0)
27
36
  json (2.6.3)
28
37
  language_server-protocol (3.17.0.3)
29
38
  lint_roller (1.1.0)
30
- m (1.6.1)
39
+ m (1.6.2)
31
40
  method_source (>= 0.6.7)
32
41
  rake (>= 0.9.2.2)
33
42
  method_source (1.0.0)
34
- minitest (5.19.0)
43
+ minitest (5.20.0)
44
+ mutex_m (0.1.2)
35
45
  parallel (1.23.0)
36
- parser (3.2.2.3)
46
+ parser (3.2.2.4)
37
47
  ast (~> 2.4.1)
38
48
  racc
39
49
  racc (1.7.1)
40
50
  rainbow (3.1.1)
41
51
  rake (13.0.6)
42
- regexp_parser (2.8.1)
52
+ regexp_parser (2.8.2)
43
53
  rexml (3.2.6)
44
- rubocop (1.56.1)
54
+ rubocop (1.56.4)
45
55
  base64 (~> 0.1.1)
46
56
  json (~> 2.3)
47
57
  language_server-protocol (>= 3.17.0)
@@ -55,27 +65,28 @@ GEM
55
65
  unicode-display_width (>= 2.4.0, < 3.0)
56
66
  rubocop-ast (1.29.0)
57
67
  parser (>= 3.2.1.0)
58
- rubocop-performance (1.19.0)
68
+ rubocop-performance (1.19.1)
59
69
  rubocop (>= 1.7.0, < 2.0)
60
70
  rubocop-ast (>= 0.4.0)
61
71
  ruby-progressbar (1.13.0)
72
+ ruby2_keywords (0.0.5)
62
73
  simplecov (0.16.1)
63
74
  docile (~> 1.1)
64
75
  json (>= 1.8, < 3)
65
76
  simplecov-html (~> 0.10.0)
66
77
  simplecov-html (0.10.2)
67
- standard (1.31.0)
78
+ standard (1.31.2)
68
79
  language_server-protocol (~> 3.17.0.2)
69
80
  lint_roller (~> 1.0)
70
- rubocop (~> 1.56.0)
81
+ rubocop (~> 1.56.4)
71
82
  standard-custom (~> 1.0.0)
72
83
  standard-performance (~> 1.2)
73
84
  standard-custom (1.0.2)
74
85
  lint_roller (~> 1.0)
75
86
  rubocop (~> 1.50)
76
- standard-performance (1.2.0)
87
+ standard-performance (1.2.1)
77
88
  lint_roller (~> 1.1)
78
- rubocop-performance (~> 1.19.0)
89
+ rubocop-performance (~> 1.19.1)
79
90
  sync (0.5.0)
80
91
  term-ansicolor (1.7.1)
81
92
  tins (~> 1.0)
@@ -85,7 +96,7 @@ GEM
85
96
  sync
86
97
  tzinfo (2.0.6)
87
98
  concurrent-ruby (~> 1.0)
88
- unicode-display_width (2.4.2)
99
+ unicode-display_width (2.5.0)
89
100
  yard (0.9.34)
90
101
 
91
102
  PLATFORMS
@@ -0,0 +1,5 @@
1
+ source "https://rubygems.org"
2
+
3
+ gem "activesupport", "~> 7.1"
4
+
5
+ gemspec path: "../"
@@ -0,0 +1,117 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ montrose (0.16.0)
5
+ activesupport (>= 5.2, < 8)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (7.1.1)
11
+ base64
12
+ bigdecimal
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ connection_pool (>= 2.2.5)
15
+ drb
16
+ i18n (>= 1.6, < 2)
17
+ minitest (>= 5.1)
18
+ mutex_m
19
+ tzinfo (~> 2.0)
20
+ ast (2.4.2)
21
+ base64 (0.1.1)
22
+ bigdecimal (3.1.4)
23
+ concurrent-ruby (1.2.2)
24
+ connection_pool (2.4.1)
25
+ coveralls (0.8.23)
26
+ json (>= 1.8, < 3)
27
+ simplecov (~> 0.16.1)
28
+ term-ansicolor (~> 1.3)
29
+ thor (>= 0.19.4, < 2.0)
30
+ tins (~> 1.6)
31
+ docile (1.4.0)
32
+ drb (2.1.1)
33
+ ruby2_keywords
34
+ i18n (1.14.1)
35
+ concurrent-ruby (~> 1.0)
36
+ json (2.6.3)
37
+ language_server-protocol (3.17.0.3)
38
+ lint_roller (1.1.0)
39
+ m (1.6.2)
40
+ method_source (>= 0.6.7)
41
+ rake (>= 0.9.2.2)
42
+ method_source (1.0.0)
43
+ minitest (5.20.0)
44
+ mutex_m (0.1.2)
45
+ parallel (1.23.0)
46
+ parser (3.2.2.4)
47
+ ast (~> 2.4.1)
48
+ racc
49
+ racc (1.7.1)
50
+ rainbow (3.1.1)
51
+ rake (13.0.6)
52
+ regexp_parser (2.8.2)
53
+ rexml (3.2.6)
54
+ rubocop (1.56.4)
55
+ base64 (~> 0.1.1)
56
+ json (~> 2.3)
57
+ language_server-protocol (>= 3.17.0)
58
+ parallel (~> 1.10)
59
+ parser (>= 3.2.2.3)
60
+ rainbow (>= 2.2.2, < 4.0)
61
+ regexp_parser (>= 1.8, < 3.0)
62
+ rexml (>= 3.2.5, < 4.0)
63
+ rubocop-ast (>= 1.28.1, < 2.0)
64
+ ruby-progressbar (~> 1.7)
65
+ unicode-display_width (>= 2.4.0, < 3.0)
66
+ rubocop-ast (1.29.0)
67
+ parser (>= 3.2.1.0)
68
+ rubocop-performance (1.19.1)
69
+ rubocop (>= 1.7.0, < 2.0)
70
+ rubocop-ast (>= 0.4.0)
71
+ ruby-progressbar (1.13.0)
72
+ ruby2_keywords (0.0.5)
73
+ simplecov (0.16.1)
74
+ docile (~> 1.1)
75
+ json (>= 1.8, < 3)
76
+ simplecov-html (~> 0.10.0)
77
+ simplecov-html (0.10.2)
78
+ standard (1.31.2)
79
+ language_server-protocol (~> 3.17.0.2)
80
+ lint_roller (~> 1.0)
81
+ rubocop (~> 1.56.4)
82
+ standard-custom (~> 1.0.0)
83
+ standard-performance (~> 1.2)
84
+ standard-custom (1.0.2)
85
+ lint_roller (~> 1.0)
86
+ rubocop (~> 1.50)
87
+ standard-performance (1.2.1)
88
+ lint_roller (~> 1.1)
89
+ rubocop-performance (~> 1.19.1)
90
+ sync (0.5.0)
91
+ term-ansicolor (1.7.1)
92
+ tins (~> 1.0)
93
+ thor (1.2.2)
94
+ timecop (0.9.8)
95
+ tins (1.32.1)
96
+ sync
97
+ tzinfo (2.0.6)
98
+ concurrent-ruby (~> 1.0)
99
+ unicode-display_width (2.5.0)
100
+ yard (0.9.34)
101
+
102
+ PLATFORMS
103
+ arm64-darwin-22
104
+
105
+ DEPENDENCIES
106
+ activesupport (~> 7.1)
107
+ coveralls
108
+ m
109
+ minitest
110
+ montrose!
111
+ rake (>= 12.3.3)
112
+ standard
113
+ timecop
114
+ yard
115
+
116
+ BUNDLED WITH
117
+ 2.4.12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Montrose
4
- VERSION = "0.15.0"
4
+ VERSION = "0.16.0"
5
5
  end
data/montrose.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.required_ruby_version = ">= 2.7.0"
24
24
 
25
- spec.add_dependency "activesupport", ">= 5.2", "< 7.1"
25
+ spec.add_dependency "activesupport", ">= 5.2", "< 8"
26
26
 
27
27
  spec.add_development_dependency "coveralls"
28
28
  spec.add_development_dependency "m"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: montrose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Kaffenberger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-28 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.1'
22
+ version: '8'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '5.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.1'
32
+ version: '8'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: coveralls
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -141,6 +141,7 @@ files:
141
141
  - ".gitignore"
142
142
  - ".rubocop.yml"
143
143
  - ".ruby-version"
144
+ - ".standard.yml"
144
145
  - CHANGELOG.md
145
146
  - CODE_OF_CONDUCT.md
146
147
  - Gemfile
@@ -156,7 +157,9 @@ files:
156
157
  - bin/m
157
158
  - bin/rake
158
159
  - bin/setup
160
+ - bin/spec
159
161
  - bin/standardrb
162
+ - bin/update
160
163
  - gemfiles/activesupport_5.2.gemfile
161
164
  - gemfiles/activesupport_5.2.gemfile.lock
162
165
  - gemfiles/activesupport_6.0.gemfile
@@ -165,6 +168,8 @@ files:
165
168
  - gemfiles/activesupport_6.1.gemfile.lock
166
169
  - gemfiles/activesupport_7.0.gemfile
167
170
  - gemfiles/activesupport_7.0.gemfile.lock
171
+ - gemfiles/activesupport_7.1.gemfile
172
+ - gemfiles/activesupport_7.1.gemfile.lock
168
173
  - lib/montrose.rb
169
174
  - lib/montrose/chainable.rb
170
175
  - lib/montrose/clock.rb