guard-standardrb 0.2.3 → 0.2.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: 1ed1c687e781beb4bd754c2cbd80d31e06adf8afb3ea4f5471db95c445c2b039
4
- data.tar.gz: d06799a46ce0d2380b26a042803f257e8d938dc895d245e4155e160642449b20
3
+ metadata.gz: 5e888b87354205ab935092439e2264c558c11bb4da3e58c5a1b8c9f6abe4a406
4
+ data.tar.gz: cbcbf93f9a26a720fefdc4b20996042b4be7ba14fb1b866bb8ecdcdd5e3397c0
5
5
  SHA512:
6
- metadata.gz: bc1debad4c52930323f939356d79b931751f74a3043bd4680e20584ddfdb5e23c2f45fbbb5b3ddd9b661473fd1059c9123e08ab461620865012f0d093e7fc2b9
7
- data.tar.gz: 997225235fbacf735b814f9491ceafbcbc99a97f91b011b5ba0ea5fa1048bc88b8986aaa171829aec3c9cd6867a1d9edc5076a8042e274508d6e5e409de841da
6
+ metadata.gz: 168f082d1c11e5a78da83428c274bee17749d76d951a3f3f34327cc1ac2db069b410337dd09f6102878f7ae12819585455be3d66a7c3d187212764c1743fcdbd
7
+ data.tar.gz: 7f78068598bdee4c232487681457a8192cef6c5a0114ee5ed0391ba2e01090e9b7c32e58653edf76ccb26219172594f5af6a349820c4a3617bd7ea052820749c
data/Gemfile.lock CHANGED
@@ -9,15 +9,18 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- ast (2.4.2)
13
- byebug (11.1.3)
12
+ ast (2.4.3)
13
+ byebug (13.0.0)
14
+ reline (>= 0.6.0)
14
15
  coderay (1.1.3)
15
- diff-lcs (1.5.1)
16
- ffi (1.16.3)
17
- formatador (1.1.0)
18
- guard (2.18.1)
16
+ diff-lcs (1.6.2)
17
+ ffi (1.17.4)
18
+ formatador (1.2.3)
19
+ reline
20
+ guard (2.20.1)
19
21
  formatador (>= 0.2.4)
20
22
  listen (>= 2.7, < 4.0)
23
+ logger (~> 1.6)
21
24
  lumberjack (>= 1.0.12, < 2.0)
22
25
  nenv (~> 0.1)
23
26
  notiffany (~> 0.0)
@@ -25,81 +28,91 @@ GEM
25
28
  shellany (~> 0.0)
26
29
  thor (>= 0.18.1)
27
30
  guard-compat (1.2.1)
28
- json (2.7.1)
29
- language_server-protocol (3.17.0.3)
31
+ io-console (0.8.2)
32
+ json (2.19.5)
33
+ language_server-protocol (3.17.0.5)
30
34
  lint_roller (1.1.0)
31
- listen (3.9.0)
35
+ listen (3.10.0)
36
+ logger
32
37
  rb-fsevent (~> 0.10, >= 0.10.3)
33
38
  rb-inotify (~> 0.9, >= 0.9.10)
34
- lumberjack (1.2.10)
35
- method_source (1.0.0)
39
+ logger (1.7.0)
40
+ lumberjack (1.4.2)
41
+ method_source (1.1.0)
36
42
  nenv (0.3.0)
37
43
  notiffany (0.1.3)
38
44
  nenv (~> 0.1)
39
45
  shellany (~> 0.0)
40
- parallel (1.24.0)
41
- parser (3.3.0.5)
46
+ parallel (1.28.0)
47
+ parser (3.3.11.1)
42
48
  ast (~> 2.4.1)
43
49
  racc
44
- pry (0.14.2)
50
+ prism (1.9.0)
51
+ pry (0.16.0)
45
52
  coderay (~> 1.1)
46
53
  method_source (~> 1.0)
47
- pry-byebug (3.10.1)
48
- byebug (~> 11.0)
49
- pry (>= 0.13, < 0.15)
50
- racc (1.7.3)
54
+ reline (>= 0.6.0)
55
+ pry-byebug (3.12.0)
56
+ byebug (~> 13.0)
57
+ pry (>= 0.13, < 0.17)
58
+ racc (1.8.1)
51
59
  rainbow (3.1.1)
52
- rake (13.1.0)
60
+ rake (13.4.2)
53
61
  rb-fsevent (0.11.2)
54
- rb-inotify (0.10.1)
62
+ rb-inotify (0.11.1)
55
63
  ffi (~> 1.0)
56
- regexp_parser (2.9.0)
57
- rexml (3.2.6)
58
- rspec (3.13.0)
64
+ regexp_parser (2.12.0)
65
+ reline (0.6.3)
66
+ io-console (~> 0.5)
67
+ rspec (3.13.2)
59
68
  rspec-core (~> 3.13.0)
60
69
  rspec-expectations (~> 3.13.0)
61
70
  rspec-mocks (~> 3.13.0)
62
- rspec-core (3.13.0)
71
+ rspec-core (3.13.6)
63
72
  rspec-support (~> 3.13.0)
64
- rspec-expectations (3.13.0)
73
+ rspec-expectations (3.13.5)
65
74
  diff-lcs (>= 1.2.0, < 2.0)
66
75
  rspec-support (~> 3.13.0)
67
- rspec-mocks (3.13.0)
76
+ rspec-mocks (3.13.8)
68
77
  diff-lcs (>= 1.2.0, < 2.0)
69
78
  rspec-support (~> 3.13.0)
70
- rspec-support (3.13.1)
71
- rubocop (1.62.1)
79
+ rspec-support (3.13.7)
80
+ rubocop (1.84.2)
72
81
  json (~> 2.3)
73
- language_server-protocol (>= 3.17.0)
82
+ language_server-protocol (~> 3.17.0.2)
83
+ lint_roller (~> 1.1.0)
74
84
  parallel (~> 1.10)
75
85
  parser (>= 3.3.0.2)
76
86
  rainbow (>= 2.2.2, < 4.0)
77
- regexp_parser (>= 1.8, < 3.0)
78
- rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.31.1, < 2.0)
87
+ regexp_parser (>= 2.9.3, < 3.0)
88
+ rubocop-ast (>= 1.49.0, < 2.0)
80
89
  ruby-progressbar (~> 1.7)
81
- unicode-display_width (>= 2.4.0, < 3.0)
82
- rubocop-ast (1.31.2)
83
- parser (>= 3.3.0.4)
84
- rubocop-performance (1.20.2)
85
- rubocop (>= 1.48.1, < 2.0)
86
- rubocop-ast (>= 1.30.0, < 2.0)
90
+ unicode-display_width (>= 2.4.0, < 4.0)
91
+ rubocop-ast (1.49.1)
92
+ parser (>= 3.3.7.2)
93
+ prism (~> 1.7)
94
+ rubocop-performance (1.26.1)
95
+ lint_roller (~> 1.1)
96
+ rubocop (>= 1.75.0, < 2.0)
97
+ rubocop-ast (>= 1.47.1, < 2.0)
87
98
  ruby-progressbar (1.13.0)
88
99
  shellany (0.0.1)
89
- standard (1.35.1)
100
+ standard (1.54.0)
90
101
  language_server-protocol (~> 3.17.0.2)
91
102
  lint_roller (~> 1.0)
92
- rubocop (~> 1.62.0)
103
+ rubocop (~> 1.84.0)
93
104
  standard-custom (~> 1.0.0)
94
- standard-performance (~> 1.3)
105
+ standard-performance (~> 1.8)
95
106
  standard-custom (1.0.2)
96
107
  lint_roller (~> 1.0)
97
108
  rubocop (~> 1.50)
98
- standard-performance (1.3.1)
109
+ standard-performance (1.9.0)
99
110
  lint_roller (~> 1.1)
100
- rubocop-performance (~> 1.20.2)
101
- thor (1.3.1)
102
- unicode-display_width (2.5.0)
111
+ rubocop-performance (~> 1.26.0)
112
+ thor (1.5.0)
113
+ unicode-display_width (3.2.0)
114
+ unicode-emoji (~> 4.1)
115
+ unicode-emoji (4.2.0)
103
116
 
104
117
  PLATFORMS
105
118
  ruby
@@ -111,4 +124,4 @@ DEPENDENCIES
111
124
  rspec (~> 3.1)
112
125
 
113
126
  BUNDLED WITH
114
- 2.4.10
127
+ 4.0.11
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "add a plugin to guard to work with standardrb."
11
11
  spec.homepage = "https://github.com/JodyVanden/guard-standardrb"
12
12
  spec.license = "MIT"
13
- # spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
+ spec.required_ruby_version = ">= 3.0.0"
14
14
 
15
15
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/JodyVanden/guard-standardrb"
19
- spec.metadata["changelog_uri"] = "https://github.com/JodyVanden/guard-standardrb"
18
+ spec.metadata["source_code_uri"] = "https://github.com/JodyVanden/guard-standardrb/tree/master"
19
+ spec.metadata["changelog_uri"] = "https://github.com/JodyVanden/guard-standardrb/blob/master/CHANGELOG.md"
20
20
 
21
21
  spec.add_dependency "guard", ">= 2.0.0"
22
22
  spec.add_dependency "guard-compat", "~> 1.0"
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module StandardrbVersion
3
- VERSION = "0.2.3".freeze
3
+ VERSION = "0.2.4".freeze
4
4
  end
5
5
  end
@@ -15,9 +15,9 @@ module Guard
15
15
 
16
16
  def start
17
17
  Guard::UI.info "Inspecting Ruby code style with standardrb"
18
- Guard::UI.info "fix = #{@options[:fix]}," +
19
- " all_on_start = #{@options[:all_on_start]}," +
20
- " progress = #{@options[:progress]}"
18
+ Guard::UI.info "fix = #{@options[:fix]}," \
19
+ " all_on_start = #{@options[:all_on_start]}," \
20
+ " progress = #{@options[:progress]}"
21
21
  run_all if @options[:all_on_start]
22
22
  end
23
23
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-standardrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jody Vandenschrick
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-03-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: guard
@@ -94,7 +93,6 @@ dependencies:
94
93
  - - ">="
95
94
  - !ruby/object:Gem::Version
96
95
  version: '0'
97
- description:
98
96
  email:
99
97
  - jody.vanden@gmail.com
100
98
  executables: []
@@ -122,9 +120,8 @@ licenses:
122
120
  metadata:
123
121
  allowed_push_host: https://rubygems.org
124
122
  homepage_uri: https://github.com/JodyVanden/guard-standardrb
125
- source_code_uri: https://github.com/JodyVanden/guard-standardrb
126
- changelog_uri: https://github.com/JodyVanden/guard-standardrb
127
- post_install_message:
123
+ source_code_uri: https://github.com/JodyVanden/guard-standardrb/tree/master
124
+ changelog_uri: https://github.com/JodyVanden/guard-standardrb/blob/master/CHANGELOG.md
128
125
  rdoc_options: []
129
126
  require_paths:
130
127
  - lib
@@ -132,15 +129,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
129
  requirements:
133
130
  - - ">="
134
131
  - !ruby/object:Gem::Version
135
- version: '0'
132
+ version: 3.0.0
136
133
  required_rubygems_version: !ruby/object:Gem::Requirement
137
134
  requirements:
138
135
  - - ">="
139
136
  - !ruby/object:Gem::Version
140
137
  version: '0'
141
138
  requirements: []
142
- rubygems_version: 3.5.6
143
- signing_key:
139
+ rubygems_version: 4.0.10
144
140
  specification_version: 4
145
141
  summary: add a plugin to guard to work with standardrb.
146
142
  test_files: []