git-whistles 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/git-pull-request CHANGED
@@ -99,7 +99,7 @@ if branch =~ /(\d+)$/
99
99
  $stdout.puts Term::ANSIColor.green "Found story #{story_id} in '#{project.name}'"
100
100
 
101
101
  headline = "Pivotal tracker story [##{story_id}](#{story.url}) in project *#{project.name}*:"
102
- description = story.description.split("\n").map { |line| "> #{line}" }
102
+ description = story.description.split("\n").map { |line| "> #{line}" }.join("\n")
103
103
  body = "#{headline}\n\n#{description}"
104
104
  title = "#{project.name}: #{story.name} [##{story.id}]"
105
105
 
@@ -2,7 +2,7 @@ require 'pathname'
2
2
 
3
3
  module Git
4
4
  module Whistles
5
- VERSION = "0.4.1"
5
+ VERSION = "0.4.2"
6
6
  GEMDIR = Pathname.new(__FILE__).parent.parent.parent
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-whistles
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Julien Letessier
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-08-31 00:00:00 +01:00
18
+ date: 2012-09-10 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency