tutter-sppuppet 1.2.11 → 1.2.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 442991724d84a2aaa4ab03c91d3d60e02f3db09e
4
- data.tar.gz: 807ed7a33b40eb37ca6cfd1257988412076205db
3
+ metadata.gz: 898bedd833494f15c63913f99d72097c582bf596
4
+ data.tar.gz: 3eb6f8de09f22aaaa20ca296070d6c1c1f70a63b
5
5
  SHA512:
6
- metadata.gz: 2a9cd54d26c95efffb05a0be3ce62f275f16f3959224a8cbba7f81d581bbc70faae2f819009f6c3f9827984e10afe72d12cbbb419c943f49261ba9a01488e520
7
- data.tar.gz: 5a293010c31a36d413bc77d3a2f577fde4a2658c069401804e2759dcd150882d8234635753a814d1507ab11bdc4e621dbb944d1f02fba3e709b4265479c31fe9
6
+ metadata.gz: 63b1beb0bee0e1d80bfc50c1a3fb5d00544e82a4ce139e6f9d83243c591be9911d2b7cd5d63637cec478d78323e881079a1b8cefa5cdcf856589a29b745419a5
7
+ data.tar.gz: c615e1ebaee47167c8eae6ec304d0e7536f334cf0eb8333b49af8171f66d26482fd4b8e9caa087df5948fd5a460a9b766a37018edf59f18395cae07de9a14941
@@ -5,8 +5,8 @@ class Sppuppet
5
5
  # Match regexps
6
6
  MERGE_COMMENT = /(:shipit:|:ship:|!merge)/
7
7
  DELETE_BRANCH_COMMENT = /(:scissors:)/
8
- PLUS_VOTE = /^(:?\+1:?|LGTM|\+2)/ # Match :+1:, +1, +2 and LGTM
9
- MINUS_VOTE = /^(:?\-1:?)/ # Match :-1: and -1
8
+ PLUS_VOTE = /^(:?\+1:?|LGTM|\+2|:thumbsup:)/ # Match :+1:, +1, +2 and LGTM
9
+ MINUS_VOTE = /^(:?\-1:?|:thumbsdown:)/ # Match :-1: and -1
10
10
  BLOCK_VOTE = /^(:poop:|:hankey:|-2)/ # Blocks merge
11
11
  INCIDENT = /jira.*INCIDENT/
12
12
 
@@ -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.2.11'
4
+ s.version = '1.2.12'
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: 1.2.11
4
+ version: 1.2.12
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: 2016-09-06 00:00:00.000000000 Z
13
+ date: 2017-02-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: tutter
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.6.6
69
+ rubygems_version: 2.6.8
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Github code review without collaborator access