git-whistles 0.7.2 → 0.7.3
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/Gemfile.lock +1 -1
- data/bin/git-pull-request +1 -1
- data/lib/git-whistles/version.rb +1 -1
- data/libexec/git-chop.sh +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/bin/git-pull-request
CHANGED
|
@@ -146,7 +146,7 @@ class App < Git::Whistles::App
|
|
|
146
146
|
description = story.description.split("\n").map { |line| "> #{line}" }.join("\n")
|
|
147
147
|
body = "#{headline}\n\n#{description}"
|
|
148
148
|
title = "#{project.name}: #{story.name} [##{story.id}]"
|
|
149
|
-
query.merge! :subject => story.name, :body => body, :title => title
|
|
149
|
+
query.merge! :subject => story.name, :"pull_request[body]" => body, :"pull_request[title]" => title
|
|
150
150
|
return
|
|
151
151
|
end
|
|
152
152
|
|
data/lib/git-whistles/version.rb
CHANGED
data/libexec/git-chop.sh
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-whistles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-06-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
163
163
|
version: '0'
|
|
164
164
|
segments:
|
|
165
165
|
- 0
|
|
166
|
-
hash:
|
|
166
|
+
hash: 3873880712353176680
|
|
167
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
none: false
|
|
169
169
|
requirements:
|