tutter-sppuppet 0.0.23 → 0.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.travis.yml +1 -0
- data/lib/tutter/action/sppuppet.rb +1 -1
- 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
|
+
Nzk2Njg0MzliNDUxOGYzZjQ1ZTliNDNlNzE2NDA4YzY3OThjNmJiZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmU3YzZhOWUzYTAwYTU1YmY0YWRjYmMyMWMwMWRmODY3YzcwMDU3MA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWIxNGNhN2E0ZjAwNjU2ZjkxNzE3NWU4ZDRkNDBiMWUyN2EzOGM4NTVkMGJm
|
10
|
+
M2M4NTdiYTgwZjE4Y2ExNzRmMTI0YTBiMWIxZjQwOThhMmM2YTU4ZjUwZDdj
|
11
|
+
ZDM3NmI5MzIwMGI1YjExYzBkYjE4OTk1NDNjOGQ3MDU0YjRkZWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTFmMTk3MmI4ZTQwMjA2OWQzYmZmNjdkOTNkYjdhMDM2ZWRlNjhjYzczNGVh
|
14
|
+
YjhlMjg3MjUzYTFkZDZiMTEwMGRiNWJlOGMyZGNhYzU4ZjFjYThhMzUzZDNj
|
15
|
+
Njc4OGJjZGRlN2UzZTMzODFhMzAyN2IwNDcxNDA4M2QwOGUwNTQ=
|
data/.travis.yml
CHANGED
@@ -80,7 +80,7 @@ class Sppuppet
|
|
80
80
|
# We only want to check newer comments
|
81
81
|
next if last_commit_date > i.created_at
|
82
82
|
|
83
|
-
if i.body == '!merge' || i.body.start_with?(':shipit:')
|
83
|
+
if i.body == '!merge' || i.body.start_with?(':shipit:') || i.body.start_with?(':ship:')
|
84
84
|
merger ||= i.attrs[:user].attrs[:login]
|
85
85
|
# Count as a +1 if it is not the author
|
86
86
|
unless pr.user.login == i.attrs[:user].attrs[:login]
|
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.24'
|
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.24
|
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-
|
13
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: tutter
|