vx-service_connector 0.3.0 → 0.3.1

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: ab0eff25caf5ee2ce030a75bdd20eccc1df4ef9f
4
- data.tar.gz: 4f95803dbc9b67ca06e1a26f898a72ff342e4aea
3
+ metadata.gz: e2597eb36531c9c698ed6edba38d3d31ee2f430f
4
+ data.tar.gz: ac1c6db11234658e5bb68b73f1ddc3768f3c2099
5
5
  SHA512:
6
- metadata.gz: 739a18f6ffd6516d9c4a4615f84c257b98adaf6fff86e64016abd8c0eb5c8df2cf314ee39127666b12c9d7f71fc4dc20e3abda5c928724ff5055e5035c3d3c02
7
- data.tar.gz: 71e15770f7debb28f4582c55c025548a5ea8a478e9330d54fbe1cf3c88520e7509d1b32bf2fc00d0d4c041055188dfd02d41408d370745309307bae9ca458b25
6
+ metadata.gz: 532bc26763bdc82e452c27d187259e6154f1f7a7327ddc87599e7ee0b7945e0425080244a0022e1069e51b81329876f68b6b6b445056a764005eed7d00d553d8
7
+ data.tar.gz: 6ed9c5873b64c26bfe2b8710374cd282031e43e605979f7d5161041953e2d30f896bb8c23674604e0633e5d8b94089616869f58f1a0644cd81dd08f29dcc2432
@@ -100,7 +100,7 @@ module Vx
100
100
 
101
101
  def pull_request_head_repo_id
102
102
  if pull_request?
103
- pull_request['head']['repo']['id']
103
+ pull_request['head']['repo'] && pull_request['head']['repo']['id']
104
104
  end
105
105
  end
106
106
 
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module ServiceConnector
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
@@ -0,0 +1,341 @@
1
+ {
2
+ "action": "labeled",
3
+ "number": 1109,
4
+ "pull_request": {
5
+ "url": "https://api.github.com/repos/capistrano/capistrano/pulls/1109",
6
+ "id": 19202998,
7
+ "html_url": "https://github.com/capistrano/capistrano/pull/1109",
8
+ "diff_url": "https://github.com/capistrano/capistrano/pull/1109.diff",
9
+ "patch_url": "https://github.com/capistrano/capistrano/pull/1109.patch",
10
+ "issue_url": "https://api.github.com/repos/capistrano/capistrano/issues/1109",
11
+ "number": 1109,
12
+ "state": "open",
13
+ "locked": false,
14
+ "title": "Replaced Hash#has_key? is deprecated method with Hash#key?",
15
+ "user": {
16
+ "login": "justanshulsharma",
17
+ "id": 4547169,
18
+ "avatar_url": "https://avatars.githubusercontent.com/u/4547169?v=3",
19
+ "gravatar_id": "",
20
+ "url": "https://api.github.com/users/justanshulsharma",
21
+ "html_url": "https://github.com/justanshulsharma",
22
+ "followers_url": "https://api.github.com/users/justanshulsharma/followers",
23
+ "following_url": "https://api.github.com/users/justanshulsharma/following{/other_user}",
24
+ "gists_url": "https://api.github.com/users/justanshulsharma/gists{/gist_id}",
25
+ "starred_url": "https://api.github.com/users/justanshulsharma/starred{/owner}{/repo}",
26
+ "subscriptions_url": "https://api.github.com/users/justanshulsharma/subscriptions",
27
+ "organizations_url": "https://api.github.com/users/justanshulsharma/orgs",
28
+ "repos_url": "https://api.github.com/users/justanshulsharma/repos",
29
+ "events_url": "https://api.github.com/users/justanshulsharma/events{/privacy}",
30
+ "received_events_url": "https://api.github.com/users/justanshulsharma/received_events",
31
+ "type": "User",
32
+ "site_admin": false
33
+ },
34
+ "body": "",
35
+ "created_at": "2014-08-01T10:23:43Z",
36
+ "updated_at": "2014-11-17T15:38:40Z",
37
+ "closed_at": null,
38
+ "merged_at": null,
39
+ "merge_commit_sha": "be5cfd8e888c52c3e1c864169e70e8c9bea06f68",
40
+ "assignee": null,
41
+ "milestone": null,
42
+ "commits_url": "https://api.github.com/repos/capistrano/capistrano/pulls/1109/commits",
43
+ "review_comments_url": "https://api.github.com/repos/capistrano/capistrano/pulls/1109/comments",
44
+ "review_comment_url": "https://api.github.com/repos/capistrano/capistrano/pulls/comments/{number}",
45
+ "comments_url": "https://api.github.com/repos/capistrano/capistrano/issues/1109/comments",
46
+ "statuses_url": "https://api.github.com/repos/capistrano/capistrano/statuses/d5f67383592ddce6bfb63d8160b8c3ce30823989",
47
+ "head": {
48
+ "label": "justanshulsharma:master",
49
+ "ref": "master",
50
+ "sha": "d5f67383592ddce6bfb63d8160b8c3ce30823989",
51
+ "user": {
52
+ "login": "justanshulsharma",
53
+ "id": 4547169,
54
+ "avatar_url": "https://avatars.githubusercontent.com/u/4547169?v=3",
55
+ "gravatar_id": "",
56
+ "url": "https://api.github.com/users/justanshulsharma",
57
+ "html_url": "https://github.com/justanshulsharma",
58
+ "followers_url": "https://api.github.com/users/justanshulsharma/followers",
59
+ "following_url": "https://api.github.com/users/justanshulsharma/following{/other_user}",
60
+ "gists_url": "https://api.github.com/users/justanshulsharma/gists{/gist_id}",
61
+ "starred_url": "https://api.github.com/users/justanshulsharma/starred{/owner}{/repo}",
62
+ "subscriptions_url": "https://api.github.com/users/justanshulsharma/subscriptions",
63
+ "organizations_url": "https://api.github.com/users/justanshulsharma/orgs",
64
+ "repos_url": "https://api.github.com/users/justanshulsharma/repos",
65
+ "events_url": "https://api.github.com/users/justanshulsharma/events{/privacy}",
66
+ "received_events_url": "https://api.github.com/users/justanshulsharma/received_events",
67
+ "type": "User",
68
+ "site_admin": false
69
+ },
70
+ "repo": null
71
+ },
72
+ "base": {
73
+ "label": "capistrano:master",
74
+ "ref": "master",
75
+ "sha": "3e664b01f28dd33ce700254f41a6bdbdeccca092",
76
+ "user": {
77
+ "login": "capistrano",
78
+ "id": 58257,
79
+ "avatar_url": "https://avatars.githubusercontent.com/u/58257?v=3",
80
+ "gravatar_id": "",
81
+ "url": "https://api.github.com/users/capistrano",
82
+ "html_url": "https://github.com/capistrano",
83
+ "followers_url": "https://api.github.com/users/capistrano/followers",
84
+ "following_url": "https://api.github.com/users/capistrano/following{/other_user}",
85
+ "gists_url": "https://api.github.com/users/capistrano/gists{/gist_id}",
86
+ "starred_url": "https://api.github.com/users/capistrano/starred{/owner}{/repo}",
87
+ "subscriptions_url": "https://api.github.com/users/capistrano/subscriptions",
88
+ "organizations_url": "https://api.github.com/users/capistrano/orgs",
89
+ "repos_url": "https://api.github.com/users/capistrano/repos",
90
+ "events_url": "https://api.github.com/users/capistrano/events{/privacy}",
91
+ "received_events_url": "https://api.github.com/users/capistrano/received_events",
92
+ "type": "Organization",
93
+ "site_admin": false
94
+ },
95
+ "repo": {
96
+ "id": 138312,
97
+ "name": "capistrano",
98
+ "full_name": "capistrano/capistrano",
99
+ "owner": {
100
+ "login": "capistrano",
101
+ "id": 58257,
102
+ "avatar_url": "https://avatars.githubusercontent.com/u/58257?v=3",
103
+ "gravatar_id": "",
104
+ "url": "https://api.github.com/users/capistrano",
105
+ "html_url": "https://github.com/capistrano",
106
+ "followers_url": "https://api.github.com/users/capistrano/followers",
107
+ "following_url": "https://api.github.com/users/capistrano/following{/other_user}",
108
+ "gists_url": "https://api.github.com/users/capistrano/gists{/gist_id}",
109
+ "starred_url": "https://api.github.com/users/capistrano/starred{/owner}{/repo}",
110
+ "subscriptions_url": "https://api.github.com/users/capistrano/subscriptions",
111
+ "organizations_url": "https://api.github.com/users/capistrano/orgs",
112
+ "repos_url": "https://api.github.com/users/capistrano/repos",
113
+ "events_url": "https://api.github.com/users/capistrano/events{/privacy}",
114
+ "received_events_url": "https://api.github.com/users/capistrano/received_events",
115
+ "type": "Organization",
116
+ "site_admin": false
117
+ },
118
+ "private": false,
119
+ "html_url": "https://github.com/capistrano/capistrano",
120
+ "description": "Remote multi-server automation tool",
121
+ "fork": false,
122
+ "url": "https://api.github.com/repos/capistrano/capistrano",
123
+ "forks_url": "https://api.github.com/repos/capistrano/capistrano/forks",
124
+ "keys_url": "https://api.github.com/repos/capistrano/capistrano/keys{/key_id}",
125
+ "collaborators_url": "https://api.github.com/repos/capistrano/capistrano/collaborators{/collaborator}",
126
+ "teams_url": "https://api.github.com/repos/capistrano/capistrano/teams",
127
+ "hooks_url": "https://api.github.com/repos/capistrano/capistrano/hooks",
128
+ "issue_events_url": "https://api.github.com/repos/capistrano/capistrano/issues/events{/number}",
129
+ "events_url": "https://api.github.com/repos/capistrano/capistrano/events",
130
+ "assignees_url": "https://api.github.com/repos/capistrano/capistrano/assignees{/user}",
131
+ "branches_url": "https://api.github.com/repos/capistrano/capistrano/branches{/branch}",
132
+ "tags_url": "https://api.github.com/repos/capistrano/capistrano/tags",
133
+ "blobs_url": "https://api.github.com/repos/capistrano/capistrano/git/blobs{/sha}",
134
+ "git_tags_url": "https://api.github.com/repos/capistrano/capistrano/git/tags{/sha}",
135
+ "git_refs_url": "https://api.github.com/repos/capistrano/capistrano/git/refs{/sha}",
136
+ "trees_url": "https://api.github.com/repos/capistrano/capistrano/git/trees{/sha}",
137
+ "statuses_url": "https://api.github.com/repos/capistrano/capistrano/statuses/{sha}",
138
+ "languages_url": "https://api.github.com/repos/capistrano/capistrano/languages",
139
+ "stargazers_url": "https://api.github.com/repos/capistrano/capistrano/stargazers",
140
+ "contributors_url": "https://api.github.com/repos/capistrano/capistrano/contributors",
141
+ "subscribers_url": "https://api.github.com/repos/capistrano/capistrano/subscribers",
142
+ "subscription_url": "https://api.github.com/repos/capistrano/capistrano/subscription",
143
+ "commits_url": "https://api.github.com/repos/capistrano/capistrano/commits{/sha}",
144
+ "git_commits_url": "https://api.github.com/repos/capistrano/capistrano/git/commits{/sha}",
145
+ "comments_url": "https://api.github.com/repos/capistrano/capistrano/comments{/number}",
146
+ "issue_comment_url": "https://api.github.com/repos/capistrano/capistrano/issues/comments/{number}",
147
+ "contents_url": "https://api.github.com/repos/capistrano/capistrano/contents/{+path}",
148
+ "compare_url": "https://api.github.com/repos/capistrano/capistrano/compare/{base}...{head}",
149
+ "merges_url": "https://api.github.com/repos/capistrano/capistrano/merges",
150
+ "archive_url": "https://api.github.com/repos/capistrano/capistrano/{archive_format}{/ref}",
151
+ "downloads_url": "https://api.github.com/repos/capistrano/capistrano/downloads",
152
+ "issues_url": "https://api.github.com/repos/capistrano/capistrano/issues{/number}",
153
+ "pulls_url": "https://api.github.com/repos/capistrano/capistrano/pulls{/number}",
154
+ "milestones_url": "https://api.github.com/repos/capistrano/capistrano/milestones{/number}",
155
+ "notifications_url": "https://api.github.com/repos/capistrano/capistrano/notifications{?since,all,participating}",
156
+ "labels_url": "https://api.github.com/repos/capistrano/capistrano/labels{/name}",
157
+ "releases_url": "https://api.github.com/repos/capistrano/capistrano/releases{/id}",
158
+ "created_at": "2009-02-26T16:14:04Z",
159
+ "updated_at": "2014-11-17T14:44:44Z",
160
+ "pushed_at": "2014-11-17T15:36:08Z",
161
+ "git_url": "git://github.com/capistrano/capistrano.git",
162
+ "ssh_url": "git@github.com:capistrano/capistrano.git",
163
+ "clone_url": "https://github.com/capistrano/capistrano.git",
164
+ "svn_url": "https://github.com/capistrano/capistrano",
165
+ "homepage": "http://www.capistranorb.com",
166
+ "size": 15453,
167
+ "stargazers_count": 6299,
168
+ "watchers_count": 6299,
169
+ "language": "Ruby",
170
+ "has_issues": true,
171
+ "has_downloads": false,
172
+ "has_wiki": true,
173
+ "has_pages": false,
174
+ "forks_count": 1060,
175
+ "mirror_url": null,
176
+ "open_issues_count": 34,
177
+ "forks": 1060,
178
+ "open_issues": 34,
179
+ "watchers": 6299,
180
+ "default_branch": "master"
181
+ }
182
+ },
183
+ "_links": {
184
+ "self": {
185
+ "href": "https://api.github.com/repos/capistrano/capistrano/pulls/1109"
186
+ },
187
+ "html": {
188
+ "href": "https://github.com/capistrano/capistrano/pull/1109"
189
+ },
190
+ "issue": {
191
+ "href": "https://api.github.com/repos/capistrano/capistrano/issues/1109"
192
+ },
193
+ "comments": {
194
+ "href": "https://api.github.com/repos/capistrano/capistrano/issues/1109/comments"
195
+ },
196
+ "review_comments": {
197
+ "href": "https://api.github.com/repos/capistrano/capistrano/pulls/1109/comments"
198
+ },
199
+ "review_comment": {
200
+ "href": "https://api.github.com/repos/capistrano/capistrano/pulls/comments/{number}"
201
+ },
202
+ "commits": {
203
+ "href": "https://api.github.com/repos/capistrano/capistrano/pulls/1109/commits"
204
+ },
205
+ "statuses": {
206
+ "href": "https://api.github.com/repos/capistrano/capistrano/statuses/d5f67383592ddce6bfb63d8160b8c3ce30823989"
207
+ }
208
+ },
209
+ "merged": false,
210
+ "mergeable": true,
211
+ "mergeable_state": "unstable",
212
+ "merged_by": null,
213
+ "comments": 0,
214
+ "review_comments": 0,
215
+ "commits": 2,
216
+ "additions": 3,
217
+ "deletions": 3,
218
+ "changed_files": 2
219
+ },
220
+ "label": {
221
+ "url": "https://api.github.com/repos/capistrano/capistrano/labels/v3",
222
+ "name": "v3",
223
+ "color": "02e10c"
224
+ },
225
+ "repository": {
226
+ "id": 138312,
227
+ "name": "capistrano",
228
+ "full_name": "capistrano/capistrano",
229
+ "owner": {
230
+ "login": "capistrano",
231
+ "id": 58257,
232
+ "avatar_url": "https://avatars.githubusercontent.com/u/58257?v=3",
233
+ "gravatar_id": "",
234
+ "url": "https://api.github.com/users/capistrano",
235
+ "html_url": "https://github.com/capistrano",
236
+ "followers_url": "https://api.github.com/users/capistrano/followers",
237
+ "following_url": "https://api.github.com/users/capistrano/following{/other_user}",
238
+ "gists_url": "https://api.github.com/users/capistrano/gists{/gist_id}",
239
+ "starred_url": "https://api.github.com/users/capistrano/starred{/owner}{/repo}",
240
+ "subscriptions_url": "https://api.github.com/users/capistrano/subscriptions",
241
+ "organizations_url": "https://api.github.com/users/capistrano/orgs",
242
+ "repos_url": "https://api.github.com/users/capistrano/repos",
243
+ "events_url": "https://api.github.com/users/capistrano/events{/privacy}",
244
+ "received_events_url": "https://api.github.com/users/capistrano/received_events",
245
+ "type": "Organization",
246
+ "site_admin": false
247
+ },
248
+ "private": false,
249
+ "html_url": "https://github.com/capistrano/capistrano",
250
+ "description": "Remote multi-server automation tool",
251
+ "fork": false,
252
+ "url": "https://api.github.com/repos/capistrano/capistrano",
253
+ "forks_url": "https://api.github.com/repos/capistrano/capistrano/forks",
254
+ "keys_url": "https://api.github.com/repos/capistrano/capistrano/keys{/key_id}",
255
+ "collaborators_url": "https://api.github.com/repos/capistrano/capistrano/collaborators{/collaborator}",
256
+ "teams_url": "https://api.github.com/repos/capistrano/capistrano/teams",
257
+ "hooks_url": "https://api.github.com/repos/capistrano/capistrano/hooks",
258
+ "issue_events_url": "https://api.github.com/repos/capistrano/capistrano/issues/events{/number}",
259
+ "events_url": "https://api.github.com/repos/capistrano/capistrano/events",
260
+ "assignees_url": "https://api.github.com/repos/capistrano/capistrano/assignees{/user}",
261
+ "branches_url": "https://api.github.com/repos/capistrano/capistrano/branches{/branch}",
262
+ "tags_url": "https://api.github.com/repos/capistrano/capistrano/tags",
263
+ "blobs_url": "https://api.github.com/repos/capistrano/capistrano/git/blobs{/sha}",
264
+ "git_tags_url": "https://api.github.com/repos/capistrano/capistrano/git/tags{/sha}",
265
+ "git_refs_url": "https://api.github.com/repos/capistrano/capistrano/git/refs{/sha}",
266
+ "trees_url": "https://api.github.com/repos/capistrano/capistrano/git/trees{/sha}",
267
+ "statuses_url": "https://api.github.com/repos/capistrano/capistrano/statuses/{sha}",
268
+ "languages_url": "https://api.github.com/repos/capistrano/capistrano/languages",
269
+ "stargazers_url": "https://api.github.com/repos/capistrano/capistrano/stargazers",
270
+ "contributors_url": "https://api.github.com/repos/capistrano/capistrano/contributors",
271
+ "subscribers_url": "https://api.github.com/repos/capistrano/capistrano/subscribers",
272
+ "subscription_url": "https://api.github.com/repos/capistrano/capistrano/subscription",
273
+ "commits_url": "https://api.github.com/repos/capistrano/capistrano/commits{/sha}",
274
+ "git_commits_url": "https://api.github.com/repos/capistrano/capistrano/git/commits{/sha}",
275
+ "comments_url": "https://api.github.com/repos/capistrano/capistrano/comments{/number}",
276
+ "issue_comment_url": "https://api.github.com/repos/capistrano/capistrano/issues/comments/{number}",
277
+ "contents_url": "https://api.github.com/repos/capistrano/capistrano/contents/{+path}",
278
+ "compare_url": "https://api.github.com/repos/capistrano/capistrano/compare/{base}...{head}",
279
+ "merges_url": "https://api.github.com/repos/capistrano/capistrano/merges",
280
+ "archive_url": "https://api.github.com/repos/capistrano/capistrano/{archive_format}{/ref}",
281
+ "downloads_url": "https://api.github.com/repos/capistrano/capistrano/downloads",
282
+ "issues_url": "https://api.github.com/repos/capistrano/capistrano/issues{/number}",
283
+ "pulls_url": "https://api.github.com/repos/capistrano/capistrano/pulls{/number}",
284
+ "milestones_url": "https://api.github.com/repos/capistrano/capistrano/milestones{/number}",
285
+ "notifications_url": "https://api.github.com/repos/capistrano/capistrano/notifications{?since,all,participating}",
286
+ "labels_url": "https://api.github.com/repos/capistrano/capistrano/labels{/name}",
287
+ "releases_url": "https://api.github.com/repos/capistrano/capistrano/releases{/id}",
288
+ "created_at": "2009-02-26T16:14:04Z",
289
+ "updated_at": "2014-11-17T14:44:44Z",
290
+ "pushed_at": "2014-11-17T15:36:08Z",
291
+ "git_url": "git://github.com/capistrano/capistrano.git",
292
+ "ssh_url": "git@github.com:capistrano/capistrano.git",
293
+ "clone_url": "https://github.com/capistrano/capistrano.git",
294
+ "svn_url": "https://github.com/capistrano/capistrano",
295
+ "homepage": "http://www.capistranorb.com",
296
+ "size": 15453,
297
+ "stargazers_count": 6299,
298
+ "watchers_count": 6299,
299
+ "language": "Ruby",
300
+ "has_issues": true,
301
+ "has_downloads": false,
302
+ "has_wiki": true,
303
+ "has_pages": false,
304
+ "forks_count": 1060,
305
+ "mirror_url": null,
306
+ "open_issues_count": 34,
307
+ "forks": 1060,
308
+ "open_issues": 34,
309
+ "watchers": 6299,
310
+ "default_branch": "master"
311
+ },
312
+ "organization": {
313
+ "login": "capistrano",
314
+ "id": 58257,
315
+ "url": "https://api.github.com/orgs/capistrano",
316
+ "repos_url": "https://api.github.com/orgs/capistrano/repos",
317
+ "events_url": "https://api.github.com/orgs/capistrano/events",
318
+ "members_url": "https://api.github.com/orgs/capistrano/members{/member}",
319
+ "public_members_url": "https://api.github.com/orgs/capistrano/public_members{/member}",
320
+ "avatar_url": "https://avatars.githubusercontent.com/u/58257?v=3"
321
+ },
322
+ "sender": {
323
+ "login": "leehambley",
324
+ "id": 18952,
325
+ "avatar_url": "https://avatars.githubusercontent.com/u/18952?v=3",
326
+ "gravatar_id": "",
327
+ "url": "https://api.github.com/users/leehambley",
328
+ "html_url": "https://github.com/leehambley",
329
+ "followers_url": "https://api.github.com/users/leehambley/followers",
330
+ "following_url": "https://api.github.com/users/leehambley/following{/other_user}",
331
+ "gists_url": "https://api.github.com/users/leehambley/gists{/gist_id}",
332
+ "starred_url": "https://api.github.com/users/leehambley/starred{/owner}{/repo}",
333
+ "subscriptions_url": "https://api.github.com/users/leehambley/subscriptions",
334
+ "organizations_url": "https://api.github.com/users/leehambley/orgs",
335
+ "repos_url": "https://api.github.com/users/leehambley/repos",
336
+ "events_url": "https://api.github.com/users/leehambley/events{/privacy}",
337
+ "received_events_url": "https://api.github.com/users/leehambley/received_events",
338
+ "type": "User",
339
+ "site_admin": false
340
+ }
341
+ }
@@ -86,4 +86,13 @@ describe Vx::ServiceConnector::Github::Payload do
86
86
  it { should_not be_ignore }
87
87
  end
88
88
 
89
+ context "bug_1 pull_request head repo is null" do
90
+ let(:content) { read_json_fixture("github/payload/bug_1_pr_head_repo_is_null") }
91
+ before do
92
+ mock_get_commit 'capistrano/capistrano', 'd5f67383592ddce6bfb63d8160b8c3ce30823989'
93
+ end
94
+ it { should be_pull_request }
95
+ it { should be_foreign_pull_request }
96
+ end
97
+
89
98
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-service_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-13 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -28,70 +28,70 @@ dependencies:
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.9.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.9.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: oauth
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '4.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '4.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '1.3'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.3'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rake
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
@@ -112,26 +112,26 @@ dependencies:
112
112
  name: webmock
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '>='
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '>='
122
+ - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: ' vx-service_connector '
125
+ description: " vx-service_connector "
126
126
  email:
127
127
  - dima.exe@gmail.com
128
128
  executables: []
129
129
  extensions: []
130
130
  extra_rdoc_files: []
131
131
  files:
132
- - .gitignore
133
- - .rspec
134
- - .travis.yml
132
+ - ".gitignore"
133
+ - ".rspec"
134
+ - ".travis.yml"
135
135
  - Gemfile
136
136
  - LICENSE.txt
137
137
  - README.md
@@ -194,6 +194,7 @@ files:
194
194
  - spec/fixtures/github/hooks.json
195
195
  - spec/fixtures/github/org_repos.json
196
196
  - spec/fixtures/github/orgs.json
197
+ - spec/fixtures/github/payload/bug_1_pr_head_repo_is_null.json
197
198
  - spec/fixtures/github/payload/closed_pull_request.json
198
199
  - spec/fixtures/github/payload/foreign_pull_request.json
199
200
  - spec/fixtures/github/payload/ping.json
@@ -245,12 +246,12 @@ require_paths:
245
246
  - lib
246
247
  required_ruby_version: !ruby/object:Gem::Requirement
247
248
  requirements:
248
- - - '>='
249
+ - - ">="
249
250
  - !ruby/object:Gem::Version
250
251
  version: '0'
251
252
  required_rubygems_version: !ruby/object:Gem::Requirement
252
253
  requirements:
253
- - - '>='
254
+ - - ">="
254
255
  - !ruby/object:Gem::Version
255
256
  version: '0'
256
257
  requirements: []
@@ -285,6 +286,7 @@ test_files:
285
286
  - spec/fixtures/github/hooks.json
286
287
  - spec/fixtures/github/org_repos.json
287
288
  - spec/fixtures/github/orgs.json
289
+ - spec/fixtures/github/payload/bug_1_pr_head_repo_is_null.json
288
290
  - spec/fixtures/github/payload/closed_pull_request.json
289
291
  - spec/fixtures/github/payload/foreign_pull_request.json
290
292
  - spec/fixtures/github/payload/ping.json