fcom 0.5.1 → 0.7.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.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +60 -43
- data/bin/_guard-core +2 -2
- data/bin/guard +2 -2
- data/bin/release +2 -2
- data/bin/rspec +2 -2
- data/bin/rubocop +2 -2
- data/fcom.gemspec +2 -2
- data/lib/fcom/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcb808e6f1e5580d6302720903be97bbef9b1085c6a780e5b29ffeb9f1eaf5bb
|
|
4
|
+
data.tar.gz: d909671e7c586dcb34acf25c6cd78d84f0e913c57900e189257518e733320625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3783f985d83b0072512af31c80464bd3cf715af19ac27bb6e6923c6af88570ff93323071d0a79630c69e910368e71eb3afd8ba17fff462cf29b0b92df3665da7
|
|
7
|
+
data.tar.gz: a852e5e2521d8d4b708438dd2eb840f60fa425f4cb0c5ebc7784c7a8f9914a2390db4b37593f3f078928afc0e70e26f01af8bab075011260949ee6870c30d116
|
data/.github/workflows/ruby.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.3.3
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fcom (0.
|
|
4
|
+
fcom (0.7.0)
|
|
5
5
|
activesupport (>= 6, < 8)
|
|
6
6
|
memo_wise (>= 1.7, < 2)
|
|
7
7
|
rainbow (>= 3.0, < 4)
|
|
@@ -10,89 +10,106 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (7.
|
|
13
|
+
activesupport (7.1.3.4)
|
|
14
|
+
base64
|
|
15
|
+
bigdecimal
|
|
14
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
|
+
connection_pool (>= 2.2.5)
|
|
18
|
+
drb
|
|
15
19
|
i18n (>= 1.6, < 2)
|
|
16
20
|
minitest (>= 5.1)
|
|
21
|
+
mutex_m
|
|
17
22
|
tzinfo (~> 2.0)
|
|
18
23
|
ast (2.4.2)
|
|
24
|
+
base64 (0.2.0)
|
|
25
|
+
bigdecimal (3.1.8)
|
|
19
26
|
byebug (11.1.3)
|
|
20
27
|
coderay (1.1.3)
|
|
21
|
-
concurrent-ruby (1.
|
|
22
|
-
|
|
23
|
-
|
|
28
|
+
concurrent-ruby (1.3.3)
|
|
29
|
+
connection_pool (2.4.1)
|
|
30
|
+
diff-lcs (1.5.1)
|
|
31
|
+
drb (2.2.1)
|
|
32
|
+
i18n (1.14.5)
|
|
24
33
|
concurrent-ruby (~> 1.0)
|
|
25
|
-
json (2.
|
|
34
|
+
json (2.7.2)
|
|
26
35
|
language_server-protocol (3.17.0.3)
|
|
27
|
-
memo_wise (1.
|
|
36
|
+
memo_wise (1.9.0)
|
|
28
37
|
method_source (1.0.0)
|
|
29
|
-
minitest (5.
|
|
30
|
-
|
|
31
|
-
|
|
38
|
+
minitest (5.23.1)
|
|
39
|
+
mutex_m (0.2.0)
|
|
40
|
+
parallel (1.24.0)
|
|
41
|
+
parser (3.3.1.0)
|
|
32
42
|
ast (~> 2.4.1)
|
|
33
43
|
racc
|
|
44
|
+
prism (0.29.0)
|
|
34
45
|
pry (0.14.2)
|
|
35
46
|
coderay (~> 1.1)
|
|
36
47
|
method_source (~> 1.0)
|
|
37
48
|
pry-byebug (3.10.1)
|
|
38
49
|
byebug (~> 11.0)
|
|
39
50
|
pry (>= 0.13, < 0.15)
|
|
40
|
-
racc (1.
|
|
51
|
+
racc (1.8.0)
|
|
41
52
|
rainbow (3.1.1)
|
|
42
|
-
rake (13.
|
|
43
|
-
regexp_parser (2.
|
|
44
|
-
rexml (3.2.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
rspec-
|
|
48
|
-
rspec-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
53
|
+
rake (13.2.1)
|
|
54
|
+
regexp_parser (2.9.2)
|
|
55
|
+
rexml (3.2.8)
|
|
56
|
+
strscan (>= 3.0.9)
|
|
57
|
+
rspec (3.13.0)
|
|
58
|
+
rspec-core (~> 3.13.0)
|
|
59
|
+
rspec-expectations (~> 3.13.0)
|
|
60
|
+
rspec-mocks (~> 3.13.0)
|
|
61
|
+
rspec-core (3.13.0)
|
|
62
|
+
rspec-support (~> 3.13.0)
|
|
63
|
+
rspec-expectations (3.13.0)
|
|
52
64
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
53
|
-
rspec-support (~> 3.
|
|
54
|
-
rspec-mocks (3.
|
|
65
|
+
rspec-support (~> 3.13.0)
|
|
66
|
+
rspec-mocks (3.13.0)
|
|
55
67
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
56
|
-
rspec-support (~> 3.
|
|
57
|
-
rspec-support (3.
|
|
58
|
-
rubocop (1.
|
|
68
|
+
rspec-support (~> 3.13.0)
|
|
69
|
+
rspec-support (3.13.0)
|
|
70
|
+
rubocop (1.64.0)
|
|
59
71
|
json (~> 2.3)
|
|
60
72
|
language_server-protocol (>= 3.17.0)
|
|
61
73
|
parallel (~> 1.10)
|
|
62
|
-
parser (>= 3.
|
|
74
|
+
parser (>= 3.3.0.2)
|
|
63
75
|
rainbow (>= 2.2.2, < 4.0)
|
|
64
76
|
regexp_parser (>= 1.8, < 3.0)
|
|
65
77
|
rexml (>= 3.2.5, < 4.0)
|
|
66
|
-
rubocop-ast (>= 1.
|
|
78
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
67
79
|
ruby-progressbar (~> 1.7)
|
|
68
80
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
69
|
-
rubocop-ast (1.
|
|
70
|
-
parser (>= 3.
|
|
71
|
-
rubocop-capybara (2.
|
|
81
|
+
rubocop-ast (1.31.3)
|
|
82
|
+
parser (>= 3.3.1.0)
|
|
83
|
+
rubocop-capybara (2.20.0)
|
|
72
84
|
rubocop (~> 1.41)
|
|
73
|
-
rubocop-factory_bot (2.
|
|
74
|
-
rubocop (~> 1.
|
|
75
|
-
rubocop-performance (1.
|
|
76
|
-
rubocop (>= 1.
|
|
77
|
-
rubocop-ast (>=
|
|
85
|
+
rubocop-factory_bot (2.25.1)
|
|
86
|
+
rubocop (~> 1.41)
|
|
87
|
+
rubocop-performance (1.21.0)
|
|
88
|
+
rubocop (>= 1.48.1, < 2.0)
|
|
89
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
78
90
|
rubocop-rake (0.6.0)
|
|
79
91
|
rubocop (~> 1.0)
|
|
80
|
-
rubocop-rspec (2.
|
|
81
|
-
rubocop (~> 1.
|
|
92
|
+
rubocop-rspec (2.29.2)
|
|
93
|
+
rubocop (~> 1.40)
|
|
82
94
|
rubocop-capybara (~> 2.17)
|
|
83
95
|
rubocop-factory_bot (~> 2.22)
|
|
96
|
+
rubocop-rspec_rails (~> 2.28)
|
|
97
|
+
rubocop-rspec_rails (2.28.3)
|
|
98
|
+
rubocop (~> 1.40)
|
|
84
99
|
ruby-progressbar (1.13.0)
|
|
85
|
-
runger_release_assistant (0.
|
|
100
|
+
runger_release_assistant (0.7.0)
|
|
86
101
|
activesupport (>= 6, < 8)
|
|
87
102
|
memo_wise (>= 1.7, < 2)
|
|
88
103
|
rainbow (>= 3.0, < 4)
|
|
89
104
|
slop (~> 4.8)
|
|
90
|
-
runger_style (
|
|
105
|
+
runger_style (2.4.0)
|
|
106
|
+
prism (>= 0.24.0)
|
|
91
107
|
rubocop (>= 1.38.0, < 2)
|
|
92
108
|
slop (4.10.1)
|
|
109
|
+
strscan (3.1.0)
|
|
93
110
|
tzinfo (2.0.6)
|
|
94
111
|
concurrent-ruby (~> 1.0)
|
|
95
|
-
unicode-display_width (2.
|
|
112
|
+
unicode-display_width (2.5.0)
|
|
96
113
|
|
|
97
114
|
PLATFORMS
|
|
98
115
|
ruby
|
|
@@ -112,7 +129,7 @@ DEPENDENCIES
|
|
|
112
129
|
runger_style
|
|
113
130
|
|
|
114
131
|
RUBY VERSION
|
|
115
|
-
ruby 3.
|
|
132
|
+
ruby 3.3.3p89
|
|
116
133
|
|
|
117
134
|
BUNDLED WITH
|
|
118
|
-
2.
|
|
135
|
+
2.5.11
|
data/bin/_guard-core
CHANGED
|
@@ -17,8 +17,8 @@ if File.file?(bundle_binstub)
|
|
|
17
17
|
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
18
18
|
load(bundle_binstub)
|
|
19
19
|
else
|
|
20
|
-
abort(
|
|
21
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.
|
|
20
|
+
abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
21
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
data/bin/guard
CHANGED
|
@@ -17,8 +17,8 @@ if File.file?(bundle_binstub)
|
|
|
17
17
|
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
18
18
|
load(bundle_binstub)
|
|
19
19
|
else
|
|
20
|
-
abort(
|
|
21
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.
|
|
20
|
+
abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
21
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
data/bin/release
CHANGED
|
@@ -16,8 +16,8 @@ if File.file?(bundle_binstub)
|
|
|
16
16
|
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
17
17
|
load(bundle_binstub)
|
|
18
18
|
else
|
|
19
|
-
abort(
|
|
20
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.
|
|
19
|
+
abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
20
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
|
|
21
21
|
end
|
|
22
22
|
end
|
|
23
23
|
|
data/bin/rspec
CHANGED
|
@@ -17,8 +17,8 @@ if File.file?(bundle_binstub)
|
|
|
17
17
|
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
18
18
|
load(bundle_binstub)
|
|
19
19
|
else
|
|
20
|
-
abort(
|
|
21
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.
|
|
20
|
+
abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
21
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
data/bin/rubocop
CHANGED
|
@@ -17,8 +17,8 @@ if File.file?(bundle_binstub)
|
|
|
17
17
|
if File.read(bundle_binstub, 300).include?('This file was generated by Bundler')
|
|
18
18
|
load(bundle_binstub)
|
|
19
19
|
else
|
|
20
|
-
abort(
|
|
21
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.
|
|
20
|
+
abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
|
21
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.')
|
|
22
22
|
end
|
|
23
23
|
end
|
|
24
24
|
|
data/fcom.gemspec
CHANGED
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
|
|
18
18
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
19
19
|
spec.metadata['source_code_uri'] = 'https://github.com/davidrunger/fcom'
|
|
20
|
-
spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/fcom/blob/
|
|
20
|
+
spec.metadata['changelog_uri'] = 'https://github.com/davidrunger/fcom/blob/main/CHANGELOG.md'
|
|
21
21
|
else
|
|
22
22
|
raise('RubyGems 2.0 or newer is required to protect against public gem pushes.')
|
|
23
23
|
end
|
|
@@ -37,5 +37,5 @@ Gem::Specification.new do |spec|
|
|
|
37
37
|
spec.add_dependency('rainbow', '>= 3.0', '< 4')
|
|
38
38
|
spec.add_dependency('slop', '~> 4.8')
|
|
39
39
|
|
|
40
|
-
spec.required_ruby_version =
|
|
40
|
+
spec.required_ruby_version = ">= #{File.read('.ruby-version').rstrip}"
|
|
41
41
|
end
|
data/lib/fcom/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fcom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -129,7 +129,7 @@ metadata:
|
|
|
129
129
|
rubygems_mfa_required: 'true'
|
|
130
130
|
homepage_uri: https://github.com/davidrunger/fcom
|
|
131
131
|
source_code_uri: https://github.com/davidrunger/fcom
|
|
132
|
-
changelog_uri: https://github.com/davidrunger/fcom/blob/
|
|
132
|
+
changelog_uri: https://github.com/davidrunger/fcom/blob/main/CHANGELOG.md
|
|
133
133
|
post_install_message:
|
|
134
134
|
rdoc_options: []
|
|
135
135
|
require_paths:
|
|
@@ -138,14 +138,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
requirements:
|
|
139
139
|
- - ">="
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
|
-
version:
|
|
141
|
+
version: 3.3.3
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
144
|
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
148
|
+
rubygems_version: 3.5.11
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: CLI tool for parsing git history
|