tutter-sppuppet 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/tutter/action/sppuppet.rb +2 -2
- data/tutter-sppuppet.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MWI5NzVhMDFlMWQxYTRlNjU0YTk4Nzc4ZGFiYmY2MGM5MTgzMDdkMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
N2U5ZTA2MTg4MmVlYmE3OTA4NWZmZWMxNmM3Y2Q3MzlhYzQ0OTUzNQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTU0YmFjZWUzNDRhN2U0Y2I5Y2YxOWY5ZTIwMjMyZTllN2I3MTJkM2Q4YWE4
|
10
|
+
YTdjNDM4MWVhODIyMzQ0MTRhMWU1NDQ0N2RkZTlkZGUxZjFmZGNmMzgzMmI4
|
11
|
+
ODdmMzFjMTgxOGFjOGZlZGUxYWEyNTU1MTdkZDk5NDJiNGQ2YTQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjkzYjI2ZTBkOGM5YmZhNWFiNDFmMWM3YTg0ZTgyMGFkMGFjMDQ1M2E1NDY3
|
14
|
+
YzY5Nzc2MDFjOTRlOTFiODc4YjM4NGY3ZDNhMmQ0NDM4YTZlYTE5YjgwNjRl
|
15
|
+
YjkzMDQyMGU5N2I4ZDkyYTZhNDYyZTc5NGMyM2E4Yjc2MTE4NjI=
|
@@ -114,7 +114,7 @@ class Sppuppet
|
|
114
114
|
|
115
115
|
json = { url: pr.url,
|
116
116
|
title: pr.title,
|
117
|
-
|
117
|
+
opened_by: pr.user.login,
|
118
118
|
description: pr.body,
|
119
119
|
commits: @client.pull_request_commits(@project, pr.number).map { |c| { author: c.author, message: c.commit.message, sha: c.commit.tree.sha } },
|
120
120
|
head_sha: pr.head.sha,
|
@@ -124,7 +124,7 @@ class Sppuppet
|
|
124
124
|
# TODO: Word wrap description
|
125
125
|
merge_msg = <<MERGE_MSG
|
126
126
|
Title: #{pr.title}
|
127
|
-
|
127
|
+
Opened by: #{pr.user.login}
|
128
128
|
Reviewers: #{votes.keys.join ', '}
|
129
129
|
Deployer: #{merger}
|
130
130
|
URL: #{pr.url}
|
data/tutter-sppuppet.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = 'tutter-sppuppet'
|
4
|
-
s.version = '1.0.
|
4
|
+
s.version = '1.0.2'
|
5
5
|
s.author = ['Johan Haals', 'Erik Dalén', 'Alexey Lapitsky']
|
6
6
|
s.email = ['johan.haals@gmail.com', 'dalen@spotify.com', 'alexey@spotify.com']
|
7
7
|
s.homepage = 'https://github.com/jhaals/tutter-sppuppet'
|