git-whistles 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-whistles (0.7.2)
4
+ git-whistles (0.7.3)
5
5
  pivotal-tracker (~> 0.5.6)
6
6
  term-ansicolor
7
7
 
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
 
@@ -4,7 +4,7 @@ require 'pathname'
4
4
 
5
5
  module Git
6
6
  module Whistles
7
- VERSION = "0.7.2"
7
+ VERSION = "0.7.3"
8
8
  GEMDIR = Pathname.new(__FILE__).parent.parent.parent
9
9
  end
10
10
  end
data/libexec/git-chop.sh CHANGED
@@ -20,5 +20,5 @@ if [ "$branch" = "$current_branch" ] ; then
20
20
  git checkout master || die
21
21
  fi
22
22
 
23
- git branch -d "$branch" || die
23
+ git branch -D "$branch" || die
24
24
  git push origin ":$branch" || die
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.2
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-03-13 00:00:00.000000000 Z
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: 2833088097211301364
166
+ hash: 3873880712353176680
167
167
  required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  none: false
169
169
  requirements: