gitrepox 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c5f99865670060a0015f349e6422296db6aee35bec986f659ef93711b04cbce8
4
+ data.tar.gz: 8379cc2e7531de6b523cb74d6c38d0ee314a6adcad60dbc3d7980ee1fc2f472d
5
+ SHA512:
6
+ metadata.gz: 43665cf5a95279da3940cded89ec929d7914661b0c42ea872dc1c83a4d8951334314a3ed105c21fd4e3ceea55bfbb0c4cc1b283efbdf3eecc10c9b9d0bd8ac90
7
+ data.tar.gz: 1e691b9a122cd3b2935b9bccde6f6b2b93f8b778e110fad774689b8170b54c5e784150813bb197a4d69d99fa73be6fe8db566c761b5d025c62c087676941fa2a
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,8 @@
1
+ inherit_from: .rubocop_todo.yml
2
+
3
+ Documentation:
4
+ Enabled: false
5
+
6
+ #追加
7
+ Style/FrozenStringLiteralComment:
8
+ Enabled: false
data/.rubocop_todo.yml ADDED
@@ -0,0 +1,435 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2023-11-30 10:33:35 UTC using RuboCop version 1.57.2.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 1
10
+ # Configuration parameters: Severity, Include.
11
+ # Include: **/*.gemspec
12
+ Gemspec/RequiredRubyVersion:
13
+ Exclude:
14
+ - 'gitx.gemspec'
15
+
16
+ # Offense count: 2
17
+ # This cop supports safe autocorrection (--autocorrect).
18
+ # Configuration parameters: EnforcedStyleAlignWith.
19
+ # SupportedStylesAlignWith: either, start_of_block, start_of_line
20
+ Layout/BlockAlignment:
21
+ Exclude:
22
+ # - 'lib/gitx/gitxgroup.rb'
23
+
24
+ # Offense count: 1
25
+ # This cop supports safe autocorrection (--autocorrect).
26
+ # Configuration parameters: AllowForAlignment.
27
+ Layout/CommentIndentation:
28
+ Exclude:
29
+ # - 'lib/gitx/gitxgroup.rb'
30
+
31
+ # Offense count: 1
32
+ # This cop supports safe autocorrection (--autocorrect).
33
+ Layout/ElseAlignment:
34
+ Exclude:
35
+ # - 'lib/gitx/gitxgroup.rb'
36
+
37
+ # Offense count: 1
38
+ # This cop supports safe autocorrection (--autocorrect).
39
+ # Configuration parameters: AllowBorderComment, AllowMarginComment.
40
+ Layout/EmptyComment:
41
+ Exclude:
42
+ # - 'lib/gitx/gitx.rb'
43
+
44
+ # Offense count: 1
45
+ # This cop supports safe autocorrection (--autocorrect).
46
+ Layout/EmptyLineAfterGuardClause:
47
+ Exclude:
48
+ # - 'lib/gitx/gitxgroup.rb'
49
+
50
+ # Offense count: 1
51
+ # This cop supports safe autocorrection (--autocorrect).
52
+ Layout/EmptyLines:
53
+ Exclude:
54
+ # - 'bin/beginx.rb'
55
+
56
+ # Offense count: 2
57
+ # This cop supports safe autocorrection (--autocorrect).
58
+ # Configuration parameters: EnforcedStyleAlignWith, Severity.
59
+ # SupportedStylesAlignWith: keyword, variable, start_of_line
60
+ Layout/EndAlignment:
61
+ Exclude:
62
+ # - 'lib/gitx/gitxgroup.rb'
63
+
64
+ # Offense count: 15
65
+ # Configuration parameters: EnforcedStyle.
66
+ # SupportedStyles: native, lf, crlf
67
+ Layout/EndOfLine:
68
+ Exclude:
69
+ # - 'Gemfile'
70
+ # - 'Rakefile'
71
+ # - 'bin/beginx.rb'
72
+ - 'bin/console'
73
+ # - 'bin/gitxwin'
74
+ # - 'bin/gitxwsl'
75
+ # - 'gitx.gemspec'
76
+ - 'lib/gitx.rb'
77
+ - 'lib/gitx/gitx.rb'
78
+ - 'lib/gitx/gitxgroup.rb'
79
+ - 'lib/gitx/gsession.rb'
80
+ - 'lib/gitx/util.rb'
81
+ - 'lib/gitx/version.rb'
82
+ - 'spec/gitx_spec.rb'
83
+ - 'spec/spec_helper.rb'
84
+
85
+ # Offense count: 1
86
+ # This cop supports safe autocorrection (--autocorrect).
87
+ # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment.
88
+ Layout/ExtraSpacing:
89
+ Exclude:
90
+ # - 'lib/gitx/gitxgroup.rb'
91
+
92
+ # Offense count: 11
93
+ # This cop supports safe autocorrection (--autocorrect).
94
+ # Configuration parameters: EnforcedStyle.
95
+ # SupportedStyles: normal, indented_internal_methods
96
+ Layout/IndentationConsistency:
97
+ Exclude:
98
+ # - 'lib/gitx/gitxgroup.rb'
99
+ # - 'lib/gitx/gsession.rb'
100
+
101
+ # Offense count: 33
102
+ # This cop supports safe autocorrection (--autocorrect).
103
+ # Configuration parameters: IndentationWidth, EnforcedStyle.
104
+ # SupportedStyles: spaces, tabs
105
+ Layout/IndentationStyle:
106
+ Exclude:
107
+ # - 'lib/gitx/gitxgroup.rb'
108
+ # - 'lib/gitx/gsession.rb'
109
+
110
+ # Offense count: 10
111
+ # This cop supports safe autocorrection (--autocorrect).
112
+ # Configuration parameters: Width, AllowedPatterns.
113
+ Layout/IndentationWidth:
114
+ Exclude:
115
+ # - 'lib/gitx/gitxgroup.rb'
116
+ # - 'lib/gitx/gsession.rb'
117
+
118
+ # Offense count: 6
119
+ # This cop supports safe autocorrection (--autocorrect).
120
+ # Configuration parameters: EnforcedStyleInsidePipes.
121
+ # SupportedStylesInsidePipes: space, no_space
122
+ Layout/SpaceAroundBlockParameters:
123
+ Exclude:
124
+ # - 'lib/gitx/gitx.rb'
125
+
126
+ # Offense count: 18
127
+ # This cop supports safe autocorrection (--autocorrect).
128
+ # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
129
+ # SupportedStyles: space, no_space
130
+ # SupportedStylesForEmptyBraces: space, no_space
131
+ Layout/SpaceBeforeBlockBraces:
132
+ Exclude:
133
+ # - 'bin/gitxwin'
134
+ # - 'lib/gitx/gitx.rb'
135
+ # - 'lib/gitx/gitxgroup.rb'
136
+ # - 'lib/gitx/util.rb'
137
+
138
+ # Offense count: 2
139
+ # This cop supports safe autocorrection (--autocorrect).
140
+ Layout/SpaceBeforeComma:
141
+ Exclude:
142
+ # - 'lib/gitx/gitxgroup.rb'
143
+
144
+ # Offense count: 2
145
+ # This cop supports safe autocorrection (--autocorrect).
146
+ # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
147
+ # SupportedStyles: space, no_space, compact
148
+ # SupportedStylesForEmptyBrackets: space, no_space
149
+ Layout/SpaceInsideArrayLiteralBrackets:
150
+ Exclude:
151
+ # - 'lib/gitx/gitxgroup.rb'
152
+
153
+ # Offense count: 2
154
+ # This cop supports safe autocorrection (--autocorrect).
155
+ # Configuration parameters: EnforcedStyle.
156
+ # SupportedStyles: space, compact, no_space
157
+ Layout/SpaceInsideParens:
158
+ Exclude:
159
+ # - 'lib/gitx/gitxgroup.rb'
160
+ # - 'lib/gitx/gsession.rb'
161
+
162
+ # Offense count: 3
163
+ # This cop supports safe autocorrection (--autocorrect).
164
+ # Configuration parameters: EnforcedStyle.
165
+ # SupportedStyles: final_newline, final_blank_line
166
+ Layout/TrailingEmptyLines:
167
+ Exclude:
168
+ # - 'Gemfile'
169
+ # - 'bin/beginx.rb'
170
+ # - 'lib/gitx/gsession.rb'
171
+
172
+ # Offense count: 12
173
+ # This cop supports safe autocorrection (--autocorrect).
174
+ # Configuration parameters: AllowInHeredoc.
175
+ Layout/TrailingWhitespace:
176
+ Exclude:
177
+ # - 'bin/beginx.rb'
178
+ # - 'lib/gitx/gitx.rb'
179
+ # - 'lib/gitx/gitxgroup.rb'
180
+ # - 'lib/gitx/gsession.rb'
181
+
182
+ # Offense count: 1
183
+ # This cop supports unsafe autocorrection (--autocorrect-all).
184
+ # Configuration parameters: AllowSafeAssignment.
185
+ Lint/AssignmentInCondition:
186
+ Exclude:
187
+ # - 'lib/gitx/gitxgroup.rb'
188
+
189
+ # Offense count: 11
190
+ # This cop supports unsafe autocorrection (--autocorrect-all).
191
+ Lint/UselessAssignment:
192
+ Exclude:
193
+ # - 'bin/gitxwin'
194
+ # - 'lib/gitx/gitx.rb'
195
+ # - 'lib/gitx/gitxgroup.rb'
196
+ # - 'lib/gitx/gsession.rb'
197
+
198
+ # Offense count: 3
199
+ # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
200
+ Metrics/AbcSize:
201
+ Max: 49
202
+
203
+ # Offense count: 1
204
+ # Configuration parameters: CountComments, CountAsOne.
205
+ Metrics/ClassLength:
206
+ Max: 162
207
+
208
+ # Offense count: 1
209
+ # Configuration parameters: AllowedMethods, AllowedPatterns.
210
+ Metrics/CyclomaticComplexity:
211
+ Max: 9
212
+
213
+ # Offense count: 6
214
+ # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
215
+ Metrics/MethodLength:
216
+ Max: 29
217
+
218
+ # Offense count: 1
219
+ # Configuration parameters: AllowedMethods, AllowedPatterns.
220
+ Metrics/PerceivedComplexity:
221
+ Max: 10
222
+
223
+ # Offense count: 4
224
+ Naming/AccessorMethodName:
225
+ Exclude:
226
+ - 'lib/gitx/gitx.rb'
227
+ - 'lib/gitx/gitxgroup.rb'
228
+ - 'lib/gitx/util.rb'
229
+
230
+ # Offense count: 2
231
+ # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
232
+ # AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
233
+ Naming/MethodParameterName:
234
+ Exclude:
235
+ - 'lib/gitx/gitxgroup.rb'
236
+
237
+ # Offense count: 1
238
+ # This cop supports safe autocorrection (--autocorrect).
239
+ # Configuration parameters: PreferredName.
240
+ Naming/RescuedExceptionsVariableName:
241
+ Exclude:
242
+ # - 'lib/gitx/gitx.rb'
243
+
244
+ # Offense count: 2
245
+ # This cop supports safe autocorrection (--autocorrect).
246
+ Style/BlockComments:
247
+ Exclude:
248
+ # - 'bin/beginx.rb'
249
+
250
+ # Offense count: 16
251
+ # This cop supports safe autocorrection (--autocorrect).
252
+ # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
253
+ # SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
254
+ # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
255
+ # FunctionalMethods: let, let!, subject, watch
256
+ # AllowedMethods: lambda, proc, it
257
+ Style/BlockDelimiters:
258
+ Exclude:
259
+ # - 'lib/gitx/gitx.rb'
260
+ # - 'lib/gitx/gitxgroup.rb'
261
+ # - 'lib/gitx/util.rb'
262
+
263
+ # Offense count: 4
264
+ # This cop supports safe autocorrection (--autocorrect).
265
+ Style/DefWithParentheses:
266
+ Exclude:
267
+ # - 'lib/gitx/gitx.rb'
268
+ # - 'lib/gitx/util.rb'
269
+
270
+ # Offense count: 4
271
+ # Configuration parameters: AllowedConstants.
272
+ Style/Documentation:
273
+ Exclude:
274
+ - 'spec/**/*'
275
+ - 'test/**/*'
276
+ - 'lib/gitx/gitx.rb'
277
+ - 'lib/gitx/gitxgroup.rb'
278
+ - 'lib/gitx/gsession.rb'
279
+ - 'lib/gitx/util.rb'
280
+
281
+ # Offense count: 1
282
+ # This cop supports safe autocorrection (--autocorrect).
283
+ # Configuration parameters: EnforcedStyle, AllowComments.
284
+ # SupportedStyles: empty, nil, both
285
+ Style/EmptyElse:
286
+ Exclude:
287
+ # - 'lib/gitx/gitxgroup.rb'
288
+
289
+ # Offense count: 5
290
+ # This cop supports unsafe autocorrection (--autocorrect-all).
291
+ # Configuration parameters: EnforcedStyle.
292
+ # SupportedStyles: always, always_true, never
293
+ Style/FrozenStringLiteralComment:
294
+ Exclude:
295
+ # - 'bin/beginx.rb'
296
+ # - 'lib/gitx/gitx.rb'
297
+ # - 'lib/gitx/gitxgroup.rb'
298
+ # - 'lib/gitx/gsession.rb'
299
+ # - 'lib/gitx/util.rb'
300
+
301
+ # Offense count: 1
302
+ # This cop supports safe autocorrection (--autocorrect).
303
+ # Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
304
+ Style/GuardClause:
305
+ Exclude:
306
+ # - 'lib/gitx/gsession.rb'
307
+
308
+ # Offense count: 1
309
+ # This cop supports unsafe autocorrection (--autocorrect-all).
310
+ # Configuration parameters: AllowedReceivers.
311
+ # AllowedReceivers: Thread.current
312
+ Style/HashEachMethods:
313
+ Exclude:
314
+ # - 'lib/gitx/gitxgroup.rb'
315
+
316
+ # Offense count: 1
317
+ # This cop supports safe autocorrection (--autocorrect).
318
+ Style/IfUnlessModifier:
319
+ Exclude:
320
+ # - 'lib/gitx/gitxgroup.rb'
321
+
322
+ # Offense count: 1
323
+ # This cop supports unsafe autocorrection (--autocorrect-all).
324
+ # Configuration parameters: InverseMethods, InverseBlocks.
325
+ Style/InverseMethods:
326
+ Exclude:
327
+ # - 'lib/gitx/gitxgroup.rb'
328
+
329
+ # Offense count: 3
330
+ # This cop supports safe autocorrection (--autocorrect).
331
+ # Configuration parameters: AllowedMethods, AllowedPatterns.
332
+ Style/MethodCallWithoutArgsParentheses:
333
+ Exclude:
334
+ # - 'bin/gitxwin'
335
+ # - 'lib/gitx/gitxgroup.rb'
336
+
337
+ # Offense count: 3
338
+ Style/MultilineBlockChain:
339
+ Exclude:
340
+ - 'lib/gitx/gitxgroup.rb'
341
+
342
+ # Offense count: 1
343
+ # This cop supports safe autocorrection (--autocorrect).
344
+ # Configuration parameters: EnforcedStyle.
345
+ # SupportedStyles: both, prefix, postfix
346
+ Style/NegatedIf:
347
+ Exclude:
348
+ # - 'lib/gitx/gsession.rb'
349
+
350
+ # Offense count: 1
351
+ # This cop supports safe autocorrection (--autocorrect).
352
+ # Configuration parameters: EnforcedStyle, MinBodyLength.
353
+ # SupportedStyles: skip_modifier_ifs, always
354
+ Style/Next:
355
+ Exclude:
356
+ # - 'lib/gitx/gitxgroup.rb'
357
+
358
+ # Offense count: 1
359
+ # This cop supports safe autocorrection (--autocorrect).
360
+ # Configuration parameters: IncludeSemanticChanges.
361
+ Style/NonNilCheck:
362
+ Exclude:
363
+ # - 'lib/gitx/gitxgroup.rb'
364
+
365
+ # Offense count: 4
366
+ # This cop supports unsafe autocorrection (--autocorrect-all).
367
+ # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns.
368
+ # SupportedStyles: predicate, comparison
369
+ Style/NumericPredicate:
370
+ Exclude:
371
+ # - 'spec/**/*'
372
+ # - 'lib/gitx/gitxgroup.rb'
373
+
374
+ # Offense count: 1
375
+ # This cop supports safe autocorrection (--autocorrect).
376
+ # Configuration parameters: PreferredDelimiters.
377
+ Style/PercentLiteralDelimiters:
378
+ Exclude:
379
+ # - 'lib/gitx/gitx.rb'
380
+
381
+ # Offense count: 1
382
+ # This cop supports safe autocorrection (--autocorrect).
383
+ # Configuration parameters: EnforcedStyle.
384
+ # SupportedStyles: implicit, explicit
385
+ Style/RescueStandardError:
386
+ Exclude:
387
+ # - 'lib/gitx/gitx.rb'
388
+
389
+ # Offense count: 3
390
+ # This cop supports safe autocorrection (--autocorrect).
391
+ Style/SelfAssignment:
392
+ Exclude:
393
+ # - 'lib/gitx/gitxgroup.rb'
394
+
395
+ # Offense count: 5
396
+ # This cop supports unsafe autocorrection (--autocorrect-all).
397
+ # Configuration parameters: Mode.
398
+ Style/StringConcatenation:
399
+ Exclude:
400
+ # - 'lib/gitx/gitxgroup.rb'
401
+ # - 'lib/gitx/gsession.rb'
402
+ # - 'lib/gitx/util.rb'
403
+
404
+ # Offense count: 70
405
+ # This cop supports safe autocorrection (--autocorrect).
406
+ # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
407
+ # SupportedStyles: single_quotes, double_quotes
408
+ Style/StringLiterals:
409
+ Exclude:
410
+ # - 'Gemfile'
411
+ # - 'Rakefile'
412
+ # - 'bin/console'
413
+ # - 'bin/gitxwin'
414
+ # - 'bin/gitxwsl'
415
+ # - 'gitx.gemspec'
416
+ # - 'lib/gitx.rb'
417
+ # - 'lib/gitx/gitx.rb'
418
+ # - 'lib/gitx/gitxgroup.rb'
419
+ # - 'lib/gitx/gsession.rb'
420
+ # - 'lib/gitx/version.rb'
421
+ # - 'spec/gitx_spec.rb'
422
+ # - 'spec/spec_helper.rb'
423
+
424
+ # Offense count: 3
425
+ # This cop supports unsafe autocorrection (--autocorrect-all).
426
+ Style/ZeroLengthPredicate:
427
+ Exclude:
428
+ # - 'lib/gitx/gitxgroup.rb'
429
+
430
+ # Offense count: 1
431
+ # This cop supports safe autocorrection (--autocorrect).
432
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
433
+ # URISchemes: http, https
434
+ Layout/LineLength:
435
+ Max: 123
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2023-11-17
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at ykominami@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,16 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ # Specify your gem's dependencies in gitrepox.gemspec
6
+ gemspec
7
+
8
+ gem 'rake', '~> 13.0'
9
+
10
+ gem 'rspec', '~> 3.0'
11
+
12
+ gem 'git'
13
+ gem 'google_drive'
14
+
15
+ # gem "secretmgr", path: "../secretmgr"
16
+ gem 'secretmgr', '0.1.0'
data/Gemfile.lock ADDED
@@ -0,0 +1,167 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ gitrepox (1.0.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.8.5)
10
+ public_suffix (>= 2.0.2, < 6.0)
11
+ ast (2.4.2)
12
+ declarative (0.0.20)
13
+ diff-lcs (1.5.0)
14
+ erubi (1.12.0)
15
+ erubis (2.7.0)
16
+ faraday (1.10.3)
17
+ faraday-em_http (~> 1.0)
18
+ faraday-em_synchrony (~> 1.0)
19
+ faraday-excon (~> 1.1)
20
+ faraday-httpclient (~> 1.0)
21
+ faraday-multipart (~> 1.0)
22
+ faraday-net_http (~> 1.0)
23
+ faraday-net_http_persistent (~> 1.0)
24
+ faraday-patron (~> 1.0)
25
+ faraday-rack (~> 1.0)
26
+ faraday-retry (~> 1.0)
27
+ ruby2_keywords (>= 0.0.4)
28
+ faraday-em_http (1.0.0)
29
+ faraday-em_synchrony (1.0.0)
30
+ faraday-excon (1.1.0)
31
+ faraday-httpclient (1.0.1)
32
+ faraday-multipart (1.0.4)
33
+ multipart-post (~> 2)
34
+ faraday-net_http (1.0.1)
35
+ faraday-net_http_persistent (1.2.0)
36
+ faraday-patron (1.0.0)
37
+ faraday-rack (1.0.0)
38
+ faraday-retry (1.0.3)
39
+ filex (0.1.8)
40
+ bundler
41
+ erubis
42
+ messagex
43
+ rake (~> 13.0)
44
+ git (1.18.0)
45
+ addressable (~> 2.8)
46
+ rchardet (~> 1.8)
47
+ google-apis-core (0.11.2)
48
+ addressable (~> 2.5, >= 2.5.1)
49
+ googleauth (>= 0.16.2, < 2.a)
50
+ httpclient (>= 2.8.1, < 3.a)
51
+ mini_mime (~> 1.0)
52
+ representable (~> 3.0)
53
+ retriable (>= 2.0, < 4.a)
54
+ rexml
55
+ webrick
56
+ google-apis-drive_v3 (0.44.0)
57
+ google-apis-core (>= 0.11.0, < 2.a)
58
+ google-apis-sheets_v4 (0.26.0)
59
+ google-apis-core (>= 0.11.0, < 2.a)
60
+ google_drive (3.0.7)
61
+ google-apis-drive_v3 (>= 0.5.0, < 1.0.0)
62
+ google-apis-sheets_v4 (>= 0.4.0, < 1.0.0)
63
+ googleauth (>= 0.5.0, < 1.0.0)
64
+ nokogiri (>= 1.5.3, < 2.0.0)
65
+ googleauth (0.17.1)
66
+ faraday (>= 0.17.3, < 2.0)
67
+ jwt (>= 1.4, < 3.0)
68
+ memoist (~> 0.16)
69
+ multi_json (~> 1.11)
70
+ os (>= 0.9, < 2.0)
71
+ signet (~> 0.15)
72
+ httpclient (2.8.3)
73
+ json (2.6.3)
74
+ jwt (2.7.1)
75
+ language_server-protocol (3.17.0.3)
76
+ memoist (0.16.2)
77
+ messagex (0.1.5)
78
+ mini_mime (1.1.5)
79
+ multi_json (1.15.0)
80
+ multipart-post (2.3.0)
81
+ nokogiri (1.15.5-x64-mingw-ucrt)
82
+ racc (~> 1.4)
83
+ os (1.1.4)
84
+ parallel (1.23.0)
85
+ parser (3.2.2.4)
86
+ ast (~> 2.4.1)
87
+ racc
88
+ public_suffix (5.0.4)
89
+ racc (1.7.3)
90
+ rainbow (3.1.1)
91
+ rake (13.1.0)
92
+ rchardet (1.8.0)
93
+ regexp_parser (2.8.2)
94
+ representable (3.2.0)
95
+ declarative (< 0.1.0)
96
+ trailblazer-option (>= 0.1.1, < 0.2.0)
97
+ uber (< 0.2.0)
98
+ retriable (3.1.2)
99
+ rexml (3.2.6)
100
+ rspec (3.12.0)
101
+ rspec-core (~> 3.12.0)
102
+ rspec-expectations (~> 3.12.0)
103
+ rspec-mocks (~> 3.12.0)
104
+ rspec-core (3.12.2)
105
+ rspec-support (~> 3.12.0)
106
+ rspec-expectations (3.12.3)
107
+ diff-lcs (>= 1.2.0, < 2.0)
108
+ rspec-support (~> 3.12.0)
109
+ rspec-mocks (3.12.6)
110
+ diff-lcs (>= 1.2.0, < 2.0)
111
+ rspec-support (~> 3.12.0)
112
+ rspec-support (3.12.1)
113
+ rubocop (1.57.2)
114
+ json (~> 2.3)
115
+ language_server-protocol (>= 3.17.0)
116
+ parallel (~> 1.10)
117
+ parser (>= 3.2.2.4)
118
+ rainbow (>= 2.2.2, < 4.0)
119
+ regexp_parser (>= 1.8, < 3.0)
120
+ rexml (>= 3.2.5, < 4.0)
121
+ rubocop-ast (>= 1.28.1, < 2.0)
122
+ ruby-progressbar (~> 1.7)
123
+ unicode-display_width (>= 2.4.0, < 3.0)
124
+ rubocop-ast (1.30.0)
125
+ parser (>= 3.2.1.0)
126
+ ruby-progressbar (1.13.0)
127
+ ruby2_keywords (0.0.5)
128
+ secretmgr (0.1.0)
129
+ multi_json
130
+ rake (~> 13.0)
131
+ rspec (~> 3.0)
132
+ rubocop (~> 1.21)
133
+ ykutils
134
+ ykxutils
135
+ signet (0.18.0)
136
+ addressable (~> 2.8)
137
+ faraday (>= 0.17.5, < 3.a)
138
+ jwt (>= 1.5, < 3.0)
139
+ multi_json (~> 1.10)
140
+ tilt (2.3.0)
141
+ trailblazer-option (0.1.2)
142
+ uber (0.1.0)
143
+ unicode-display_width (2.5.0)
144
+ webrick (1.8.1)
145
+ ykutils (0.1.7)
146
+ erubi
147
+ filex
148
+ tilt
149
+ ykxutils (0.1.8)
150
+ bundler
151
+ erubi
152
+ rake (~> 13.0)
153
+ tilt
154
+
155
+ PLATFORMS
156
+ x64-mingw-ucrt
157
+
158
+ DEPENDENCIES
159
+ git
160
+ gitrepox!
161
+ google_drive
162
+ rake (~> 13.0)
163
+ rspec (~> 3.0)
164
+ secretmgr (= 0.1.0)
165
+
166
+ BUNDLED WITH
167
+ 2.4.13
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2023 ykominami
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # Gitre@px
2
+
3
+ TODO: Delete this and the text below, and describe your gem
4
+
5
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gitrepox`. To experiment with that code, run `bin/console` for an interactive prompt.
6
+
7
+ ## Installation
8
+
9
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
+
11
+ Install the gem and add to the application's Gemfile by executing:
12
+
13
+ $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
14
+
15
+ If bundler is not being used to manage dependencies, install the gem by executing:
16
+
17
+ $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Development
24
+
25
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
26
+
27
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
28
+
29
+ ## Contributing
30
+
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ykominami/gitrepox. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ykominami/gitrepox/blob/main/CODE_OF_CONDUCT.md).
32
+
33
+ ## License
34
+
35
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
+
37
+ ## Code of Conduct
38
+
39
+ Everyone interacting in the Gitrepox project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ykominami/gitrepox/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,82 @@
1
+ require 'git'
2
+
3
+ module Gitrepox
4
+ class Gitrepox
5
+ attr_reader :data
6
+
7
+ def initialize(working_dir)
8
+ @working_dir = working_dir
9
+ begin
10
+ @repo = Git.open(@working_dir)
11
+ rescue StandardError => exp
12
+ puts exp.message
13
+ #
14
+ end
15
+ @data = {}
16
+ end
17
+
18
+ def valid_repo?
19
+ @repo != nil
20
+ end
21
+
22
+ def show
23
+ # p "== show ======"
24
+ # p @data
25
+ @data.keys.map do |key|
26
+ puts key
27
+ @data[key].keys.map do |subkey|
28
+ puts %(#{subkey}: #{@data[key][subkey]})
29
+ end
30
+ end
31
+ # p "== show END =="
32
+ end
33
+
34
+ def to_csv_header
35
+ ary = []
36
+ ary << 'dir'
37
+ key = @data.keys[0]
38
+ @data[key].keys.map do |subkey|
39
+ ary << subkey
40
+ end
41
+ ary.join(',')
42
+ end
43
+
44
+ def to_csv_data
45
+ @data.keys.map do |key|
46
+ ary = []
47
+ ary << key
48
+ @data[key].keys.map do |subkey|
49
+ # ary << subkey
50
+ ary << @data[key][subkey]
51
+ end
52
+ ary.join(',')
53
+ end.join("\n")
54
+ end
55
+
56
+ def git_config
57
+ # remote.origin.url=git@github.com:ykominami/ykutils.git
58
+ # remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
59
+ # g.config('user.name') # returns 'Scott Chacon'
60
+ # p g.config('user.name') # returns 'Scott Chacon'
61
+ # g.config # returns whole config hash
62
+ # p @repo.config('remote.origin.url') # returns 'Scott Chacon'
63
+ # p @repo.config('remote.origin.fetch') # returns 'Scott Chacon'
64
+ end
65
+
66
+ def get_remote_url
67
+ if valid_repo?
68
+ @repo.config('remote.origin.url')
69
+ else
70
+ ''
71
+ end
72
+ end
73
+
74
+ def get_remotes
75
+ if valid_repo?
76
+ @repo.remotes
77
+ else
78
+ []
79
+ end
80
+ end
81
+ end
82
+ end
@@ -0,0 +1,188 @@
1
+ module Gitrepox
2
+ class Gitrepoxgroup
3
+ def initialize(home_pn, log_filename, yaml_fname_or_start_path_array)
4
+ @home_pn = home_pn
5
+ @log_filename = log_filename
6
+ @obj = []
7
+ # p "yaml_fname_or_start_path_array=#{yaml_fname_or_start_path_array}"
8
+ yaml_fname_or_start_path_array.each do |yaml_fname_or_start_path|
9
+ pn = Pathname.new(yaml_fname_or_start_path)
10
+ # p "initialize pn=#{pn}"
11
+ if pn.file?
12
+ make_parent_pn_info_from_yaml_file(pn)
13
+ # @content = File.readlines(pn).map{ |line| line.chomp }.join("\n")
14
+ else
15
+ # @obj.concat(find_by_popen3(pn))
16
+ # p "initialize pn=#{pn}"
17
+ @obj += find_git(pn)
18
+ # p "init @obj=#{@obj}"
19
+ end
20
+ end
21
+ end
22
+
23
+ def make_parent_pn_info_from_yaml_file(yaml_pn)
24
+ @content = File.read(yaml_pn)
25
+ # p @content
26
+ # obj = YAML.safe_load(@content, symbolize_names: true)
27
+ # obj = YAML.safe_load(@content, aliases: true)
28
+ obj = YAML.safe_load(@content, permitted_classes: [Symbol])
29
+ obj.each_key do |filename_base|
30
+ obj[filename_base].each do |hash|
31
+ hs = {}
32
+ path = File.join(hash['paths'])
33
+ pn = Pathname.new(path)
34
+ str = pn.relative_path_from(@home_pn).to_s
35
+ hs['paths'] = str.split('/')
36
+ hs['filename_base'] = filename_base
37
+ @obj << hs
38
+ end
39
+ end
40
+ end
41
+
42
+ def find_git(start_pn)
43
+ # p "find_git start_pn=#{start_pn}"
44
+ dir_pns = []
45
+ git_pns = []
46
+ start_pn.children.each do |item|
47
+ name = item.basename.to_s
48
+ git_pns << item if name =~ /^\.git$/
49
+ dir_pns << item if item.directory?
50
+ end
51
+ if git_pns.empty?
52
+ dir_pns.each do |dir_pn|
53
+ git_pns += find_git(dir_pn)
54
+ end
55
+ end
56
+ # p "find_git git_pns=#{git_pns}"
57
+ git_pns
58
+ end
59
+
60
+ def find_by_popen3(start_path)
61
+ _, stdout, = *Open3.popen3("find #{start_path} -name .git ")
62
+ listup(stdout)
63
+ end
64
+
65
+ def listup(io)
66
+ xhs = {}
67
+ while (line = io.gets)
68
+ line.chomp!
69
+ pn = Pathname.new(line)
70
+ # p pn
71
+ pp_pn = pn.parent.parent
72
+ xhs[pp_pn.to_s] = pp_pn
73
+ end
74
+
75
+ filename_base = 'gitx_hr_'
76
+ xhs.keys.map do |path|
77
+ pn = xhs[path]
78
+ hs = {}
79
+ str = pn.relative_path_from(@home_pn).to_s
80
+ hs['paths'] = str.split('/')
81
+ hs['filename_base'] = filename_base
82
+ @obj << hs
83
+ end
84
+ @obj
85
+ end
86
+
87
+ def listup_in_pathname_array(pn_array)
88
+ xhs = {}
89
+ pn_array.each do |pn|
90
+ pp_pn = pn.parent.parent
91
+ xhs[pp_pn.to_s] = pp_pn
92
+ end
93
+
94
+ make_parent_pn_info(xhs)
95
+ end
96
+
97
+ def make_parent_pn_info(xhs)
98
+ filename_base = 'gitx_hr_'
99
+ xhs.keys.map do |path|
100
+ pn = xhs[path]
101
+ hs = {}
102
+ str = pn.relative_path_from(@home_pn).to_s
103
+ hs['paths'] = str.split('/')
104
+ hs['filename_base'] = filename_base
105
+ @obj << hs
106
+ end
107
+ @obj
108
+ end
109
+
110
+ def get_and_upload
111
+ @obj.each do |hash|
112
+ content = gitrepox_repo(@home_pn, hash)
113
+ next unless content
114
+
115
+ count = Util.get_count
116
+ filename = [hash['filename_base'], count, '.csv'].join('')
117
+ @gsession ||= Gsession.new
118
+ result = @gsession.upload_from_string(content, filename)
119
+ Util.file_append(@log_filename, result) if result
120
+ end
121
+ end
122
+
123
+ def list_repo(src_pn)
124
+ return [] if src_pn.file?
125
+
126
+ parts = src_pn.children.map do |pn|
127
+ [pn, "#{pn}.git"]
128
+ end.partition do |pns|
129
+ pns[1].exist?
130
+ end
131
+ parts[0].select do |pns|
132
+ x = pns[0]
133
+ g = Gitrepox.new(x)
134
+ pns << g
135
+ x.exist?
136
+ end.map do |pns|
137
+ item = pns.first.basename
138
+ full_path = pns.first.realpath
139
+ g = pns.last
140
+ remotes = g.get_remotes
141
+ next unless remotes.size.positive?
142
+
143
+ remotes.map do |gr|
144
+ g.data[gr.name] = {}
145
+ g.data[gr.name][:full_path] = full_path
146
+ g.data[gr.name][:basename] = item
147
+ g.data[gr.name][:url] = gr.url
148
+ g.data[gr.name][:fetch_opts] = gr.fetch_opts
149
+ end
150
+ g
151
+ end.select { |item| !item.nil? }
152
+ end
153
+
154
+ def gitrepox_repo(home_pn, value)
155
+ pn = home_pn
156
+ if value.instance_of?(Hash)
157
+ value['paths'].each do |name|
158
+ pn += name
159
+ end
160
+ else
161
+ pn = value
162
+ end
163
+ get_git_repo_info(pn)
164
+ end
165
+
166
+ def get_repo_info_list_in_csv(pn)
167
+ # ary = []
168
+ _, ary = list_repo(pn).each_with_object([[0], []]) do |item, memo|
169
+ # item.show
170
+ head_line = memo[0]
171
+ ary = memo[1]
172
+ if (head_line[0]).zero?
173
+ ary << item.to_csv_header
174
+ head_line[0] = 1
175
+ end
176
+ ary << item.to_csv_data
177
+ end
178
+ ary
179
+ end
180
+
181
+ def get_git_repo_info(pn)
182
+ content = nil
183
+ content_array = get_repo_info_list_in_csv(pn)
184
+ content = content_array.join("\n") if content_array.size.positive?
185
+ content
186
+ end
187
+ end
188
+ end
@@ -0,0 +1,40 @@
1
+ require 'git'
2
+ require 'secretmgr'
3
+ require 'pathname'
4
+
5
+ module Gitrepox
6
+ class Gsession
7
+ def initialize(config = 'config.json')
8
+ ensure_config_file(config)
9
+ @session = GoogleDrive::Session.from_config(config)
10
+ end
11
+
12
+ def ensure_config_file(fname)
13
+ pn = Pathname.new(fname)
14
+ return if pn.exist?
15
+
16
+ target = 'Google'
17
+ sub_target = 'GCPX'
18
+ make_config_file(config, target, sub_target)
19
+ end
20
+
21
+ def make_config_file(fname, target, sub_target)
22
+ home_dir = ENV['HOME']
23
+ home_pn = Pathname.new(home_dir)
24
+ secret_dir_pn = "#{home_pn}secret"
25
+ sm = Secretmgr::Secretmgr.new(secret_dir_pn)
26
+ sm.set_setting_for_query(target, sub_target)
27
+ content = sm.load
28
+ File.write(fname, content)
29
+ end
30
+
31
+ def delete_config_file(fname)
32
+ File.delete(fname)
33
+ end
34
+
35
+ def upload_from_string(content, filename, content_type = 'text/tab-separated-values')
36
+ obj = @session.upload_from_string(content, filename, content_type: content_type)
37
+ [obj.title, obj.id].join(',')
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,19 @@
1
+ module Gitrepox
2
+ class Util
3
+ @count = 0
4
+
5
+ class << self
6
+ def file_append(fname, str)
7
+ File.open(fname, 'a') do |file|
8
+ file.puts "#{str}\n"
9
+ end
10
+ end
11
+
12
+ def get_count
13
+ count = @count
14
+ @count += 1
15
+ count
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Gitrepox
4
+ VERSION = '1.0.0'
5
+ end
data/lib/gitrepox.rb ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'gitrepox/version'
4
+
5
+ require_relative 'gitrepox/gitrepox'
6
+ require_relative 'gitrepox/gitrepoxgroup'
7
+ require_relative 'gitrepox/util'
8
+ require_relative 'gitrepox/gsession'
9
+
10
+ module Gitrepox
11
+ class Error < StandardError; end
12
+ # Your code goes here...
13
+ end
data/sig/gitrepox.rbs ADDED
@@ -0,0 +1,4 @@
1
+ module Gitrepox
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gitrepox
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - ykominami
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ruby git.
14
+ email:
15
+ - ykominami@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - ".rubocop.yml"
22
+ - ".rubocop_todo.yml"
23
+ - CHANGELOG.md
24
+ - CODE_OF_CONDUCT.md
25
+ - Gemfile
26
+ - Gemfile.lock
27
+ - LICENSE.txt
28
+ - README.md
29
+ - Rakefile
30
+ - lib/gitrepox.rb
31
+ - lib/gitrepox/gitrepox.rb
32
+ - lib/gitrepox/gitrepoxgroup.rb
33
+ - lib/gitrepox/gsession.rb
34
+ - lib/gitrepox/util.rb
35
+ - lib/gitrepox/version.rb
36
+ - sig/gitrepox.rbs
37
+ homepage:
38
+ licenses:
39
+ - MIT
40
+ metadata: {}
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 2.6.0
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubygems_version: 3.4.13
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: ruby git.
60
+ test_files: []