git_manager 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/git_manager.rb +1 -1
  2. metadata +4 -4
data/lib/git_manager.rb CHANGED
@@ -125,8 +125,8 @@ class Git::Blames::Pending
125
125
 
126
126
  def find_contributors
127
127
  # @tasks = Git::Blames::Pending.new.tasks
128
- contributors = []
129
128
  @tasks.each_pair do |key, attributes|
129
+ contributors = []
130
130
  `git blame "#{attributes[:spec_file]}"`.each do |blame|
131
131
  contributor = blame.split(")")[0].split("(")[1]
132
132
  contributor = contributor.split(/\s+\d/)[0]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_manager
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - kikuchiyo
@@ -21,7 +21,7 @@ dependencies: []
21
21
  description: |-
22
22
  delete old git branches and blame pending specs
23
23
  for e-mailing: requires config/email.yml file in root directory
24
- for using build logs make sure you pass path to Git::Blames::Pending.new through :root parameter
24
+ for using build logs make sure you pass path to Git::Blames::Pending.new through :root parameter. Bug fix to contributors - was not being reset per spec
25
25
  email: kikuchiyo6@gmail.com
26
26
  executables: []
27
27