tutter-sppuppet 0.0.16 → 0.0.17
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 +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzFmOWE1OWUyNTMyM2M1MTZjNzRkYjNjM2EzMTFjOWY4MDRlZDQzYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZGJmNjZiY2EwNDQ2ZWU5NGE3MTA0NzI2NGVjYTAyZTZmY2UxODU4NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTJmZmFiNDJkMDUwMTJmZjZhZmY0NTBhMDFhYjc3YTBhY2Y0Y2NkOTY5MmM5
|
10
|
+
ZjYwNTFjMWYyMmI2ZTMxOTEyOTc5MmJhYzcwOTE2NTBhNzZmZWM5NjQ5ZmE3
|
11
|
+
MzEzZTA5NmE4NTc0ZTRiNmY5YTcxNzA5OTlkYzdkMjM2NzVjMDg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTRlOTFjOTFmYjJlNDM4OWUyOGI0MzIzMDg0NWYwYjkzZjlmMTE0MDEwYTA4
|
14
|
+
Yjg3YWQ4M2ZhMzA0YzA5Mzk5YTYyMjdlM2U1YTRhYzA0MWZjZmZhNDNlMjA1
|
15
|
+
ZGQ4MDgzNWY1MTlkMTk0MmYxMjU3NDU3ZTUyNTUwYTNjODY0ZGM=
|
@@ -89,7 +89,7 @@ class Sppuppet
|
|
89
89
|
title: pr.title,
|
90
90
|
author: pr.user.login,
|
91
91
|
description: pr.body,
|
92
|
-
commits: @client.pull_request_commits(@project, pr.number).map { |c| { author: c.author
|
92
|
+
commits: @client.pull_request_commits(@project, pr.number).map { |c| { author: c.author, message: c.commit.message, sha: c.commit.tree.sha } },
|
93
93
|
head_sha: pr.head.sha,
|
94
94
|
tests: @client.combined_status(@project, pr.head.sha).statuses.map { |s| {state: s.state, url: s.target_url, description: s.description } },
|
95
95
|
reviewers: plus_one.keys,
|
@@ -98,7 +98,7 @@ class Sppuppet
|
|
98
98
|
merge_msg = <<MERGE_MSG
|
99
99
|
Title: #{pr.title}
|
100
100
|
Description: #{pr.body}
|
101
|
-
Author: #{pr.
|
101
|
+
Author: #{pr.user.login}
|
102
102
|
Reviewers: #{plus_one.keys.join ', '}
|
103
103
|
Deployer: #{comments.last.user.login}
|
104
104
|
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 = '0.0.
|
4
|
+
s.version = '0.0.17'
|
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'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tutter-sppuppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Johan Haals
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-03-
|
13
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: tutter
|