git-pr-release-roadrunner 0.0.1
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 +7 -0
- data/.DS_Store +0 -0
- data/.circleci/config.yml +13 -0
- data/.gitignore +4 -0
- data/.rspec +3 -0
- data/.rubocop.yml +13 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +37 -0
- data/Rakefile +1 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/exe/git-pr-release-roadrunner +5 -0
- data/git-pr-release-roadrunner.gemspec +30 -0
- data/lib/git/pr/release/cli.rb +271 -0
- data/lib/git/pr/release/dummy_pull_request.rb +23 -0
- data/lib/git/pr/release/pull_request.rb +54 -0
- data/lib/git/pr/release/util.rb +205 -0
- data/lib/git/pr/release.rb +11 -0
- data/sig/git/pr/release/roadrunner.rbs +10 -0
- data/spec/.DS_Store +0 -0
- data/spec/fixtures/.DS_Store +0 -0
- data/spec/fixtures/file/pr_1.yml +330 -0
- data/spec/fixtures/file/pr_1_files.yml +14 -0
- data/spec/fixtures/file/pr_3.yml +332 -0
- data/spec/fixtures/file/pr_4.yml +334 -0
- data/spec/fixtures/file/pr_6.yml +339 -0
- data/spec/fixtures/file/template_1.erb +2 -0
- data/spec/fixtures/file/template_2.erb +2 -0
- data/spec/git/.DS_Store +0 -0
- data/spec/git/pr/.DS_Store +0 -0
- data/spec/git/pr/release/cli_spec.rb +514 -0
- data/spec/git/pr/release_spec.rb +113 -0
- data/spec/spec_helper.rb +39 -0
- data/spec/support/capture_support.rb +17 -0
- data/spec/support/file_fixture_support.rb +27 -0
- metadata +195 -0
@@ -0,0 +1,332 @@
|
|
1
|
+
---
|
2
|
+
:url: https://api.github.com/repos/motemen/git-pr-release/pulls/3
|
3
|
+
:id: 13365285
|
4
|
+
:node_id: MDExOlB1bGxSZXF1ZXN0MTMzNjUyODU=
|
5
|
+
:html_url: https://github.com/motemen/git-pr-release/pull/3
|
6
|
+
:diff_url: https://github.com/motemen/git-pr-release/pull/3.diff
|
7
|
+
:patch_url: https://github.com/motemen/git-pr-release/pull/3.patch
|
8
|
+
:issue_url: https://api.github.com/repos/motemen/git-pr-release/issues/3
|
9
|
+
:number: 3
|
10
|
+
:state: closed
|
11
|
+
:locked: false
|
12
|
+
:title: Provides a creating release pull-request object for template
|
13
|
+
:user:
|
14
|
+
:login: hakobe
|
15
|
+
:id: 6882
|
16
|
+
:node_id: MDQ6VXNlcjY4ODI=
|
17
|
+
:avatar_url: https://avatars0.githubusercontent.com/u/6882?v=4
|
18
|
+
:gravatar_id: ''
|
19
|
+
:url: https://api.github.com/users/hakobe
|
20
|
+
:html_url: https://github.com/hakobe
|
21
|
+
:followers_url: https://api.github.com/users/hakobe/followers
|
22
|
+
:following_url: https://api.github.com/users/hakobe/following{/other_user}
|
23
|
+
:gists_url: https://api.github.com/users/hakobe/gists{/gist_id}
|
24
|
+
:starred_url: https://api.github.com/users/hakobe/starred{/owner}{/repo}
|
25
|
+
:subscriptions_url: https://api.github.com/users/hakobe/subscriptions
|
26
|
+
:organizations_url: https://api.github.com/users/hakobe/orgs
|
27
|
+
:repos_url: https://api.github.com/users/hakobe/repos
|
28
|
+
:events_url: https://api.github.com/users/hakobe/events{/privacy}
|
29
|
+
:received_events_url: https://api.github.com/users/hakobe/received_events
|
30
|
+
:type: User
|
31
|
+
:site_admin: false
|
32
|
+
:body: "### Problem\n\nCreating release pull-request info(e.g. url of pull-request)
|
33
|
+
is not available in template. \n### Solution\n\nEnsures a release pull-request has
|
34
|
+
already been created before generating a pull-request body.\n"
|
35
|
+
:created_at: 2014-03-10 10:25:33.000000000 Z
|
36
|
+
:updated_at: 2014-07-03 00:16:55.000000000 Z
|
37
|
+
:closed_at: 2014-03-13 11:42:18.000000000 Z
|
38
|
+
:merged_at: 2014-03-13 11:42:18.000000000 Z
|
39
|
+
:merge_commit_sha: 2ff5c670d9bebde490a6651f185ecba6cb09b48d
|
40
|
+
:assignee:
|
41
|
+
:assignees: []
|
42
|
+
:requested_reviewers: []
|
43
|
+
:requested_teams: []
|
44
|
+
:labels: []
|
45
|
+
:milestone:
|
46
|
+
:commits_url: https://api.github.com/repos/motemen/git-pr-release/pulls/3/commits
|
47
|
+
:review_comments_url: https://api.github.com/repos/motemen/git-pr-release/pulls/3/comments
|
48
|
+
:review_comment_url: https://api.github.com/repos/motemen/git-pr-release/pulls/comments{/number}
|
49
|
+
:comments_url: https://api.github.com/repos/motemen/git-pr-release/issues/3/comments
|
50
|
+
:statuses_url: https://api.github.com/repos/motemen/git-pr-release/statuses/5c977a1827387ac7b7a85c7b827ee119165f1823
|
51
|
+
:head:
|
52
|
+
:label: hakobe:prepare-pr-for-template
|
53
|
+
:ref: prepare-pr-for-template
|
54
|
+
:sha: 5c977a1827387ac7b7a85c7b827ee119165f1823
|
55
|
+
:user:
|
56
|
+
:login: hakobe
|
57
|
+
:id: 6882
|
58
|
+
:node_id: MDQ6VXNlcjY4ODI=
|
59
|
+
:avatar_url: https://avatars0.githubusercontent.com/u/6882?v=4
|
60
|
+
:gravatar_id: ''
|
61
|
+
:url: https://api.github.com/users/hakobe
|
62
|
+
:html_url: https://github.com/hakobe
|
63
|
+
:followers_url: https://api.github.com/users/hakobe/followers
|
64
|
+
:following_url: https://api.github.com/users/hakobe/following{/other_user}
|
65
|
+
:gists_url: https://api.github.com/users/hakobe/gists{/gist_id}
|
66
|
+
:starred_url: https://api.github.com/users/hakobe/starred{/owner}{/repo}
|
67
|
+
:subscriptions_url: https://api.github.com/users/hakobe/subscriptions
|
68
|
+
:organizations_url: https://api.github.com/users/hakobe/orgs
|
69
|
+
:repos_url: https://api.github.com/users/hakobe/repos
|
70
|
+
:events_url: https://api.github.com/users/hakobe/events{/privacy}
|
71
|
+
:received_events_url: https://api.github.com/users/hakobe/received_events
|
72
|
+
:type: User
|
73
|
+
:site_admin: false
|
74
|
+
:repo:
|
75
|
+
:id: 17425170
|
76
|
+
:node_id: MDEwOlJlcG9zaXRvcnkxNzQyNTE3MA==
|
77
|
+
:name: git-pr-release
|
78
|
+
:full_name: hakobe/git-pr-release
|
79
|
+
:private: false
|
80
|
+
:owner:
|
81
|
+
:login: hakobe
|
82
|
+
:id: 6882
|
83
|
+
:node_id: MDQ6VXNlcjY4ODI=
|
84
|
+
:avatar_url: https://avatars0.githubusercontent.com/u/6882?v=4
|
85
|
+
:gravatar_id: ''
|
86
|
+
:url: https://api.github.com/users/hakobe
|
87
|
+
:html_url: https://github.com/hakobe
|
88
|
+
:followers_url: https://api.github.com/users/hakobe/followers
|
89
|
+
:following_url: https://api.github.com/users/hakobe/following{/other_user}
|
90
|
+
:gists_url: https://api.github.com/users/hakobe/gists{/gist_id}
|
91
|
+
:starred_url: https://api.github.com/users/hakobe/starred{/owner}{/repo}
|
92
|
+
:subscriptions_url: https://api.github.com/users/hakobe/subscriptions
|
93
|
+
:organizations_url: https://api.github.com/users/hakobe/orgs
|
94
|
+
:repos_url: https://api.github.com/users/hakobe/repos
|
95
|
+
:events_url: https://api.github.com/users/hakobe/events{/privacy}
|
96
|
+
:received_events_url: https://api.github.com/users/hakobe/received_events
|
97
|
+
:type: User
|
98
|
+
:site_admin: false
|
99
|
+
:html_url: https://github.com/hakobe/git-pr-release
|
100
|
+
:description: Creates a pull request which summarizes feature branches that are
|
101
|
+
to be released into production
|
102
|
+
:fork: true
|
103
|
+
:url: https://api.github.com/repos/hakobe/git-pr-release
|
104
|
+
:forks_url: https://api.github.com/repos/hakobe/git-pr-release/forks
|
105
|
+
:keys_url: https://api.github.com/repos/hakobe/git-pr-release/keys{/key_id}
|
106
|
+
:collaborators_url: https://api.github.com/repos/hakobe/git-pr-release/collaborators{/collaborator}
|
107
|
+
:teams_url: https://api.github.com/repos/hakobe/git-pr-release/teams
|
108
|
+
:hooks_url: https://api.github.com/repos/hakobe/git-pr-release/hooks
|
109
|
+
:issue_events_url: https://api.github.com/repos/hakobe/git-pr-release/issues/events{/number}
|
110
|
+
:events_url: https://api.github.com/repos/hakobe/git-pr-release/events
|
111
|
+
:assignees_url: https://api.github.com/repos/hakobe/git-pr-release/assignees{/user}
|
112
|
+
:branches_url: https://api.github.com/repos/hakobe/git-pr-release/branches{/branch}
|
113
|
+
:tags_url: https://api.github.com/repos/hakobe/git-pr-release/tags
|
114
|
+
:blobs_url: https://api.github.com/repos/hakobe/git-pr-release/git/blobs{/sha}
|
115
|
+
:git_tags_url: https://api.github.com/repos/hakobe/git-pr-release/git/tags{/sha}
|
116
|
+
:git_refs_url: https://api.github.com/repos/hakobe/git-pr-release/git/refs{/sha}
|
117
|
+
:trees_url: https://api.github.com/repos/hakobe/git-pr-release/git/trees{/sha}
|
118
|
+
:statuses_url: https://api.github.com/repos/hakobe/git-pr-release/statuses/{sha}
|
119
|
+
:languages_url: https://api.github.com/repos/hakobe/git-pr-release/languages
|
120
|
+
:stargazers_url: https://api.github.com/repos/hakobe/git-pr-release/stargazers
|
121
|
+
:contributors_url: https://api.github.com/repos/hakobe/git-pr-release/contributors
|
122
|
+
:subscribers_url: https://api.github.com/repos/hakobe/git-pr-release/subscribers
|
123
|
+
:subscription_url: https://api.github.com/repos/hakobe/git-pr-release/subscription
|
124
|
+
:commits_url: https://api.github.com/repos/hakobe/git-pr-release/commits{/sha}
|
125
|
+
:git_commits_url: https://api.github.com/repos/hakobe/git-pr-release/git/commits{/sha}
|
126
|
+
:comments_url: https://api.github.com/repos/hakobe/git-pr-release/comments{/number}
|
127
|
+
:issue_comment_url: https://api.github.com/repos/hakobe/git-pr-release/issues/comments{/number}
|
128
|
+
:contents_url: https://api.github.com/repos/hakobe/git-pr-release/contents/{+path}
|
129
|
+
:compare_url: https://api.github.com/repos/hakobe/git-pr-release/compare/{base}...{head}
|
130
|
+
:merges_url: https://api.github.com/repos/hakobe/git-pr-release/merges
|
131
|
+
:archive_url: https://api.github.com/repos/hakobe/git-pr-release/{archive_format}{/ref}
|
132
|
+
:downloads_url: https://api.github.com/repos/hakobe/git-pr-release/downloads
|
133
|
+
:issues_url: https://api.github.com/repos/hakobe/git-pr-release/issues{/number}
|
134
|
+
:pulls_url: https://api.github.com/repos/hakobe/git-pr-release/pulls{/number}
|
135
|
+
:milestones_url: https://api.github.com/repos/hakobe/git-pr-release/milestones{/number}
|
136
|
+
:notifications_url: https://api.github.com/repos/hakobe/git-pr-release/notifications{?since,all,participating}
|
137
|
+
:labels_url: https://api.github.com/repos/hakobe/git-pr-release/labels{/name}
|
138
|
+
:releases_url: https://api.github.com/repos/hakobe/git-pr-release/releases{/id}
|
139
|
+
:deployments_url: https://api.github.com/repos/hakobe/git-pr-release/deployments
|
140
|
+
:created_at: 2014-03-05 02:20:59.000000000 Z
|
141
|
+
:updated_at: 2014-05-13 01:42:58.000000000 Z
|
142
|
+
:pushed_at: 2014-05-12 11:42:34.000000000 Z
|
143
|
+
:git_url: git://github.com/hakobe/git-pr-release.git
|
144
|
+
:ssh_url: git@github.com:hakobe/git-pr-release.git
|
145
|
+
:clone_url: https://github.com/hakobe/git-pr-release.git
|
146
|
+
:svn_url: https://github.com/hakobe/git-pr-release
|
147
|
+
:homepage: https://rubygems.org/gems/git-pr-release
|
148
|
+
:size: 236
|
149
|
+
:stargazers_count: 0
|
150
|
+
:watchers_count: 0
|
151
|
+
:language: Ruby
|
152
|
+
:has_issues: false
|
153
|
+
:has_projects: true
|
154
|
+
:has_downloads: true
|
155
|
+
:has_wiki: true
|
156
|
+
:has_pages: false
|
157
|
+
:forks_count: 0
|
158
|
+
:mirror_url:
|
159
|
+
:archived: false
|
160
|
+
:open_issues_count: 0
|
161
|
+
:license:
|
162
|
+
:forks: 0
|
163
|
+
:open_issues: 0
|
164
|
+
:watchers: 0
|
165
|
+
:default_branch: master
|
166
|
+
:base:
|
167
|
+
:label: motemen:master
|
168
|
+
:ref: master
|
169
|
+
:sha: b620bead10831d2e4e15be392e0a435d3470a0ad
|
170
|
+
:user:
|
171
|
+
:login: motemen
|
172
|
+
:id: 8465
|
173
|
+
:node_id: MDQ6VXNlcjg0NjU=
|
174
|
+
:avatar_url: https://avatars2.githubusercontent.com/u/8465?v=4
|
175
|
+
:gravatar_id: ''
|
176
|
+
:url: https://api.github.com/users/motemen
|
177
|
+
:html_url: https://github.com/motemen
|
178
|
+
:followers_url: https://api.github.com/users/motemen/followers
|
179
|
+
:following_url: https://api.github.com/users/motemen/following{/other_user}
|
180
|
+
:gists_url: https://api.github.com/users/motemen/gists{/gist_id}
|
181
|
+
:starred_url: https://api.github.com/users/motemen/starred{/owner}{/repo}
|
182
|
+
:subscriptions_url: https://api.github.com/users/motemen/subscriptions
|
183
|
+
:organizations_url: https://api.github.com/users/motemen/orgs
|
184
|
+
:repos_url: https://api.github.com/users/motemen/repos
|
185
|
+
:events_url: https://api.github.com/users/motemen/events{/privacy}
|
186
|
+
:received_events_url: https://api.github.com/users/motemen/received_events
|
187
|
+
:type: User
|
188
|
+
:site_admin: false
|
189
|
+
:repo:
|
190
|
+
:id: 15468156
|
191
|
+
:node_id: MDEwOlJlcG9zaXRvcnkxNTQ2ODE1Ng==
|
192
|
+
:name: git-pr-release
|
193
|
+
:full_name: motemen/git-pr-release
|
194
|
+
:private: false
|
195
|
+
:owner:
|
196
|
+
:login: motemen
|
197
|
+
:id: 8465
|
198
|
+
:node_id: MDQ6VXNlcjg0NjU=
|
199
|
+
:avatar_url: https://avatars2.githubusercontent.com/u/8465?v=4
|
200
|
+
:gravatar_id: ''
|
201
|
+
:url: https://api.github.com/users/motemen
|
202
|
+
:html_url: https://github.com/motemen
|
203
|
+
:followers_url: https://api.github.com/users/motemen/followers
|
204
|
+
:following_url: https://api.github.com/users/motemen/following{/other_user}
|
205
|
+
:gists_url: https://api.github.com/users/motemen/gists{/gist_id}
|
206
|
+
:starred_url: https://api.github.com/users/motemen/starred{/owner}{/repo}
|
207
|
+
:subscriptions_url: https://api.github.com/users/motemen/subscriptions
|
208
|
+
:organizations_url: https://api.github.com/users/motemen/orgs
|
209
|
+
:repos_url: https://api.github.com/users/motemen/repos
|
210
|
+
:events_url: https://api.github.com/users/motemen/events{/privacy}
|
211
|
+
:received_events_url: https://api.github.com/users/motemen/received_events
|
212
|
+
:type: User
|
213
|
+
:site_admin: false
|
214
|
+
:html_url: https://github.com/motemen/git-pr-release
|
215
|
+
:description: Release pull request generator
|
216
|
+
:fork: false
|
217
|
+
:url: https://api.github.com/repos/motemen/git-pr-release
|
218
|
+
:forks_url: https://api.github.com/repos/motemen/git-pr-release/forks
|
219
|
+
:keys_url: https://api.github.com/repos/motemen/git-pr-release/keys{/key_id}
|
220
|
+
:collaborators_url: https://api.github.com/repos/motemen/git-pr-release/collaborators{/collaborator}
|
221
|
+
:teams_url: https://api.github.com/repos/motemen/git-pr-release/teams
|
222
|
+
:hooks_url: https://api.github.com/repos/motemen/git-pr-release/hooks
|
223
|
+
:issue_events_url: https://api.github.com/repos/motemen/git-pr-release/issues/events{/number}
|
224
|
+
:events_url: https://api.github.com/repos/motemen/git-pr-release/events
|
225
|
+
:assignees_url: https://api.github.com/repos/motemen/git-pr-release/assignees{/user}
|
226
|
+
:branches_url: https://api.github.com/repos/motemen/git-pr-release/branches{/branch}
|
227
|
+
:tags_url: https://api.github.com/repos/motemen/git-pr-release/tags
|
228
|
+
:blobs_url: https://api.github.com/repos/motemen/git-pr-release/git/blobs{/sha}
|
229
|
+
:git_tags_url: https://api.github.com/repos/motemen/git-pr-release/git/tags{/sha}
|
230
|
+
:git_refs_url: https://api.github.com/repos/motemen/git-pr-release/git/refs{/sha}
|
231
|
+
:trees_url: https://api.github.com/repos/motemen/git-pr-release/git/trees{/sha}
|
232
|
+
:statuses_url: https://api.github.com/repos/motemen/git-pr-release/statuses/{sha}
|
233
|
+
:languages_url: https://api.github.com/repos/motemen/git-pr-release/languages
|
234
|
+
:stargazers_url: https://api.github.com/repos/motemen/git-pr-release/stargazers
|
235
|
+
:contributors_url: https://api.github.com/repos/motemen/git-pr-release/contributors
|
236
|
+
:subscribers_url: https://api.github.com/repos/motemen/git-pr-release/subscribers
|
237
|
+
:subscription_url: https://api.github.com/repos/motemen/git-pr-release/subscription
|
238
|
+
:commits_url: https://api.github.com/repos/motemen/git-pr-release/commits{/sha}
|
239
|
+
:git_commits_url: https://api.github.com/repos/motemen/git-pr-release/git/commits{/sha}
|
240
|
+
:comments_url: https://api.github.com/repos/motemen/git-pr-release/comments{/number}
|
241
|
+
:issue_comment_url: https://api.github.com/repos/motemen/git-pr-release/issues/comments{/number}
|
242
|
+
:contents_url: https://api.github.com/repos/motemen/git-pr-release/contents/{+path}
|
243
|
+
:compare_url: https://api.github.com/repos/motemen/git-pr-release/compare/{base}...{head}
|
244
|
+
:merges_url: https://api.github.com/repos/motemen/git-pr-release/merges
|
245
|
+
:archive_url: https://api.github.com/repos/motemen/git-pr-release/{archive_format}{/ref}
|
246
|
+
:downloads_url: https://api.github.com/repos/motemen/git-pr-release/downloads
|
247
|
+
:issues_url: https://api.github.com/repos/motemen/git-pr-release/issues{/number}
|
248
|
+
:pulls_url: https://api.github.com/repos/motemen/git-pr-release/pulls{/number}
|
249
|
+
:milestones_url: https://api.github.com/repos/motemen/git-pr-release/milestones{/number}
|
250
|
+
:notifications_url: https://api.github.com/repos/motemen/git-pr-release/notifications{?since,all,participating}
|
251
|
+
:labels_url: https://api.github.com/repos/motemen/git-pr-release/labels{/name}
|
252
|
+
:releases_url: https://api.github.com/repos/motemen/git-pr-release/releases{/id}
|
253
|
+
:deployments_url: https://api.github.com/repos/motemen/git-pr-release/deployments
|
254
|
+
:created_at: 2013-12-27 06:35:52.000000000 Z
|
255
|
+
:updated_at: 2019-02-18 01:40:52.000000000 Z
|
256
|
+
:pushed_at: 2018-11-15 10:45:07.000000000 Z
|
257
|
+
:git_url: git://github.com/motemen/git-pr-release.git
|
258
|
+
:ssh_url: git@github.com:motemen/git-pr-release.git
|
259
|
+
:clone_url: https://github.com/motemen/git-pr-release.git
|
260
|
+
:svn_url: https://github.com/motemen/git-pr-release
|
261
|
+
:homepage: https://rubygems.org/gems/git-pr-release
|
262
|
+
:size: 62
|
263
|
+
:stargazers_count: 359
|
264
|
+
:watchers_count: 359
|
265
|
+
:language: Ruby
|
266
|
+
:has_issues: true
|
267
|
+
:has_projects: true
|
268
|
+
:has_downloads: true
|
269
|
+
:has_wiki: true
|
270
|
+
:has_pages: false
|
271
|
+
:forks_count: 28
|
272
|
+
:mirror_url:
|
273
|
+
:archived: false
|
274
|
+
:open_issues_count: 6
|
275
|
+
:license:
|
276
|
+
:key: mit
|
277
|
+
:name: MIT License
|
278
|
+
:spdx_id: MIT
|
279
|
+
:url: https://api.github.com/licenses/mit
|
280
|
+
:node_id: MDc6TGljZW5zZTEz
|
281
|
+
:forks: 28
|
282
|
+
:open_issues: 6
|
283
|
+
:watchers: 359
|
284
|
+
:default_branch: master
|
285
|
+
:_links:
|
286
|
+
:self:
|
287
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/pulls/3
|
288
|
+
:html:
|
289
|
+
:href: https://github.com/motemen/git-pr-release/pull/3
|
290
|
+
:issue:
|
291
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/issues/3
|
292
|
+
:comments:
|
293
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/issues/3/comments
|
294
|
+
:review_comments:
|
295
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/pulls/3/comments
|
296
|
+
:review_comment:
|
297
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/pulls/comments{/number}
|
298
|
+
:commits:
|
299
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/pulls/3/commits
|
300
|
+
:statuses:
|
301
|
+
:href: https://api.github.com/repos/motemen/git-pr-release/statuses/5c977a1827387ac7b7a85c7b827ee119165f1823
|
302
|
+
:author_association: COLLABORATOR
|
303
|
+
:merged: true
|
304
|
+
:mergeable:
|
305
|
+
:rebaseable:
|
306
|
+
:mergeable_state: unknown
|
307
|
+
:merged_by:
|
308
|
+
:login: motemen
|
309
|
+
:id: 8465
|
310
|
+
:node_id: MDQ6VXNlcjg0NjU=
|
311
|
+
:avatar_url: https://avatars2.githubusercontent.com/u/8465?v=4
|
312
|
+
:gravatar_id: ''
|
313
|
+
:url: https://api.github.com/users/motemen
|
314
|
+
:html_url: https://github.com/motemen
|
315
|
+
:followers_url: https://api.github.com/users/motemen/followers
|
316
|
+
:following_url: https://api.github.com/users/motemen/following{/other_user}
|
317
|
+
:gists_url: https://api.github.com/users/motemen/gists{/gist_id}
|
318
|
+
:starred_url: https://api.github.com/users/motemen/starred{/owner}{/repo}
|
319
|
+
:subscriptions_url: https://api.github.com/users/motemen/subscriptions
|
320
|
+
:organizations_url: https://api.github.com/users/motemen/orgs
|
321
|
+
:repos_url: https://api.github.com/users/motemen/repos
|
322
|
+
:events_url: https://api.github.com/users/motemen/events{/privacy}
|
323
|
+
:received_events_url: https://api.github.com/users/motemen/received_events
|
324
|
+
:type: User
|
325
|
+
:site_admin: false
|
326
|
+
:comments: 3
|
327
|
+
:review_comments: 0
|
328
|
+
:maintainer_can_modify: false
|
329
|
+
:commits: 3
|
330
|
+
:additions: 54
|
331
|
+
:deletions: 38
|
332
|
+
:changed_files: 1
|