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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86abf0bd1edfba03e11c350784f8b92ea1c7ab69
4
- data.tar.gz: 36b61939aaa264bc3521746b121f21f47379372d
3
+ metadata.gz: 64384ac284b927b84534146a3b8844f1ab2121d9
4
+ data.tar.gz: 3ba0c3a766cb167a514148d68ce2d6eb46a39b92
5
5
  SHA512:
6
- metadata.gz: c5248b53243083ea48abbd4bc044cf986c889888a22c1dd21b98904d4244e00cb4274dcfb92cd7e2126896d85ab322a5a8f233b954d0fbbf140d6c22132699d9
7
- data.tar.gz: 2d8a47d0e96058056e93a87e5468cdc0f44d7698c0d4d984c36b2af76acfd5d6216f0ef45dabfa79a5964c0805918379ac89117d2a1f09a49674c6bad4943894
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: "Key Author Name <author@example.com>"' do |string|
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
 
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module Duo
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
data/test/test_helper.rb CHANGED
@@ -1,7 +1,5 @@
1
1
  require 'minitest/autorun'
2
2
  require "mocha/setup"
3
-
4
- $:<< File.dirname(__FILE__) + "/../lib"
5
3
  require 'git/duo'
6
4
 
7
5
  def alfred_and_bruce
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.0
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-01-26 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler