cobench 0.0.2 → 0.0.3
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/bin/cobench +1 -1
- data/lib/cobench/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz: '
|
|
3
|
+
metadata.gz: 6f3a1a6856a67aa8c46b3bf47c2b19abd991c4562c58dcbc5bd5b86c464604d3
|
|
4
|
+
data.tar.gz: '069ac173f4ae3ed224648588e4d70f730d7f8cf37a6068556624cc83b7cc8a2b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a59d4d61f23d7841ce61fc34286e29c7eb9db272f8e75529fd8bbc8c997b6cf587f710e6d5914d0883a7bfa498ae9fa0a1f8eb04fd029e112d5108968726ad2b
|
|
7
|
+
data.tar.gz: 7fd0c617e5f8ba1ee4d375a14bd4d771e209c7dd3986558916e232397bdd67602360ee2eadc5aa2663fe51c01fc53594770aabbd5f0fe4437bfd56934cf205b7
|
data/bin/cobench
CHANGED
|
@@ -48,7 +48,7 @@ opts = Slop.parse(args, strict: true, help: true) do |o|
|
|
|
48
48
|
o.bool '--dry', 'Make no real round trips to GitHub'
|
|
49
49
|
o.integer '--days', 'How many days to measure', default: 7
|
|
50
50
|
o.string '--to', 'Directory where to save all files to', default: './cobench'
|
|
51
|
-
o.
|
|
51
|
+
o.string '--token', 'GitHub authentication token'
|
|
52
52
|
o.array '--coder', 'GitHub nickname of a coder to track'
|
|
53
53
|
o.array '--include', 'Mask of GitHub repo to include, e.g. yegor256/*'
|
|
54
54
|
o.array '--exclude', 'Mask of GitHub repo to exclude'
|
data/lib/cobench/version.rb
CHANGED