git-whistles 1.3 → 1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +42 -40
- data/lib/git-whistles/pull_request/jira.rb +1 -1
- data/lib/git-whistles/pull_request/pivotal.rb +1 -1
- data/lib/git-whistles/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb217a24a9bf72d8848bd71a7aebe6cd72aab242
|
4
|
+
data.tar.gz: 3394755ee665050df2d1ad5bff5aa4085e2c3c34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e1c34b16126bca49a5d6d7b3d75e7de6faec1d3f4ed1b439f7e5c5a1d7f0860220adb0249c50cae78ea82187bf59f2779e0d7e16f76c98aa4c590521b6faf88
|
7
|
+
data.tar.gz: 0b7d9494570c47f0504f1ed519a51059b6af298967337563926c07d1a14f1bc7a9511f434e11bc16d21fe7f5778b70affdf4c73a3f7199c350022117320b1a64
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
git-whistles (1.
|
4
|
+
git-whistles (1.4)
|
5
5
|
jira-ruby (~> 1.0.0)
|
6
6
|
pivotal-tracker (~> 0.5.6)
|
7
7
|
term-ansicolor
|
@@ -10,87 +10,89 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (4.2.
|
13
|
+
activesupport (4.2.10)
|
14
14
|
i18n (~> 0.7)
|
15
|
-
json (~> 1.7, >= 1.7.7)
|
16
15
|
minitest (~> 5.1)
|
17
16
|
thread_safe (~> 0.3, >= 0.3.4)
|
18
17
|
tzinfo (~> 1.1)
|
19
|
-
addressable (2.
|
20
|
-
|
21
|
-
|
18
|
+
addressable (2.5.2)
|
19
|
+
public_suffix (>= 2.0.2, < 4.0)
|
20
|
+
builder (3.2.3)
|
21
|
+
coderay (1.1.2)
|
22
|
+
concurrent-ruby (1.0.5)
|
22
23
|
crack (0.4.3)
|
23
24
|
safe_yaml (~> 1.0.0)
|
24
|
-
diff-lcs (1.
|
25
|
-
domain_name (0.5.
|
25
|
+
diff-lcs (1.3)
|
26
|
+
domain_name (0.5.20170404)
|
26
27
|
unf (>= 0.0.5, < 1.0.0)
|
27
|
-
hashdiff (0.3.
|
28
|
+
hashdiff (0.3.7)
|
28
29
|
http-cookie (1.0.3)
|
29
30
|
domain_name (~> 0.5)
|
30
|
-
httparty (0.
|
31
|
+
httparty (0.15.6)
|
31
32
|
multi_xml (>= 0.5.2)
|
32
|
-
i18n (0.
|
33
|
+
i18n (0.9.0)
|
34
|
+
concurrent-ruby (~> 1.0)
|
33
35
|
jira-ruby (1.0.0)
|
34
36
|
activesupport (~> 4.2, >= 4.2.0)
|
35
37
|
oauth (~> 0.5, >= 0.5.0)
|
36
|
-
json (1.8.3)
|
37
38
|
method_source (0.8.2)
|
38
39
|
mime-types (3.1)
|
39
40
|
mime-types-data (~> 3.2015)
|
40
41
|
mime-types-data (3.2016.0521)
|
41
|
-
mini_portile2 (2.
|
42
|
-
minitest (5.
|
43
|
-
multi_xml (0.
|
42
|
+
mini_portile2 (2.3.0)
|
43
|
+
minitest (5.10.3)
|
44
|
+
multi_xml (0.6.0)
|
44
45
|
multipart-post (2.0.0)
|
45
46
|
netrc (0.11.0)
|
46
|
-
nokogiri (1.
|
47
|
-
mini_portile2 (~> 2.
|
48
|
-
nokogiri-happymapper (0.
|
47
|
+
nokogiri (1.8.1)
|
48
|
+
mini_portile2 (~> 2.3.0)
|
49
|
+
nokogiri-happymapper (0.6.0)
|
49
50
|
nokogiri (~> 1.5)
|
50
|
-
oauth (0.5.
|
51
|
+
oauth (0.5.3)
|
51
52
|
pivotal-tracker (0.5.13)
|
52
53
|
builder
|
53
54
|
crack
|
54
55
|
nokogiri (>= 1.5.5)
|
55
56
|
nokogiri-happymapper (>= 0.5.4)
|
56
57
|
rest-client (>= 1.8.0)
|
57
|
-
pry (0.10.
|
58
|
+
pry (0.10.4)
|
58
59
|
coderay (~> 1.1.0)
|
59
60
|
method_source (~> 0.8.1)
|
60
61
|
slop (~> 3.4)
|
61
62
|
pry-nav (0.2.4)
|
62
63
|
pry (>= 0.9.10, < 0.11.0)
|
63
|
-
|
64
|
-
|
64
|
+
public_suffix (3.0.0)
|
65
|
+
rake (12.1.0)
|
66
|
+
rest-client (2.0.2)
|
65
67
|
http-cookie (>= 1.0.2, < 2.0)
|
66
68
|
mime-types (>= 1.16, < 4.0)
|
67
69
|
netrc (~> 0.8)
|
68
|
-
rspec (3.
|
69
|
-
rspec-core (~> 3.
|
70
|
-
rspec-expectations (~> 3.
|
71
|
-
rspec-mocks (~> 3.
|
72
|
-
rspec-core (3.
|
73
|
-
rspec-support (~> 3.
|
74
|
-
rspec-expectations (3.
|
70
|
+
rspec (3.7.0)
|
71
|
+
rspec-core (~> 3.7.0)
|
72
|
+
rspec-expectations (~> 3.7.0)
|
73
|
+
rspec-mocks (~> 3.7.0)
|
74
|
+
rspec-core (3.7.0)
|
75
|
+
rspec-support (~> 3.7.0)
|
76
|
+
rspec-expectations (3.7.0)
|
75
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
76
|
-
rspec-support (~> 3.
|
77
|
-
rspec-mocks (3.
|
78
|
+
rspec-support (~> 3.7.0)
|
79
|
+
rspec-mocks (3.7.0)
|
78
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
79
|
-
rspec-support (~> 3.
|
80
|
-
rspec-support (3.
|
81
|
+
rspec-support (~> 3.7.0)
|
82
|
+
rspec-support (3.7.0)
|
81
83
|
safe_yaml (1.0.4)
|
82
84
|
slop (3.6.0)
|
83
|
-
term-ansicolor (1.
|
85
|
+
term-ansicolor (1.6.0)
|
84
86
|
tins (~> 1.0)
|
85
|
-
thread_safe (0.3.
|
86
|
-
tins (1.
|
87
|
-
tzinfo (1.2.
|
87
|
+
thread_safe (0.3.6)
|
88
|
+
tins (1.15.0)
|
89
|
+
tzinfo (1.2.3)
|
88
90
|
thread_safe (~> 0.1)
|
89
91
|
unf (0.1.4)
|
90
92
|
unf_ext
|
91
|
-
unf_ext (0.0.7.
|
93
|
+
unf_ext (0.0.7.4)
|
92
94
|
vcr (3.0.3)
|
93
|
-
webmock (
|
95
|
+
webmock (3.1.0)
|
94
96
|
addressable (>= 2.3.6)
|
95
97
|
crack (>= 0.3.2)
|
96
98
|
hashdiff
|
@@ -112,4 +114,4 @@ DEPENDENCIES
|
|
112
114
|
webmock
|
113
115
|
|
114
116
|
BUNDLED WITH
|
115
|
-
1.
|
117
|
+
1.15.1
|
@@ -36,7 +36,7 @@ module Git
|
|
36
36
|
log.info "Found story #{issue_id} in '#{issue.fields['project']['name']}'"
|
37
37
|
|
38
38
|
title = "#{issue_id}: #{issue.summary}"
|
39
|
-
headline = "Jira story [##{issue_id}](#{client.options[:site]}/browse/#{issue_id}) in project *#{issue.project.name}*:"
|
39
|
+
headline = "Jira story [##{issue_id}](#{client.options[:site]}/browse/#{issue_id}) in project *#{issue.project.name.strip}*:"
|
40
40
|
|
41
41
|
description = safe_description(issue.description)
|
42
42
|
params[:subject] = issue.summary
|
@@ -48,7 +48,7 @@ module Git
|
|
48
48
|
log.info "Found story #{story_id} in '#{project.name}'"
|
49
49
|
|
50
50
|
title = "#{project.name}: #{story.name} [##{story.id}]"
|
51
|
-
headline = "Pivotal tracker story [##{story_id}](#{story.url}) in project *#{project.name}*:"
|
51
|
+
headline = "Pivotal tracker story [##{story_id}](#{story.url}) in project *#{project.name.strip}*:"
|
52
52
|
description = story.description.split("\n").map { |line| "> #{line}" }.join("\n")
|
53
53
|
params[:subject] = story.name
|
54
54
|
params[:'pull_request[title]'] = title
|
data/lib/git-whistles/version.rb
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: '1.
|
4
|
+
version: '1.4'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Letessier
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
263
|
version: 1.3.6
|
264
264
|
requirements: []
|
265
265
|
rubyforge_project:
|
266
|
-
rubygems_version: 2.
|
266
|
+
rubygems_version: 2.6.13
|
267
267
|
signing_key:
|
268
268
|
specification_version: 4
|
269
269
|
summary: 'A few helpers for classic Git workflows: makes branching and merging, PO
|