repotube 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/repotube +1 -1
  3. data/lib/repotube.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6954a8bb66e3d369a3be3735dc123ae16d8021017191ebb7f97405539224d61f
4
- data.tar.gz: '085623939db98352ba95cfb2450d8941d9e11c5d3821f3b77b2cd436583a81dc'
3
+ metadata.gz: 0b120249cd10be0115968140c1dc910f2af8bb6a82a76acc216b2d13afeec67d
4
+ data.tar.gz: deca83a2643b18e4889c1b12a2b0784cdbbad382c6e7e8625318ced0fc6159ee
5
5
  SHA512:
6
- metadata.gz: 79c022b6b704ce684121935c91f8a4ccf9460c4dd7ff3cc267237f976414620a84682d3bdfbf21950b8124ad55d8d56b55d646b215978c23762b9e323df2756c
7
- data.tar.gz: 3d483a1cc4c635c7d32ef365b3f337b827199064a1f3b19062dcba48d47189cd1723c8e89d261681fcf200cfb044d2504a405b78407cf2c9edb4872691cd1b7e
6
+ metadata.gz: 9a251e6325e8224f36369dbccb545731cc59621d8e8053f13b695ef0912756aaf8868a8051163776e8bd3a6273fa5fbff9c63c7f392e717d4203a79292aad1b8
7
+ data.tar.gz: a0bfc1d8cab5a14d567b20e2e0ef5e0da916d917c6195a0eabdcc402e673ced963f6c525aad05d730e41c2b87b0f906ffc64b33df144f6e4e66f7974ef3b41f0
@@ -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", "Supress '00:00:00 Introduction' marker in YouTube output "
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?
@@ -3,7 +3,7 @@
3
3
  require 'pathname'
4
4
 
5
5
  module RepoTube
6
- VERSION = "0.3.0"
6
+ VERSION = "0.3.1"
7
7
 
8
8
  class Program
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repotube
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Stolley