simple_command_dispatcher 3.0.3 → 3.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 417dc02ceb788cc887a1131e3a01f1c4e35d981e1a6adddcc9b127e015165277
4
- data.tar.gz: 2281645d67460eb71041d3860e343a632f95d0fec0e4011a5928e50d8ae8ec6f
3
+ metadata.gz: affdce217794089694d86418bdc80a5901dbe7621498e9498b044250e49c6d1c
4
+ data.tar.gz: 269ae817ca4bb2b199daba300bbce52f3aacce51d262d81f5a17171394218564
5
5
  SHA512:
6
- metadata.gz: 75b4dd400bb1d39a718f852e94a95d79ed595e82bdcd1e26ffc8991693a95d2d8e4e68a60031b78a41907dfb1c6c09bccf6c0c84b38909de0bd32ef89e972b34
7
- data.tar.gz: 6a4dc18d0364dfd93ca75137729beae59b48655b9ddbbcf5d2bd5a79fa9469a00e239d23214ed17ffddfcef1a8fa52ae30b71e48776ae75527203afe28bb9500
6
+ metadata.gz: 6f229d94273cc3a072be9e9f1ed212c4fc50d0cc914e9ac425776912cdbdceaa706fcb80f26711317796fdade20fe6c6ad94a6bdcf39daebd4837d3825f24cef
7
+ data.tar.gz: ab780c6fb47d74dede8675fafd9cf381f41d6307f1800bc65996b9392a0a358a226f676975006db90a4f2094fcb82671308582918f2867e9e2dc4a943dd0c427
@@ -9,9 +9,9 @@ name: Ruby
9
9
 
10
10
  on:
11
11
  push:
12
- branches: [ "master" ]
12
+ branches: [ "main" ]
13
13
  pull_request:
14
- branches: [ "master" ]
14
+ branches: [ "main" ]
15
15
 
16
16
  permissions:
17
17
  contents: read
data/.rubocop.yml CHANGED
@@ -9,8 +9,8 @@
9
9
  #
10
10
  # See https://docs.rubocop.org/rubocop/configuration
11
11
  require:
12
- - rubocop-performance
13
- - rubocop-rspec
12
+ # - rubocop-performance
13
+ # - rubocop-rspec
14
14
 
15
15
  AllCops:
16
16
  SuggestExtensions: false
@@ -139,8 +139,8 @@ Metrics/PerceivedComplexity:
139
139
  # - 'lib/file.rb'
140
140
 
141
141
  # Allow `downcase == ` instead of forcing `casecmp`
142
- Performance/Casecmp:
143
- Enabled: false
142
+ #Performance/Casecmp:
143
+ # Enabled: false
144
144
 
145
145
  # Require children definitions to be nested or compact in classes and modules
146
146
  Style/ClassAndModuleChildren:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### Version 3.0.3 [2024-08-03]
2
+ * Update ruby gems.
3
+ * Patch CVE related to rexml gem.
1
4
  ### Version 3.0.3 [2024-02-18]
2
5
  * Update ruby gems.
3
6
  ### Version 3.0.2 [2024-01-31]
data/Gemfile CHANGED
@@ -12,9 +12,9 @@ gem 'rake', '>= 13.0', '< 14.0'
12
12
  group :development do
13
13
  gem 'pry-byebug', '>= 3.9', '< 4.0'
14
14
  gem 'rdoc', '>= 6.4', '< 7.0'
15
- gem 'rubocop', '>= 1.35', '< 2.0'
16
- gem 'rubocop-performance', '>= 1.14', '< 2.0'
17
- gem 'rubocop-rspec', '~> 2.25'
15
+ gem 'rubocop', '>= 1.62', '< 2.0'
16
+ gem 'rubocop-performance', '>= 1.20', '< 2.0'
17
+ gem 'rubocop-rspec', '>= 2.28', '< 3.0'
18
18
  end
19
19
 
20
20
  group :test do
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_command_dispatcher (3.0.3)
4
+ simple_command_dispatcher (3.0.4)
5
5
  activesupport (>= 7.0.8, < 8.0)
6
6
  simple_command (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.3)
11
+ activesupport (7.1.3.4)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,24 +20,23 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.6)
23
+ bigdecimal (3.1.8)
24
24
  byebug (11.1.3)
25
25
  coderay (1.1.3)
26
26
  colorize (1.1.0)
27
- concurrent-ruby (1.2.3)
27
+ concurrent-ruby (1.3.3)
28
28
  connection_pool (2.4.1)
29
29
  diff-lcs (1.5.1)
30
- drb (2.2.0)
31
- ruby2_keywords
32
- i18n (1.14.1)
30
+ drb (2.2.1)
31
+ i18n (1.14.5)
33
32
  concurrent-ruby (~> 1.0)
34
- json (2.7.1)
33
+ json (2.7.2)
35
34
  language_server-protocol (3.17.0.3)
36
- method_source (1.0.0)
37
- minitest (5.22.2)
35
+ method_source (1.1.0)
36
+ minitest (5.24.1)
38
37
  mutex_m (0.2.0)
39
- parallel (1.24.0)
40
- parser (3.3.0.5)
38
+ parallel (1.25.1)
39
+ parser (3.3.4.0)
41
40
  ast (~> 2.4.1)
42
41
  racc
43
42
  pry (0.14.2)
@@ -48,64 +47,66 @@ GEM
48
47
  pry (>= 0.13, < 0.15)
49
48
  psych (5.1.2)
50
49
  stringio
51
- racc (1.7.3)
50
+ racc (1.8.1)
52
51
  rainbow (3.1.1)
53
- rake (13.1.0)
54
- rdoc (6.6.2)
52
+ rake (13.2.1)
53
+ rdoc (6.7.0)
55
54
  psych (>= 4.0.0)
56
- regexp_parser (2.9.0)
57
- rexml (3.2.6)
55
+ regexp_parser (2.9.2)
56
+ rexml (3.3.4)
57
+ strscan
58
58
  rspec (3.13.0)
59
59
  rspec-core (~> 3.13.0)
60
60
  rspec-expectations (~> 3.13.0)
61
61
  rspec-mocks (~> 3.13.0)
62
62
  rspec-core (3.13.0)
63
63
  rspec-support (~> 3.13.0)
64
- rspec-expectations (3.13.0)
64
+ rspec-expectations (3.13.1)
65
65
  diff-lcs (>= 1.2.0, < 2.0)
66
66
  rspec-support (~> 3.13.0)
67
- rspec-mocks (3.13.0)
67
+ rspec-mocks (3.13.1)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.13.0)
70
- rspec-support (3.13.0)
71
- rubocop (1.60.2)
70
+ rspec-support (3.13.1)
71
+ rubocop (1.65.1)
72
72
  json (~> 2.3)
73
73
  language_server-protocol (>= 3.17.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)
77
+ regexp_parser (>= 2.4, < 3.0)
78
78
  rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.30.0, < 2.0)
79
+ rubocop-ast (>= 1.31.1, < 2.0)
80
80
  ruby-progressbar (~> 1.7)
81
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)
82
+ rubocop-ast (1.31.3)
83
+ parser (>= 3.3.1.0)
84
+ rubocop-capybara (2.21.0)
85
85
  rubocop (~> 1.41)
86
- rubocop-factory_bot (2.25.1)
87
- rubocop (~> 1.41)
88
- rubocop-performance (1.20.2)
86
+ rubocop-factory_bot (2.26.1)
87
+ rubocop (~> 1.61)
88
+ rubocop-performance (1.21.1)
89
89
  rubocop (>= 1.48.1, < 2.0)
90
- rubocop-ast (>= 1.30.0, < 2.0)
91
- rubocop-rspec (2.26.1)
90
+ rubocop-ast (>= 1.31.1, < 2.0)
91
+ rubocop-rspec (2.31.0)
92
92
  rubocop (~> 1.40)
93
93
  rubocop-capybara (~> 2.17)
94
94
  rubocop-factory_bot (~> 2.22)
95
+ rubocop-rspec_rails (~> 2.28)
96
+ rubocop-rspec_rails (2.29.1)
97
+ rubocop (~> 1.61)
95
98
  ruby-progressbar (1.13.0)
96
- ruby2_keywords (0.0.5)
97
99
  simple_command (1.0.1)
98
- stringio (3.1.0)
100
+ stringio (3.1.1)
101
+ strscan (3.1.0)
99
102
  tzinfo (2.0.6)
100
103
  concurrent-ruby (~> 1.0)
101
104
  unicode-display_width (2.5.0)
102
- yard (0.9.34)
105
+ yard (0.9.36)
103
106
 
104
107
  PLATFORMS
105
- x86_64-darwin-19
106
- x86_64-darwin-20
108
+ ruby
107
109
  x86_64-darwin-21
108
- x86_64-linux
109
110
 
110
111
  DEPENDENCIES
111
112
  bundler (~> 2.5, >= 2.5.3)
@@ -114,11 +115,11 @@ DEPENDENCIES
114
115
  rake (>= 13.0, < 14.0)
115
116
  rdoc (>= 6.4, < 7.0)
116
117
  rspec (>= 3.10, < 4.0)
117
- rubocop (>= 1.35, < 2.0)
118
- rubocop-performance (>= 1.14, < 2.0)
119
- rubocop-rspec (~> 2.25)
118
+ rubocop (>= 1.62, < 2.0)
119
+ rubocop-performance (>= 1.20, < 2.0)
120
+ rubocop-rspec (>= 2.28, < 3.0)
120
121
  simple_command_dispatcher!
121
122
  yard (>= 0.9.28, < 1.0)
122
123
 
123
124
  BUNDLED WITH
124
- 2.5.3
125
+ 2.5.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Ruby](https://github.com/gangelo/simple_command_dispatcher/actions/workflows/ruby.yml/badge.svg?refresh=2)](https://github.com/gangelo/simple_command_dispatcher/actions/workflows/ruby.yml)
2
- [![GitHub version](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher.svg?refresh=4)](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher)
3
- [![Gem Version](https://badge.fury.io/rb/simple_command_dispatcher.svg?refresh=4)](https://badge.fury.io/rb/simple_command_dispatcher)
2
+ [![GitHub version](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher.svg?refresh=5)](https://badge.fury.io/gh/gangelo%2Fsimple_command_dispatcher)
3
+ [![Gem Version](https://badge.fury.io/rb/simple_command_dispatcher.svg?refresh=5)](https://badge.fury.io/rb/simple_command_dispatcher)
4
4
  [![](https://ruby-gem-downloads-badge.herokuapp.com/simple_command_dispatcher?type=total)](http://www.rubydoc.info/gems/simple_command_dispatcher/)
5
5
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/simple_command_dispatcher/)
6
6
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/simple_command_dispatcher/issues)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SimpleCommand
4
4
  module Dispatcher
5
- VERSION = '3.0.3'
5
+ VERSION = '3.0.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_command_dispatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-19 00:00:00.000000000 Z
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport