danger-apkstats 0.1.1.pre.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: bc90d50c7ccbf52ba7b65a54c9f494352b9882bfca62cc27eeff0ccf5305ce18
4
- data.tar.gz: 12497ab827f964546df7f7471e0024ea01efbb1e3fb015a48f46937ed4414b74
3
+ metadata.gz: 7fc3dfd87e810a6c84f051e5be3f35d26670364e4a2a5ee8ecab8671d4c1f4ec
4
+ data.tar.gz: 224097d040e3560e5168c78754ee0b88e4078e4682a7858180e8b90f096e9588
5
5
  SHA512:
6
- metadata.gz: 11ae789816324a74458f94adf4d26729c341b30bc136cd9c48a85ad584cad331653e7850df3ca03da1d53450088ae3c54526d5d39514791190934c2eadee5370
7
- data.tar.gz: 4a8b97229d25ae9574d1ad27b3e1d4205a3ef0203ab63856719a762de5edad1f485e0bbc3fdbf358641738fb0892c92a5511fdd66c83c4824bac3d54fb7a735f
6
+ metadata.gz: c4bb340f489244e20e62cd3b61fde090b98143b91795b8068be7e07dbf94f8a2cef33041c6c021c3094426520c27c2b4cf90c6fefc5623d42655291bed2d80f0
7
+ data.tar.gz: 53d786b5eab9d48c1221aee736f5a3278bbcd5f552d0f00c5a0b4c1a58592f1907c596db082f91e42d92c89ad9ccfb437eef2b2b48cb31ebe19d0dd966dfe643
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-apkstats (0.1.0)
4
+ danger-apkstats (0.1.2)
5
5
  danger-plugin-api (~> 1.0)
6
6
 
7
7
  GEM
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.homepage = "https://github.com/jmatsu/danger-apkstats"
15
15
  spec.license = "MIT"
16
16
 
17
- spec.files = `git ls-files`.split($/)
17
+ spec.files = `git ls-files | grep -v 'fixture/'`.split($/)
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
20
  spec.require_paths = ["lib"]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Apkstats
4
- VERSION = "0.1.1-1"
4
+ VERSION = "0.1.2"
5
5
  end
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@ $:.unshift((ROOT + "lib").to_s)
6
6
  $:.unshift((ROOT + "spec").to_s)
7
7
 
8
8
  def fixture_path
9
- "#{(ROOT + 'spec' + 'fixture')}/"
9
+ "#{(ROOT + 'fixture')}/"
10
10
  end
11
11
 
12
12
  require "bundler/setup"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-apkstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jumpei Matsuda
@@ -186,13 +186,6 @@ files:
186
186
  - spec/entity/apk_info_spec.rb
187
187
  - spec/entity/features_spec.rb
188
188
  - spec/entity/permissions_spec.rb
189
- - spec/fixture/app-base.apk
190
- - spec/fixture/app-other1.apk
191
- - spec/fixture/app-other2.apk
192
- - spec/fixture/app-other3.apk
193
- - spec/fixture/app-other4.apk
194
- - spec/fixture/app-other5.apk
195
- - spec/fixture/github_pr.json
196
189
  - spec/helper/bytes_spec.rb
197
190
  - spec/spec_helper.rb
198
191
  - spec/stub/command.rb
@@ -211,9 +204,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
204
  version: '0'
212
205
  required_rubygems_version: !ruby/object:Gem::Requirement
213
206
  requirements:
214
- - - ">"
207
+ - - ">="
215
208
  - !ruby/object:Gem::Version
216
- version: 1.3.1
209
+ version: '0'
217
210
  requirements: []
218
211
  rubyforge_project:
219
212
  rubygems_version: 2.7.6
@@ -227,13 +220,6 @@ test_files:
227
220
  - spec/entity/apk_info_spec.rb
228
221
  - spec/entity/features_spec.rb
229
222
  - spec/entity/permissions_spec.rb
230
- - spec/fixture/app-base.apk
231
- - spec/fixture/app-other1.apk
232
- - spec/fixture/app-other2.apk
233
- - spec/fixture/app-other3.apk
234
- - spec/fixture/app-other4.apk
235
- - spec/fixture/app-other5.apk
236
- - spec/fixture/github_pr.json
237
223
  - spec/helper/bytes_spec.rb
238
224
  - spec/spec_helper.rb
239
225
  - spec/stub/command.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,345 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1",
3
- "id": 204049740,
4
- "node_id": "MDExOlB1bGxSZXF1ZXN0MjA0MDQ5NzQw",
5
- "html_url": "https://github.com/jmatsu/danger-apkstats-example/pull/1",
6
- "diff_url": "https://github.com/jmatsu/danger-apkstats-example/pull/1.diff",
7
- "patch_url": "https://github.com/jmatsu/danger-apkstats-example/pull/1.patch",
8
- "issue_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/1",
9
- "number": 1,
10
- "state": "open",
11
- "locked": false,
12
- "title": "Create README.md",
13
- "user": {
14
- "login": "jmatsu",
15
- "id": 4340693,
16
- "node_id": "MDQ6VXNlcjQzNDA2OTM=",
17
- "avatar_url": "https://avatars0.githubusercontent.com/u/4340693?v=4",
18
- "gravatar_id": "",
19
- "url": "https://api.github.com/users/jmatsu",
20
- "html_url": "https://github.com/jmatsu",
21
- "followers_url": "https://api.github.com/users/jmatsu/followers",
22
- "following_url": "https://api.github.com/users/jmatsu/following{/other_user}",
23
- "gists_url": "https://api.github.com/users/jmatsu/gists{/gist_id}",
24
- "starred_url": "https://api.github.com/users/jmatsu/starred{/owner}{/repo}",
25
- "subscriptions_url": "https://api.github.com/users/jmatsu/subscriptions",
26
- "organizations_url": "https://api.github.com/users/jmatsu/orgs",
27
- "repos_url": "https://api.github.com/users/jmatsu/repos",
28
- "events_url": "https://api.github.com/users/jmatsu/events{/privacy}",
29
- "received_events_url": "https://api.github.com/users/jmatsu/received_events",
30
- "type": "User",
31
- "site_admin": false
32
- },
33
- "body": "",
34
- "created_at": "2018-07-26T07:20:46Z",
35
- "updated_at": "2018-07-26T07:20:46Z",
36
- "closed_at": null,
37
- "merged_at": null,
38
- "merge_commit_sha": "0a529cc0d09524e7e1e416b4bf6d84b710f4d188",
39
- "assignee": null,
40
- "assignees": [
41
-
42
- ],
43
- "requested_reviewers": [
44
-
45
- ],
46
- "requested_teams": [
47
-
48
- ],
49
- "labels": [
50
-
51
- ],
52
- "milestone": null,
53
- "commits_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1/commits",
54
- "review_comments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1/comments",
55
- "review_comment_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/comments{/number}",
56
- "comments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/1/comments",
57
- "statuses_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/statuses/3ead0ee040b70f29c4055ddfc3cc3d6a5c1445b0",
58
- "head": {
59
- "label": "jmatsu:jmatsu-patch-1",
60
- "ref": "jmatsu-patch-1",
61
- "sha": "3ead0ee040b70f29c4055ddfc3cc3d6a5c1445b0",
62
- "user": {
63
- "login": "jmatsu",
64
- "id": 4340693,
65
- "node_id": "MDQ6VXNlcjQzNDA2OTM=",
66
- "avatar_url": "https://avatars0.githubusercontent.com/u/4340693?v=4",
67
- "gravatar_id": "",
68
- "url": "https://api.github.com/users/jmatsu",
69
- "html_url": "https://github.com/jmatsu",
70
- "followers_url": "https://api.github.com/users/jmatsu/followers",
71
- "following_url": "https://api.github.com/users/jmatsu/following{/other_user}",
72
- "gists_url": "https://api.github.com/users/jmatsu/gists{/gist_id}",
73
- "starred_url": "https://api.github.com/users/jmatsu/starred{/owner}{/repo}",
74
- "subscriptions_url": "https://api.github.com/users/jmatsu/subscriptions",
75
- "organizations_url": "https://api.github.com/users/jmatsu/orgs",
76
- "repos_url": "https://api.github.com/users/jmatsu/repos",
77
- "events_url": "https://api.github.com/users/jmatsu/events{/privacy}",
78
- "received_events_url": "https://api.github.com/users/jmatsu/received_events",
79
- "type": "User",
80
- "site_admin": false
81
- },
82
- "repo": {
83
- "id": 142404092,
84
- "node_id": "MDEwOlJlcG9zaXRvcnkxNDI0MDQwOTI=",
85
- "name": "danger-apkstats-example",
86
- "full_name": "jmatsu/danger-apkstats-example",
87
- "owner": {
88
- "login": "jmatsu",
89
- "id": 4340693,
90
- "node_id": "MDQ6VXNlcjQzNDA2OTM=",
91
- "avatar_url": "https://avatars0.githubusercontent.com/u/4340693?v=4",
92
- "gravatar_id": "",
93
- "url": "https://api.github.com/users/jmatsu",
94
- "html_url": "https://github.com/jmatsu",
95
- "followers_url": "https://api.github.com/users/jmatsu/followers",
96
- "following_url": "https://api.github.com/users/jmatsu/following{/other_user}",
97
- "gists_url": "https://api.github.com/users/jmatsu/gists{/gist_id}",
98
- "starred_url": "https://api.github.com/users/jmatsu/starred{/owner}{/repo}",
99
- "subscriptions_url": "https://api.github.com/users/jmatsu/subscriptions",
100
- "organizations_url": "https://api.github.com/users/jmatsu/orgs",
101
- "repos_url": "https://api.github.com/users/jmatsu/repos",
102
- "events_url": "https://api.github.com/users/jmatsu/events{/privacy}",
103
- "received_events_url": "https://api.github.com/users/jmatsu/received_events",
104
- "type": "User",
105
- "site_admin": false
106
- },
107
- "private": true,
108
- "html_url": "https://github.com/jmatsu/danger-apkstats-example",
109
- "description": null,
110
- "fork": false,
111
- "url": "https://api.github.com/repos/jmatsu/danger-apkstats-example",
112
- "forks_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/forks",
113
- "keys_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/keys{/key_id}",
114
- "collaborators_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/collaborators{/collaborator}",
115
- "teams_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/teams",
116
- "hooks_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/hooks",
117
- "issue_events_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/events{/number}",
118
- "events_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/events",
119
- "assignees_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/assignees{/user}",
120
- "branches_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/branches{/branch}",
121
- "tags_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/tags",
122
- "blobs_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/blobs{/sha}",
123
- "git_tags_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/tags{/sha}",
124
- "git_refs_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/refs{/sha}",
125
- "trees_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/trees{/sha}",
126
- "statuses_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/statuses/{sha}",
127
- "languages_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/languages",
128
- "stargazers_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/stargazers",
129
- "contributors_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/contributors",
130
- "subscribers_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/subscribers",
131
- "subscription_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/subscription",
132
- "commits_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/commits{/sha}",
133
- "git_commits_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/commits{/sha}",
134
- "comments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/comments{/number}",
135
- "issue_comment_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/comments{/number}",
136
- "contents_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/contents/{+path}",
137
- "compare_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/compare/{base}...{head}",
138
- "merges_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/merges",
139
- "archive_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/{archive_format}{/ref}",
140
- "downloads_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/downloads",
141
- "issues_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues{/number}",
142
- "pulls_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls{/number}",
143
- "milestones_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/milestones{/number}",
144
- "notifications_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/notifications{?since,all,participating}",
145
- "labels_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/labels{/name}",
146
- "releases_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/releases{/id}",
147
- "deployments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/deployments",
148
- "created_at": "2018-07-26T07:20:33Z",
149
- "updated_at": "2018-07-26T07:20:36Z",
150
- "pushed_at": "2018-07-26T07:20:46Z",
151
- "git_url": "git://github.com/jmatsu/danger-apkstats-example.git",
152
- "ssh_url": "git@github.com:jmatsu/danger-apkstats-example.git",
153
- "clone_url": "https://github.com/jmatsu/danger-apkstats-example.git",
154
- "svn_url": "https://github.com/jmatsu/danger-apkstats-example",
155
- "homepage": null,
156
- "size": 5,
157
- "stargazers_count": 0,
158
- "watchers_count": 0,
159
- "language": null,
160
- "has_issues": true,
161
- "has_projects": true,
162
- "has_downloads": true,
163
- "has_wiki": true,
164
- "has_pages": false,
165
- "forks_count": 0,
166
- "mirror_url": null,
167
- "archived": false,
168
- "open_issues_count": 1,
169
- "license": {
170
- "key": "apache-2.0",
171
- "name": "Apache License 2.0",
172
- "spdx_id": "Apache-2.0",
173
- "url": "https://api.github.com/licenses/apache-2.0",
174
- "node_id": "MDc6TGljZW5zZTI="
175
- },
176
- "forks": 0,
177
- "open_issues": 1,
178
- "watchers": 0,
179
- "default_branch": "master"
180
- }
181
- },
182
- "base": {
183
- "label": "jmatsu:master",
184
- "ref": "master",
185
- "sha": "15c7f504cc25d69bbe1df1f2a31df874d3e4a3e9",
186
- "user": {
187
- "login": "jmatsu",
188
- "id": 4340693,
189
- "node_id": "MDQ6VXNlcjQzNDA2OTM=",
190
- "avatar_url": "https://avatars0.githubusercontent.com/u/4340693?v=4",
191
- "gravatar_id": "",
192
- "url": "https://api.github.com/users/jmatsu",
193
- "html_url": "https://github.com/jmatsu",
194
- "followers_url": "https://api.github.com/users/jmatsu/followers",
195
- "following_url": "https://api.github.com/users/jmatsu/following{/other_user}",
196
- "gists_url": "https://api.github.com/users/jmatsu/gists{/gist_id}",
197
- "starred_url": "https://api.github.com/users/jmatsu/starred{/owner}{/repo}",
198
- "subscriptions_url": "https://api.github.com/users/jmatsu/subscriptions",
199
- "organizations_url": "https://api.github.com/users/jmatsu/orgs",
200
- "repos_url": "https://api.github.com/users/jmatsu/repos",
201
- "events_url": "https://api.github.com/users/jmatsu/events{/privacy}",
202
- "received_events_url": "https://api.github.com/users/jmatsu/received_events",
203
- "type": "User",
204
- "site_admin": false
205
- },
206
- "repo": {
207
- "id": 142404092,
208
- "node_id": "MDEwOlJlcG9zaXRvcnkxNDI0MDQwOTI=",
209
- "name": "danger-apkstats-example",
210
- "full_name": "jmatsu/danger-apkstats-example",
211
- "owner": {
212
- "login": "jmatsu",
213
- "id": 4340693,
214
- "node_id": "MDQ6VXNlcjQzNDA2OTM=",
215
- "avatar_url": "https://avatars0.githubusercontent.com/u/4340693?v=4",
216
- "gravatar_id": "",
217
- "url": "https://api.github.com/users/jmatsu",
218
- "html_url": "https://github.com/jmatsu",
219
- "followers_url": "https://api.github.com/users/jmatsu/followers",
220
- "following_url": "https://api.github.com/users/jmatsu/following{/other_user}",
221
- "gists_url": "https://api.github.com/users/jmatsu/gists{/gist_id}",
222
- "starred_url": "https://api.github.com/users/jmatsu/starred{/owner}{/repo}",
223
- "subscriptions_url": "https://api.github.com/users/jmatsu/subscriptions",
224
- "organizations_url": "https://api.github.com/users/jmatsu/orgs",
225
- "repos_url": "https://api.github.com/users/jmatsu/repos",
226
- "events_url": "https://api.github.com/users/jmatsu/events{/privacy}",
227
- "received_events_url": "https://api.github.com/users/jmatsu/received_events",
228
- "type": "User",
229
- "site_admin": false
230
- },
231
- "private": true,
232
- "html_url": "https://github.com/jmatsu/danger-apkstats-example",
233
- "description": null,
234
- "fork": false,
235
- "url": "https://api.github.com/repos/jmatsu/danger-apkstats-example",
236
- "forks_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/forks",
237
- "keys_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/keys{/key_id}",
238
- "collaborators_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/collaborators{/collaborator}",
239
- "teams_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/teams",
240
- "hooks_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/hooks",
241
- "issue_events_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/events{/number}",
242
- "events_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/events",
243
- "assignees_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/assignees{/user}",
244
- "branches_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/branches{/branch}",
245
- "tags_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/tags",
246
- "blobs_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/blobs{/sha}",
247
- "git_tags_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/tags{/sha}",
248
- "git_refs_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/refs{/sha}",
249
- "trees_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/trees{/sha}",
250
- "statuses_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/statuses/{sha}",
251
- "languages_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/languages",
252
- "stargazers_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/stargazers",
253
- "contributors_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/contributors",
254
- "subscribers_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/subscribers",
255
- "subscription_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/subscription",
256
- "commits_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/commits{/sha}",
257
- "git_commits_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/git/commits{/sha}",
258
- "comments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/comments{/number}",
259
- "issue_comment_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/comments{/number}",
260
- "contents_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/contents/{+path}",
261
- "compare_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/compare/{base}...{head}",
262
- "merges_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/merges",
263
- "archive_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/{archive_format}{/ref}",
264
- "downloads_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/downloads",
265
- "issues_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues{/number}",
266
- "pulls_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls{/number}",
267
- "milestones_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/milestones{/number}",
268
- "notifications_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/notifications{?since,all,participating}",
269
- "labels_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/labels{/name}",
270
- "releases_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/releases{/id}",
271
- "deployments_url": "https://api.github.com/repos/jmatsu/danger-apkstats-example/deployments",
272
- "created_at": "2018-07-26T07:20:33Z",
273
- "updated_at": "2018-07-26T07:20:36Z",
274
- "pushed_at": "2018-07-26T07:20:46Z",
275
- "git_url": "git://github.com/jmatsu/danger-apkstats-example.git",
276
- "ssh_url": "git@github.com:jmatsu/danger-apkstats-example.git",
277
- "clone_url": "https://github.com/jmatsu/danger-apkstats-example.git",
278
- "svn_url": "https://github.com/jmatsu/danger-apkstats-example",
279
- "homepage": null,
280
- "size": 5,
281
- "stargazers_count": 0,
282
- "watchers_count": 0,
283
- "language": null,
284
- "has_issues": true,
285
- "has_projects": true,
286
- "has_downloads": true,
287
- "has_wiki": true,
288
- "has_pages": false,
289
- "forks_count": 0,
290
- "mirror_url": null,
291
- "archived": false,
292
- "open_issues_count": 1,
293
- "license": {
294
- "key": "apache-2.0",
295
- "name": "Apache License 2.0",
296
- "spdx_id": "Apache-2.0",
297
- "url": "https://api.github.com/licenses/apache-2.0",
298
- "node_id": "MDc6TGljZW5zZTI="
299
- },
300
- "forks": 0,
301
- "open_issues": 1,
302
- "watchers": 0,
303
- "default_branch": "master"
304
- }
305
- },
306
- "_links": {
307
- "self": {
308
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1"
309
- },
310
- "html": {
311
- "href": "https://github.com/jmatsu/danger-apkstats-example/pull/1"
312
- },
313
- "issue": {
314
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/1"
315
- },
316
- "comments": {
317
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/issues/1/comments"
318
- },
319
- "review_comments": {
320
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1/comments"
321
- },
322
- "review_comment": {
323
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/comments{/number}"
324
- },
325
- "commits": {
326
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/pulls/1/commits"
327
- },
328
- "statuses": {
329
- "href": "https://api.github.com/repos/jmatsu/danger-apkstats-example/statuses/3ead0ee040b70f29c4055ddfc3cc3d6a5c1445b0"
330
- }
331
- },
332
- "author_association": "OWNER",
333
- "merged": false,
334
- "mergeable": true,
335
- "rebaseable": true,
336
- "mergeable_state": "clean",
337
- "merged_by": null,
338
- "comments": 0,
339
- "review_comments": 0,
340
- "maintainer_can_modify": false,
341
- "commits": 1,
342
- "additions": 1,
343
- "deletions": 0,
344
- "changed_files": 1
345
- }