prophet 1.5.5 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +13 -12
  3. data/lib/prophet/prophet.rb +1 -1
  4. metadata +33 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ab99f8ee6875265d10fc5d14354e3b446d15109
4
- data.tar.gz: 9d7966ce4c43c1ed57aa301d32679f14fe353472
3
+ metadata.gz: cc6bec0fbbd9a3cebc05993321820babc2a22624
4
+ data.tar.gz: f94afc0b2e929ecbb9e35565a0100b496ac5b11e
5
5
  SHA512:
6
- metadata.gz: 62e09e111a7d4259e3207d7572eadb8aad9cdf1053dc663d7ee522eb56c9b28f7d8fa92274aed47d9da142efe44271f1ac3c37b31942673350e25db9bbe69a07
7
- data.tar.gz: 564a2056cf15c491bac1144c7e27bad9af3c7f735a0cd8e57d1b5b1d50587369009ce257fbb25f193d2c23ffdf53f9d81bafa2c36db852eaa0cb3208608e137a
6
+ metadata.gz: b6e9c8a96a6917acf4baad32f43eb65328c005d318e506d76c4a9e674c9e53d3858ae258270188c94cf79d6b46c5cb2cf9a9d8056778cf676997102c529ab359
7
+ data.tar.gz: f2cbc8e6592bba409df24c417ddc9aeaf653d7ecbfd41ff7ac6ec4439dc558abc265730393a1811abf0d28b1b4bf8efe9064471e139e9fdd848f883a1b41597c
data/LICENSE CHANGED
@@ -1,20 +1,21 @@
1
- Copyright (C) 2011 Dominik Bamberger bamboo@suse.com
1
+ The MIT License (MIT)
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
3
+ Copyright (C) 2011 Dominik Bamberger bamboo@suse.com
9
4
 
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
12
14
 
13
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
20
-
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -100,7 +100,7 @@ class Prophet
100
100
  self.password_fail ||= self.password
101
101
  self.rerun_on_source_change = true if self.rerun_on_source_change.nil?
102
102
  self.rerun_on_target_change = true if self.rerun_on_target_change.nil?
103
- self.reuse_comments = true if self.reuse_comments.nil?
103
+ self.reuse_comments = false if self.reuse_comments.nil?
104
104
  # Allow for custom messages.
105
105
  self.status_pending ||= 'Prophet is still running.'
106
106
  self.status_failure ||= 'Prophet reports failure.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prophet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Bamberger
@@ -10,36 +10,50 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-28 00:00:00.000000000 Z
13
+ date: 2014-07-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: octokit
16
+ name: faraday_middleware
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - '>='
19
+ - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 0.9.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
- version: '0'
28
+ version: 0.9.0
29
29
  - !ruby/object:Gem::Dependency
30
- name: rspec
30
+ name: faraday
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - '>='
33
+ - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: '0'
35
+ version: 0.8.8
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - '>='
40
+ - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: '0'
42
+ version: 0.8.8
43
+ - !ruby/object:Gem::Dependency
44
+ name: octokit
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '='
48
+ - !ruby/object:Gem::Version
49
+ version: 1.25.0
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - '='
55
+ - !ruby/object:Gem::Version
56
+ version: 1.25.0
43
57
  description: Prophet runs custom code (i.e. your project's test suite) on open pull
44
58
  requests on GitHub. Afterwards it posts the result as a comment to the respective
45
59
  request. This should give you an outlook on the future state of your repository
@@ -50,13 +64,14 @@ extensions: []
50
64
  extra_rdoc_files: []
51
65
  files:
52
66
  - LICENSE
53
- - lib/tasks/prophet.rake
54
67
  - lib/prophet.rb
55
- - lib/prophet/railtie.rb
56
- - lib/prophet/pull_request.rb
57
68
  - lib/prophet/prophet.rb
69
+ - lib/prophet/pull_request.rb
70
+ - lib/prophet/railtie.rb
71
+ - lib/tasks/prophet.rake
58
72
  homepage: http://github.com/b4mboo/prophet
59
- licenses: []
73
+ licenses:
74
+ - MIT
60
75
  metadata: {}
61
76
  post_install_message:
62
77
  rdoc_options: []
@@ -74,9 +89,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
89
  version: '0'
75
90
  requirements: []
76
91
  rubyforge_project:
77
- rubygems_version: 2.0.3
92
+ rubygems_version: 2.2.2
78
93
  signing_key:
79
94
  specification_version: 4
80
95
  summary: An easy way to loop through open pull requests and run code onthe merged
81
96
  branch.
82
97
  test_files: []
98
+ has_rdoc: