repotube 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/repotube +1 -1
- data/lib/repotube.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: 0b120249cd10be0115968140c1dc910f2af8bb6a82a76acc216b2d13afeec67d
|
4
|
+
data.tar.gz: deca83a2643b18e4889c1b12a2b0784cdbbad382c6e7e8625318ced0fc6159ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a251e6325e8224f36369dbccb545731cc59621d8e8053f13b695ef0912756aaf8868a8051163776e8bd3a6273fa5fbff9c63c7f392e717d4203a79292aad1b8
|
7
|
+
data.tar.gz: a0bfc1d8cab5a14d567b20e2e0ef5e0da916d917c6195a0eabdcc402e673ced963f6c525aad05d730e41c2b87b0f906ffc64b33df144f6e4e66f7974ef3b41f0
|
data/exe/repotube
CHANGED
@@ -17,7 +17,7 @@ Mercenary.program(:repotube) do |p|
|
|
17
17
|
p.option "remote", "-r USERNAME/REPO", "--remote USERNAME/REPO", "Set the remote repo path on GitHub; auto-detected if repo has a remote"
|
18
18
|
p.option "readme", "-d FILENAME", "--readme FILENAME", "Set the README file name; defaults to README.md"
|
19
19
|
p.option "noreadme", "-n", "--no-readme", "Disable generating the README.md file"
|
20
|
-
p.option "nointro", "-x", "--no-intro", "
|
20
|
+
p.option "nointro", "-x", "--no-intro", "Suppress '00:00:00 Introduction' marker in YouTube output "
|
21
21
|
|
22
22
|
p.action do |args, options|
|
23
23
|
if args.empty?
|
data/lib/repotube.rb
CHANGED