git-review-notes 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = GitReviewNotes::VERSION
8
8
  s.authors = ["Aleksei Gusev"]
9
9
  s.email = ["aleksei.gusev@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/hron/git-review"
11
11
  s.summary = "Adds git review command."
12
12
  s.description = <<-DSC
13
13
  git review will add note for each commit in current branch
@@ -19,7 +19,10 @@ module GitReviewNotes
19
19
  commits = commits_shas.map {|sha| git.object(sha)}
20
20
  add_reviewed_by(commits)
21
21
 
22
- system "git log"
22
+ commits_shas.each do |commit_sha|
23
+ system "git log -1 #{commit_sha}"
24
+ puts
25
+ end
23
26
  ask_for_pushing_review(commits)
24
27
  end
25
28
 
@@ -1,3 +1,3 @@
1
1
  module GitReviewNotes
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-review-notes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aleksei Gusev
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-28 00:00:00 Z
18
+ date: 2011-12-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: git
@@ -130,7 +130,7 @@ files:
130
130
  - lib/git_review_notes/git_lib_fix_19.rb
131
131
  - lib/git_review_notes/version.rb
132
132
  - tmp/.gitkeep
133
- homepage: ""
133
+ homepage: https://github.com/hron/git-review
134
134
  licenses: []
135
135
 
136
136
  post_install_message: