simple_command_dispatcher 3.0.3 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,110 +1,118 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_command_dispatcher (3.0.3)
4
+ simple_command_dispatcher (4.0.0)
5
5
  activesupport (>= 7.0.8, < 8.0)
6
- simple_command (~> 1.0, >= 1.0.1)
7
6
 
8
7
  GEM
9
8
  remote: https://rubygems.org/
10
9
  specs:
11
- activesupport (7.1.3)
10
+ activesupport (7.2.2.1)
12
11
  base64
12
+ benchmark (>= 0.3)
13
13
  bigdecimal
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ concurrent-ruby (~> 1.0, >= 1.3.1)
15
15
  connection_pool (>= 2.2.5)
16
16
  drb
17
17
  i18n (>= 1.6, < 2)
18
+ logger (>= 1.4.2)
18
19
  minitest (>= 5.1)
19
- mutex_m
20
- tzinfo (~> 2.0)
21
- ast (2.4.2)
22
- base64 (0.2.0)
23
- bigdecimal (3.1.6)
24
- byebug (11.1.3)
20
+ securerandom (>= 0.3)
21
+ tzinfo (~> 2.0, >= 2.0.5)
22
+ ast (2.4.3)
23
+ base64 (0.3.0)
24
+ benchmark (0.4.1)
25
+ bigdecimal (3.2.2)
26
+ byebug (12.0.0)
25
27
  coderay (1.1.3)
26
28
  colorize (1.1.0)
27
- concurrent-ruby (1.2.3)
28
- connection_pool (2.4.1)
29
- diff-lcs (1.5.1)
30
- drb (2.2.0)
31
- ruby2_keywords
32
- i18n (1.14.1)
29
+ concurrent-ruby (1.3.5)
30
+ connection_pool (2.5.3)
31
+ diff-lcs (1.6.2)
32
+ docile (1.4.1)
33
+ drb (2.2.3)
34
+ i18n (1.14.7)
33
35
  concurrent-ruby (~> 1.0)
34
- json (2.7.1)
35
- language_server-protocol (3.17.0.3)
36
- method_source (1.0.0)
37
- minitest (5.22.2)
38
- mutex_m (0.2.0)
39
- parallel (1.24.0)
40
- parser (3.3.0.5)
36
+ json (2.12.2)
37
+ language_server-protocol (3.17.0.5)
38
+ lint_roller (1.1.0)
39
+ logger (1.7.0)
40
+ method_source (1.1.0)
41
+ minitest (5.25.5)
42
+ parallel (1.27.0)
43
+ parser (3.3.8.0)
41
44
  ast (~> 2.4.1)
42
45
  racc
43
- pry (0.14.2)
46
+ prism (1.4.0)
47
+ pry (0.15.2)
44
48
  coderay (~> 1.1)
45
49
  method_source (~> 1.0)
46
- pry-byebug (3.10.1)
47
- byebug (~> 11.0)
48
- pry (>= 0.13, < 0.15)
49
- psych (5.1.2)
50
- stringio
51
- racc (1.7.3)
50
+ pry-byebug (3.11.0)
51
+ byebug (~> 12.0)
52
+ pry (>= 0.13, < 0.16)
53
+ racc (1.8.1)
52
54
  rainbow (3.1.1)
53
- rake (13.1.0)
54
- rdoc (6.6.2)
55
- psych (>= 4.0.0)
56
- regexp_parser (2.9.0)
57
- rexml (3.2.6)
58
- rspec (3.13.0)
55
+ rake (13.3.0)
56
+ regexp_parser (2.10.0)
57
+ rspec (3.13.1)
59
58
  rspec-core (~> 3.13.0)
60
59
  rspec-expectations (~> 3.13.0)
61
60
  rspec-mocks (~> 3.13.0)
62
- rspec-core (3.13.0)
61
+ rspec-core (3.13.5)
63
62
  rspec-support (~> 3.13.0)
64
- rspec-expectations (3.13.0)
63
+ rspec-expectations (3.13.5)
65
64
  diff-lcs (>= 1.2.0, < 2.0)
66
65
  rspec-support (~> 3.13.0)
67
- rspec-mocks (3.13.0)
66
+ rspec-mocks (3.13.5)
68
67
  diff-lcs (>= 1.2.0, < 2.0)
69
68
  rspec-support (~> 3.13.0)
70
- rspec-support (3.13.0)
71
- rubocop (1.60.2)
69
+ rspec-support (3.13.4)
70
+ rubocop (1.78.0)
72
71
  json (~> 2.3)
73
- language_server-protocol (>= 3.17.0)
72
+ language_server-protocol (~> 3.17.0.2)
73
+ lint_roller (~> 1.1.0)
74
74
  parallel (~> 1.10)
75
75
  parser (>= 3.3.0.2)
76
76
  rainbow (>= 2.2.2, < 4.0)
77
- regexp_parser (>= 1.8, < 3.0)
78
- rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.30.0, < 2.0)
77
+ regexp_parser (>= 2.9.3, < 3.0)
78
+ rubocop-ast (>= 1.45.1, < 2.0)
80
79
  ruby-progressbar (~> 1.7)
81
- unicode-display_width (>= 2.4.0, < 3.0)
82
- rubocop-ast (1.30.0)
83
- parser (>= 3.2.1.0)
84
- rubocop-capybara (2.20.0)
85
- rubocop (~> 1.41)
86
- rubocop-factory_bot (2.25.1)
87
- rubocop (~> 1.41)
88
- rubocop-performance (1.20.2)
89
- rubocop (>= 1.48.1, < 2.0)
90
- rubocop-ast (>= 1.30.0, < 2.0)
91
- rubocop-rspec (2.26.1)
92
- rubocop (~> 1.40)
93
- rubocop-capybara (~> 2.17)
94
- rubocop-factory_bot (~> 2.22)
80
+ unicode-display_width (>= 2.4.0, < 4.0)
81
+ rubocop-ast (1.45.1)
82
+ parser (>= 3.3.7.2)
83
+ prism (~> 1.4)
84
+ rubocop-performance (1.25.0)
85
+ lint_roller (~> 1.1)
86
+ rubocop (>= 1.75.0, < 2.0)
87
+ rubocop-ast (>= 1.38.0, < 2.0)
88
+ rubocop-rake (0.7.1)
89
+ lint_roller (~> 1.1)
90
+ rubocop (>= 1.72.1)
91
+ rubocop-rspec (3.6.0)
92
+ lint_roller (~> 1.1)
93
+ rubocop (~> 1.72, >= 1.72.1)
95
94
  ruby-progressbar (1.13.0)
96
- ruby2_keywords (0.0.5)
97
- simple_command (1.0.1)
98
- stringio (3.1.0)
95
+ securerandom (0.4.1)
96
+ simplecov (0.22.0)
97
+ docile (~> 1.1)
98
+ simplecov-html (~> 0.11)
99
+ simplecov_json_formatter (~> 0.1)
100
+ simplecov-html (0.13.1)
101
+ simplecov_json_formatter (0.1.4)
99
102
  tzinfo (2.0.6)
100
103
  concurrent-ruby (~> 1.0)
101
- unicode-display_width (2.5.0)
102
- yard (0.9.34)
104
+ unicode-display_width (3.1.4)
105
+ unicode-emoji (~> 4.0, >= 4.0.4)
106
+ unicode-emoji (4.0.4)
103
107
 
104
108
  PLATFORMS
109
+ arm64-darwin-22
110
+ arm64-darwin-23
111
+ x64-mingw-ucrt
105
112
  x86_64-darwin-19
106
113
  x86_64-darwin-20
107
114
  x86_64-darwin-21
115
+ x86_64-darwin-22
108
116
  x86_64-linux
109
117
 
110
118
  DEPENDENCIES
@@ -112,13 +120,13 @@ DEPENDENCIES
112
120
  colorize (>= 0.8.1, < 2.0)
113
121
  pry-byebug (>= 3.9, < 4.0)
114
122
  rake (>= 13.0, < 14.0)
115
- rdoc (>= 6.4, < 7.0)
116
123
  rspec (>= 3.10, < 4.0)
117
- rubocop (>= 1.35, < 2.0)
118
- rubocop-performance (>= 1.14, < 2.0)
119
- rubocop-rspec (~> 2.25)
124
+ rubocop (>= 1.62, < 2.0)
125
+ rubocop-performance (>= 1.20, < 2.0)
126
+ rubocop-rake (>= 0.6, < 1.0)
127
+ rubocop-rspec (~> 3.0, >= 3.0.3)
120
128
  simple_command_dispatcher!
121
- yard (>= 0.9.28, < 1.0)
129
+ simplecov (>= 0.22.0, < 1.0)
122
130
 
123
131
  BUNDLED WITH
124
- 2.5.3
132
+ 2.5.6
data/Jenkinsfile CHANGED
@@ -1,9 +1,9 @@
1
1
  pipeline {
2
- agent { docker { image 'ruby:2.3.1' } }
2
+ agent { docker { image 'ruby:3.2.6' } }
3
3
  stages {
4
4
  stage('requirements') {
5
5
  steps {
6
- sh 'gem install bundler -v 1.16.1'
6
+ sh 'gem install bundler -v 2.5.6'
7
7
  }
8
8
  }
9
9
  stage('build') {