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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cobench +1 -1
  3. data/lib/cobench/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38f01cd16fd25848a82626c80951e7543c212bf831728b4aee76ccef53f07032
4
- data.tar.gz: '08992ede6cd1bc4725e3864375401b98f5603a229be8972ca97a03a9d742967a'
3
+ metadata.gz: 6f3a1a6856a67aa8c46b3bf47c2b19abd991c4562c58dcbc5bd5b86c464604d3
4
+ data.tar.gz: '069ac173f4ae3ed224648588e4d70f730d7f8cf37a6068556624cc83b7cc8a2b'
5
5
  SHA512:
6
- metadata.gz: cff4c50d7159dc08ea5b66c241b65345b75ac035ae5bd9c73383af3583652fa9158e62e644d2ec8342793a744527ec5b4b660b24a87a371c0223fc473d39a24b
7
- data.tar.gz: b59e54a85681d024634479b19d42264b49f732d04f93588e8a0209b3a5002501215b08d356981abc9b749505a55aa3da50fb5c023715e12f3d8319d3c20eec1e
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.array '--token', 'GitHub authentication token'
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'
@@ -23,5 +23,5 @@
23
23
  # Copyright:: Copyright (c) 2022 Yegor Bugayenko
24
24
  # License:: MIT
25
25
  module Cobench
26
- VERSION = '0.0.2'.freeze
26
+ VERSION = '0.0.3'.freeze
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cobench
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yegor Bugayenko