git-duo 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/git/duo/cli.rb +1 -1
- data/lib/git/duo/version.rb +1 -1
- data/test/test_helper.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64384ac284b927b84534146a3b8844f1ab2121d9
|
4
|
+
data.tar.gz: 3ba0c3a766cb167a514148d68ce2d6eb46a39b92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95de54667e5908f9989d7fcdcca6d433e5a8850fee5b5640c3a1dd29af307d9593322ebf9955d6721eb6dba74391c53d67162b5feb7a4ffb2d6ffdd34b97d4c8
|
7
|
+
data.tar.gz: 6a5ac59e8373c0c887ec9d21280cb1b14e7970ac39e804d0fd95abedba1b11786560dcb1e960aada9903f4b1e5d96ac967bb324ba3aa75b594e18e13fae7ef25
|
data/lib/git/duo/cli.rb
CHANGED
@@ -8,7 +8,7 @@ module Git
|
|
8
8
|
parser = OptionParser.new do |opts|
|
9
9
|
puts current_repo.committer if ARGV.empty?
|
10
10
|
|
11
|
-
opts.on '--add AUTHOR', 'Add an author. Format: "
|
11
|
+
opts.on '--add AUTHOR', 'Add an author. Format: "key Firstname Lastname <author@example.com>"' do |string|
|
12
12
|
current_repo.authors = Author.import string
|
13
13
|
end
|
14
14
|
|
data/lib/git/duo/version.rb
CHANGED
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-duo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Teo Ljungberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|