git-review 0.7.0 → 0.7.1
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.
- data/lib/git-review.rb +1 -1
- metadata +4 -4
data/lib/git-review.rb
CHANGED
|
@@ -105,7 +105,7 @@ class GitReview
|
|
|
105
105
|
# Create a new request.
|
|
106
106
|
# TODO: Support creating requests to other repositories and branches (like the original repo, this has been forked from).
|
|
107
107
|
def create
|
|
108
|
-
prepare
|
|
108
|
+
# prepare
|
|
109
109
|
# Gather information.
|
|
110
110
|
last_request_id = @pending_requests.collect{|req| req['number'] }.sort.last.to_i
|
|
111
111
|
title = "[Review] Request from '#{github_login}' @ '#{source}'"
|
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:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 0.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dominik Bamberger, Cristian Messel
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-11-
|
|
18
|
+
date: 2011-11-10 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|