tutter-sppuppet 1.2.10 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- Y2JlZjE5YzE0OWI0MzEwOWMyNTRjMzFlZDJiNzg5Yjg5ZTVmZTQ2Zg==
5
- data.tar.gz: !binary |-
6
- MzM2NmU4MmQ0NTc3ODAzNDQzMGQyN2NkYzZhNDc3ZDFlNDlmNjVmNw==
2
+ SHA1:
3
+ metadata.gz: 442991724d84a2aaa4ab03c91d3d60e02f3db09e
4
+ data.tar.gz: 807ed7a33b40eb37ca6cfd1257988412076205db
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NTI1MWI5MGExMjg0YmRjZjZjYzgxZTYzZmEzODQzOTAwMzVmYmY2ODczOWY3
10
- YmRhY2NiYWE0OWRkYTMzM2Q2YjFmM2EyOTVkOTkzYWRlMTE5NGVmZjk5NWNh
11
- MTMwOTJhYTdkZmM4YmJlYjVmNWMzZTJlMGQzNzE2ZjA5MzkwMTg=
12
- data.tar.gz: !binary |-
13
- OTM0ZWI0OTY3OGUyMWI5Y2IxNDY3YzkwZDU4ZjVmN2MxMTk5MDIwM2U1Yjdl
14
- NDg0YmU5MWY4M2RkODk4MjUyZmM3ZDM2NmYyZGI5OTAzNWZmZmM4ODc4Mzkx
15
- NGEzN2ZlMWRlMzg5ZWViYWEwZjQzNDk1ZTdjNzRjZTliNDA5ZmY=
6
+ metadata.gz: 2a9cd54d26c95efffb05a0be3ce62f275f16f3959224a8cbba7f81d581bbc70faae2f819009f6c3f9827984e10afe72d12cbbb419c943f49261ba9a01488e520
7
+ data.tar.gz: 5a293010c31a36d413bc77d3a2f577fde4a2658c069401804e2759dcd150882d8234635753a814d1507ab11bdc4e621dbb944d1f02fba3e709b4265479c31fe9
@@ -5,7 +5,7 @@ class Sppuppet
5
5
  # Match regexps
6
6
  MERGE_COMMENT = /(:shipit:|:ship:|!merge)/
7
7
  DELETE_BRANCH_COMMENT = /(:scissors:)/
8
- PLUS_VOTE = /^(:?\+1:?|LGTM)/ # Match :+1:, +1, and LGTM
8
+ PLUS_VOTE = /^(:?\+1:?|LGTM|\+2)/ # Match :+1:, +1, +2 and LGTM
9
9
  MINUS_VOTE = /^(:?\-1:?)/ # Match :-1: and -1
10
10
  BLOCK_VOTE = /^(:poop:|:hankey:|-2)/ # Blocks merge
11
11
  INCIDENT = /jira.*INCIDENT/
@@ -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.10'
4
+ s.version = '1.2.11'
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.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Haals
@@ -10,20 +10,20 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-04-29 00:00:00.000000000 Z
13
+ date: 2016-09-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: tutter
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - ! '>='
19
+ - - ">="
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - ! '>='
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  version: '0'
29
29
  description: This tutter action let non collaborators review and merge code without
@@ -36,7 +36,7 @@ executables: []
36
36
  extensions: []
37
37
  extra_rdoc_files: []
38
38
  files:
39
- - .travis.yml
39
+ - ".travis.yml"
40
40
  - Gemfile
41
41
  - README.md
42
42
  - Rakefile
@@ -56,17 +56,17 @@ require_paths:
56
56
  - lib
57
57
  required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: 1.8.7
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ! '>='
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.5.1
69
+ rubygems_version: 2.6.6
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Github code review without collaborator access