git-review 0.8.8 → 0.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/git-review.rb +1 -1
  2. metadata +3 -3
data/lib/git-review.rb CHANGED
@@ -164,7 +164,7 @@ class GitReview
164
164
  update
165
165
  potential_new_request = @pending_requests.find{ |req| req['title'] == title }
166
166
  if potential_new_request and potential_new_request['number'] > last_request_id
167
- puts 'Successfully created new request.'
167
+ puts "Successfully created new request ##{potential_new_request['number']}."
168
168
  end
169
169
  else
170
170
  puts 'Nothing to push to remote yet. Commit something first.'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-review
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 8
10
- version: 0.8.8
9
+ - 9
10
+ version: 0.8.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dominik Bamberger, Cristian Messel