how_is 19.0.0 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +5 -5
  2. data/.codeclimate.yml +1 -0
  3. data/.rubocop.yml +16 -0
  4. data/CHANGELOG.md +30 -3
  5. data/Gemfile +0 -6
  6. data/README.md +5 -2
  7. data/exe/how_is +7 -2
  8. data/fixtures/vcr_cassettes/how-is-example-empty-repository.yml +446 -727
  9. data/fixtures/vcr_cassettes/how-is-example-repository.yml +508 -727
  10. data/fixtures/vcr_cassettes/how-is-from-config-frontmatter.yml +43522 -1218
  11. data/fixtures/vcr_cassettes/how-is-how-is-travis-api-repos-builds.yml +287 -0
  12. data/fixtures/vcr_cassettes/how-is-with-config-file.yml +44307 -23286
  13. data/fixtures/vcr_cassettes/how_is_contributions_additions_count.yml +307 -0
  14. data/fixtures/vcr_cassettes/how_is_contributions_all_contributors.yml +81 -0
  15. data/fixtures/vcr_cassettes/how_is_contributions_changed_files.yml +307 -0
  16. data/fixtures/vcr_cassettes/how_is_contributions_changes.yml +307 -0
  17. data/fixtures/vcr_cassettes/how_is_contributions_commits.yml +307 -0
  18. data/fixtures/vcr_cassettes/how_is_contributions_compare_url.yml +74 -0
  19. data/fixtures/vcr_cassettes/how_is_contributions_deletions_count.yml +307 -0
  20. data/fixtures/vcr_cassettes/how_is_contributions_new_contributors.yml +234 -0
  21. data/fixtures/vcr_cassettes/how_is_contributions_summary.yml +378 -0
  22. data/fixtures/vcr_cassettes/how_is_contributions_summary_2.yml +378 -0
  23. data/fixtures/vcr_cassettes/how_is_fetcher_call.yml +572 -0
  24. data/how_is.gemspec +3 -2
  25. data/lib/how_is/cli.rb +4 -6
  26. data/lib/how_is/frontmatter.rb +46 -0
  27. data/lib/how_is/report.rb +59 -63
  28. data/lib/how_is/sources/github/contributions.rb +164 -0
  29. data/lib/how_is/sources/github/issues.rb +142 -0
  30. data/lib/how_is/sources/github/pulls.rb +20 -0
  31. data/lib/how_is/sources/github.rb +11 -0
  32. data/lib/how_is/sources/github_helpers.rb +191 -0
  33. data/lib/how_is/sources/travis.rb +34 -0
  34. data/lib/how_is/sources.rb +9 -0
  35. data/lib/how_is/templates/issues_or_pulls_partial.html_template +7 -0
  36. data/lib/how_is/templates/report.html_template +27 -0
  37. data/lib/how_is/templates/report_partial.html_template +12 -0
  38. data/lib/how_is/version.rb +2 -2
  39. data/lib/how_is.rb +59 -158
  40. metadata +42 -16
  41. data/lib/how_is/analyzer.rb +0 -222
  42. data/lib/how_is/builds.rb +0 -36
  43. data/lib/how_is/contributions.rb +0 -156
  44. data/lib/how_is/fetcher.rb +0 -77
  45. data/lib/how_is/pulse.rb +0 -47
  46. data/lib/how_is/report/base_report.rb +0 -148
  47. data/lib/how_is/report/html.rb +0 -120
  48. data/lib/how_is/report/json.rb +0 -34
@@ -0,0 +1,572 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.github.com/repos/how-is/example-repository/issues
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
12
+ Accept-Charset:
13
+ - utf-8
14
+ User-Agent:
15
+ - Github API Ruby Gem 0.17.0
16
+ Authorization:
17
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
18
+ Accept-Encoding:
19
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Server:
26
+ - GitHub.com
27
+ Date:
28
+ - Fri, 27 Oct 2017 21:12:42 GMT
29
+ Content-Type:
30
+ - application/json; charset=utf-8
31
+ Transfer-Encoding:
32
+ - chunked
33
+ Status:
34
+ - 200 OK
35
+ X-Ratelimit-Limit:
36
+ - '5000'
37
+ X-Ratelimit-Remaining:
38
+ - '4993'
39
+ X-Ratelimit-Reset:
40
+ - '1509142071'
41
+ Cache-Control:
42
+ - private, max-age=60, s-maxage=60
43
+ Vary:
44
+ - Accept, Authorization, Cookie, X-GitHub-OTP
45
+ Etag:
46
+ - W/"f2e270e20dba97f9f27589f8e1544bdd"
47
+ X-Oauth-Scopes:
48
+ - ''
49
+ X-Accepted-Oauth-Scopes:
50
+ - repo
51
+ X-Github-Media-Type:
52
+ - github.v3; format=json
53
+ Access-Control-Expose-Headers:
54
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
55
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
56
+ Access-Control-Allow-Origin:
57
+ - "*"
58
+ Expect-Ct:
59
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
60
+ Content-Security-Policy:
61
+ - default-src 'none'
62
+ Strict-Transport-Security:
63
+ - max-age=31536000; includeSubdomains; preload
64
+ X-Content-Type-Options:
65
+ - nosniff
66
+ X-Frame-Options:
67
+ - deny
68
+ X-Xss-Protection:
69
+ - 1; mode=block
70
+ X-Runtime-Rack:
71
+ - '0.066950'
72
+ X-Github-Request-Id:
73
+ - AAD4:28C3:472521:9F5726:59F3A149
74
+ body:
75
+ encoding: ASCII-8BIT
76
+ string: '[{"url":"https://api.github.com/repos/how-is/example-repository/issues/4","repository_url":"https://api.github.com/repos/how-is/example-repository","labels_url":"https://api.github.com/repos/how-is/example-repository/issues/4/labels{/name}","comments_url":"https://api.github.com/repos/how-is/example-repository/issues/4/comments","events_url":"https://api.github.com/repos/how-is/example-repository/issues/4/events","html_url":"https://github.com/how-is/example-repository/pull/4","id":169778701,"number":4,"title":"Example
77
+ Pull Request.","user":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2016-08-07T04:02:59Z","updated_at":"2017-08-05T20:23:15Z","closed_at":null,"author_association":"OWNER","pull_request":{"url":"https://api.github.com/repos/how-is/example-repository/pulls/4","html_url":"https://github.com/how-is/example-repository/pull/4","diff_url":"https://github.com/how-is/example-repository/pull/4.diff","patch_url":"https://github.com/how-is/example-repository/pull/4.patch"},"body":""},{"url":"https://api.github.com/repos/how-is/example-repository/issues/3","repository_url":"https://api.github.com/repos/how-is/example-repository","labels_url":"https://api.github.com/repos/how-is/example-repository/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/how-is/example-repository/issues/3/comments","events_url":"https://api.github.com/repos/how-is/example-repository/issues/3/events","html_url":"https://github.com/how-is/example-repository/issues/3","id":169778492,"number":3,"title":"Yet
78
+ another issue!","user":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2016-08-07T03:54:33Z","updated_at":"2016-08-07T03:54:33Z","closed_at":null,"author_association":"OWNER","body":"An
79
+ issue with a description and no labels.\n"},{"url":"https://api.github.com/repos/how-is/example-repository/issues/2","repository_url":"https://api.github.com/repos/how-is/example-repository","labels_url":"https://api.github.com/repos/how-is/example-repository/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/how-is/example-repository/issues/2/comments","events_url":"https://api.github.com/repos/how-is/example-repository/issues/2/events","html_url":"https://github.com/how-is/example-repository/issues/2","id":169778484,"number":2,"title":"Another
80
+ issue","user":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"labels":[{"id":420702040,"url":"https://api.github.com/repos/how-is/example-repository/labels/bug","name":"bug","color":"ee0701","default":true},{"id":420702046,"url":"https://api.github.com/repos/how-is/example-repository/labels/question","name":"question","color":"cc317c","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2016-08-07T03:54:13Z","updated_at":"2016-08-07T03:54:13Z","closed_at":null,"author_association":"OWNER","body":"With
81
+ a description and two labels!\n"},{"url":"https://api.github.com/repos/how-is/example-repository/issues/1","repository_url":"https://api.github.com/repos/how-is/example-repository","labels_url":"https://api.github.com/repos/how-is/example-repository/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/how-is/example-repository/issues/1/comments","events_url":"https://api.github.com/repos/how-is/example-repository/issues/1/events","html_url":"https://github.com/how-is/example-repository/issues/1","id":169778463,"number":1,"title":"An
82
+ issue","user":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"labels":[{"id":420702040,"url":"https://api.github.com/repos/how-is/example-repository/labels/bug","name":"bug","color":"ee0701","default":true}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2016-08-07T03:53:26Z","updated_at":"2016-08-07T03:53:49Z","closed_at":null,"author_association":"OWNER","body":"With
83
+ a description and a label!\n"}]'
84
+ http_version:
85
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
86
+ - request:
87
+ method: get
88
+ uri: https://api.github.com/repos/how-is/example-repository/pulls
89
+ body:
90
+ encoding: US-ASCII
91
+ string: ''
92
+ headers:
93
+ Accept:
94
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
95
+ Accept-Charset:
96
+ - utf-8
97
+ User-Agent:
98
+ - Github API Ruby Gem 0.17.0
99
+ Authorization:
100
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
101
+ Accept-Encoding:
102
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
103
+ response:
104
+ status:
105
+ code: 200
106
+ message: OK
107
+ headers:
108
+ Server:
109
+ - GitHub.com
110
+ Date:
111
+ - Fri, 27 Oct 2017 21:12:42 GMT
112
+ Content-Type:
113
+ - application/json; charset=utf-8
114
+ Transfer-Encoding:
115
+ - chunked
116
+ Status:
117
+ - 200 OK
118
+ X-Ratelimit-Limit:
119
+ - '5000'
120
+ X-Ratelimit-Remaining:
121
+ - '4992'
122
+ X-Ratelimit-Reset:
123
+ - '1509142071'
124
+ Cache-Control:
125
+ - private, max-age=60, s-maxage=60
126
+ Vary:
127
+ - Accept, Authorization, Cookie, X-GitHub-OTP
128
+ Etag:
129
+ - W/"f24b7a93b35f0c1db2e2e95b38deee06"
130
+ X-Oauth-Scopes:
131
+ - ''
132
+ X-Accepted-Oauth-Scopes:
133
+ - ''
134
+ X-Github-Media-Type:
135
+ - github.v3; format=json
136
+ Access-Control-Expose-Headers:
137
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
138
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
139
+ Access-Control-Allow-Origin:
140
+ - "*"
141
+ Expect-Ct:
142
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
143
+ Content-Security-Policy:
144
+ - default-src 'none'
145
+ Strict-Transport-Security:
146
+ - max-age=31536000; includeSubdomains; preload
147
+ X-Content-Type-Options:
148
+ - nosniff
149
+ X-Frame-Options:
150
+ - deny
151
+ X-Xss-Protection:
152
+ - 1; mode=block
153
+ X-Runtime-Rack:
154
+ - '0.069858'
155
+ X-Github-Request-Id:
156
+ - D846:28C2:24DBD0:57409E:59F3A14A
157
+ body:
158
+ encoding: ASCII-8BIT
159
+ string: '[{"url":"https://api.github.com/repos/how-is/example-repository/pulls/4","id":80357659,"html_url":"https://github.com/how-is/example-repository/pull/4","diff_url":"https://github.com/how-is/example-repository/pull/4.diff","patch_url":"https://github.com/how-is/example-repository/pull/4.patch","issue_url":"https://api.github.com/repos/how-is/example-repository/issues/4","number":4,"state":"open","locked":false,"title":"Example
160
+ Pull Request.","user":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"body":"","created_at":"2016-08-07T04:02:59Z","updated_at":"2017-08-05T20:23:15Z","closed_at":null,"merged_at":null,"merge_commit_sha":"1713f338439097a5604751675168ae154d260831","assignee":null,"assignees":[],"requested_reviewers":[],"milestone":null,"commits_url":"https://api.github.com/repos/how-is/example-repository/pulls/4/commits","review_comments_url":"https://api.github.com/repos/how-is/example-repository/pulls/4/comments","review_comment_url":"https://api.github.com/repos/how-is/example-repository/pulls/comments{/number}","comments_url":"https://api.github.com/repos/how-is/example-repository/issues/4/comments","statuses_url":"https://api.github.com/repos/how-is/example-repository/statuses/9eb3c2563f66404af63f676a248acafa16cae53a","head":{"label":"how-is:example-branch","ref":"example-branch","sha":"9eb3c2563f66404af63f676a248acafa16cae53a","user":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"repo":{"id":65114449,"name":"example-repository","full_name":"how-is/example-repository","owner":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/how-is/example-repository","description":"Example
161
+ repository for testing how_is.","fork":false,"url":"https://api.github.com/repos/how-is/example-repository","forks_url":"https://api.github.com/repos/how-is/example-repository/forks","keys_url":"https://api.github.com/repos/how-is/example-repository/keys{/key_id}","collaborators_url":"https://api.github.com/repos/how-is/example-repository/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/how-is/example-repository/teams","hooks_url":"https://api.github.com/repos/how-is/example-repository/hooks","issue_events_url":"https://api.github.com/repos/how-is/example-repository/issues/events{/number}","events_url":"https://api.github.com/repos/how-is/example-repository/events","assignees_url":"https://api.github.com/repos/how-is/example-repository/assignees{/user}","branches_url":"https://api.github.com/repos/how-is/example-repository/branches{/branch}","tags_url":"https://api.github.com/repos/how-is/example-repository/tags","blobs_url":"https://api.github.com/repos/how-is/example-repository/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/how-is/example-repository/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/how-is/example-repository/git/refs{/sha}","trees_url":"https://api.github.com/repos/how-is/example-repository/git/trees{/sha}","statuses_url":"https://api.github.com/repos/how-is/example-repository/statuses/{sha}","languages_url":"https://api.github.com/repos/how-is/example-repository/languages","stargazers_url":"https://api.github.com/repos/how-is/example-repository/stargazers","contributors_url":"https://api.github.com/repos/how-is/example-repository/contributors","subscribers_url":"https://api.github.com/repos/how-is/example-repository/subscribers","subscription_url":"https://api.github.com/repos/how-is/example-repository/subscription","commits_url":"https://api.github.com/repos/how-is/example-repository/commits{/sha}","git_commits_url":"https://api.github.com/repos/how-is/example-repository/git/commits{/sha}","comments_url":"https://api.github.com/repos/how-is/example-repository/comments{/number}","issue_comment_url":"https://api.github.com/repos/how-is/example-repository/issues/comments{/number}","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/{+path}","compare_url":"https://api.github.com/repos/how-is/example-repository/compare/{base}...{head}","merges_url":"https://api.github.com/repos/how-is/example-repository/merges","archive_url":"https://api.github.com/repos/how-is/example-repository/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/how-is/example-repository/downloads","issues_url":"https://api.github.com/repos/how-is/example-repository/issues{/number}","pulls_url":"https://api.github.com/repos/how-is/example-repository/pulls{/number}","milestones_url":"https://api.github.com/repos/how-is/example-repository/milestones{/number}","notifications_url":"https://api.github.com/repos/how-is/example-repository/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/how-is/example-repository/labels{/name}","releases_url":"https://api.github.com/repos/how-is/example-repository/releases{/id}","deployments_url":"https://api.github.com/repos/how-is/example-repository/deployments","created_at":"2016-08-07T03:52:53Z","updated_at":"2016-08-07T03:52:53Z","pushed_at":"2017-08-05T20:39:30Z","git_url":"git://github.com/how-is/example-repository.git","ssh_url":"git@github.com:how-is/example-repository.git","clone_url":"https://github.com/how-is/example-repository.git","svn_url":"https://github.com/how-is/example-repository","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":4,"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"how-is:master","ref":"master","sha":"3794aa1c4b76623748faf280abe5760b76823162","user":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"repo":{"id":65114449,"name":"example-repository","full_name":"how-is/example-repository","owner":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/how-is/example-repository","description":"Example
162
+ repository for testing how_is.","fork":false,"url":"https://api.github.com/repos/how-is/example-repository","forks_url":"https://api.github.com/repos/how-is/example-repository/forks","keys_url":"https://api.github.com/repos/how-is/example-repository/keys{/key_id}","collaborators_url":"https://api.github.com/repos/how-is/example-repository/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/how-is/example-repository/teams","hooks_url":"https://api.github.com/repos/how-is/example-repository/hooks","issue_events_url":"https://api.github.com/repos/how-is/example-repository/issues/events{/number}","events_url":"https://api.github.com/repos/how-is/example-repository/events","assignees_url":"https://api.github.com/repos/how-is/example-repository/assignees{/user}","branches_url":"https://api.github.com/repos/how-is/example-repository/branches{/branch}","tags_url":"https://api.github.com/repos/how-is/example-repository/tags","blobs_url":"https://api.github.com/repos/how-is/example-repository/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/how-is/example-repository/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/how-is/example-repository/git/refs{/sha}","trees_url":"https://api.github.com/repos/how-is/example-repository/git/trees{/sha}","statuses_url":"https://api.github.com/repos/how-is/example-repository/statuses/{sha}","languages_url":"https://api.github.com/repos/how-is/example-repository/languages","stargazers_url":"https://api.github.com/repos/how-is/example-repository/stargazers","contributors_url":"https://api.github.com/repos/how-is/example-repository/contributors","subscribers_url":"https://api.github.com/repos/how-is/example-repository/subscribers","subscription_url":"https://api.github.com/repos/how-is/example-repository/subscription","commits_url":"https://api.github.com/repos/how-is/example-repository/commits{/sha}","git_commits_url":"https://api.github.com/repos/how-is/example-repository/git/commits{/sha}","comments_url":"https://api.github.com/repos/how-is/example-repository/comments{/number}","issue_comment_url":"https://api.github.com/repos/how-is/example-repository/issues/comments{/number}","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/{+path}","compare_url":"https://api.github.com/repos/how-is/example-repository/compare/{base}...{head}","merges_url":"https://api.github.com/repos/how-is/example-repository/merges","archive_url":"https://api.github.com/repos/how-is/example-repository/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/how-is/example-repository/downloads","issues_url":"https://api.github.com/repos/how-is/example-repository/issues{/number}","pulls_url":"https://api.github.com/repos/how-is/example-repository/pulls{/number}","milestones_url":"https://api.github.com/repos/how-is/example-repository/milestones{/number}","notifications_url":"https://api.github.com/repos/how-is/example-repository/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/how-is/example-repository/labels{/name}","releases_url":"https://api.github.com/repos/how-is/example-repository/releases{/id}","deployments_url":"https://api.github.com/repos/how-is/example-repository/deployments","created_at":"2016-08-07T03:52:53Z","updated_at":"2016-08-07T03:52:53Z","pushed_at":"2017-08-05T20:39:30Z","git_url":"git://github.com/how-is/example-repository.git","ssh_url":"git@github.com:how-is/example-repository.git","clone_url":"https://github.com/how-is/example-repository.git","svn_url":"https://github.com/how-is/example-repository","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":4,"forks":0,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/how-is/example-repository/pulls/4"},"html":{"href":"https://github.com/how-is/example-repository/pull/4"},"issue":{"href":"https://api.github.com/repos/how-is/example-repository/issues/4"},"comments":{"href":"https://api.github.com/repos/how-is/example-repository/issues/4/comments"},"review_comments":{"href":"https://api.github.com/repos/how-is/example-repository/pulls/4/comments"},"review_comment":{"href":"https://api.github.com/repos/how-is/example-repository/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/how-is/example-repository/pulls/4/commits"},"statuses":{"href":"https://api.github.com/repos/how-is/example-repository/statuses/9eb3c2563f66404af63f676a248acafa16cae53a"}},"author_association":"OWNER"}]'
163
+ http_version:
164
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
165
+ - request:
166
+ method: get
167
+ uri: https://api.github.com/repos/how-is/example-repository
168
+ body:
169
+ encoding: US-ASCII
170
+ string: ''
171
+ headers:
172
+ Accept:
173
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
174
+ Accept-Charset:
175
+ - utf-8
176
+ User-Agent:
177
+ - Github API Ruby Gem 0.17.0
178
+ Authorization:
179
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
180
+ Accept-Encoding:
181
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
182
+ response:
183
+ status:
184
+ code: 200
185
+ message: OK
186
+ headers:
187
+ Server:
188
+ - GitHub.com
189
+ Date:
190
+ - Fri, 27 Oct 2017 21:12:42 GMT
191
+ Content-Type:
192
+ - application/json; charset=utf-8
193
+ Transfer-Encoding:
194
+ - chunked
195
+ Status:
196
+ - 200 OK
197
+ X-Ratelimit-Limit:
198
+ - '5000'
199
+ X-Ratelimit-Remaining:
200
+ - '4991'
201
+ X-Ratelimit-Reset:
202
+ - '1509142071'
203
+ Cache-Control:
204
+ - private, max-age=60, s-maxage=60
205
+ Vary:
206
+ - Accept, Authorization, Cookie, X-GitHub-OTP
207
+ Etag:
208
+ - W/"7f7e5b59ac010b7810d0a4bb891116f9"
209
+ Last-Modified:
210
+ - Sun, 07 Aug 2016 03:52:53 GMT
211
+ X-Oauth-Scopes:
212
+ - ''
213
+ X-Accepted-Oauth-Scopes:
214
+ - repo
215
+ X-Github-Media-Type:
216
+ - github.v3; format=json
217
+ Access-Control-Expose-Headers:
218
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
219
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
220
+ Access-Control-Allow-Origin:
221
+ - "*"
222
+ Expect-Ct:
223
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
224
+ Content-Security-Policy:
225
+ - default-src 'none'
226
+ Strict-Transport-Security:
227
+ - max-age=31536000; includeSubdomains; preload
228
+ X-Content-Type-Options:
229
+ - nosniff
230
+ X-Frame-Options:
231
+ - deny
232
+ X-Xss-Protection:
233
+ - 1; mode=block
234
+ X-Runtime-Rack:
235
+ - '0.046667'
236
+ X-Github-Request-Id:
237
+ - AAD8:28C3:472531:9F5750:59F3A14A
238
+ body:
239
+ encoding: ASCII-8BIT
240
+ string: '{"id":65114449,"name":"example-repository","full_name":"how-is/example-repository","owner":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/how-is/example-repository","description":"Example
241
+ repository for testing how_is.","fork":false,"url":"https://api.github.com/repos/how-is/example-repository","forks_url":"https://api.github.com/repos/how-is/example-repository/forks","keys_url":"https://api.github.com/repos/how-is/example-repository/keys{/key_id}","collaborators_url":"https://api.github.com/repos/how-is/example-repository/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/how-is/example-repository/teams","hooks_url":"https://api.github.com/repos/how-is/example-repository/hooks","issue_events_url":"https://api.github.com/repos/how-is/example-repository/issues/events{/number}","events_url":"https://api.github.com/repos/how-is/example-repository/events","assignees_url":"https://api.github.com/repos/how-is/example-repository/assignees{/user}","branches_url":"https://api.github.com/repos/how-is/example-repository/branches{/branch}","tags_url":"https://api.github.com/repos/how-is/example-repository/tags","blobs_url":"https://api.github.com/repos/how-is/example-repository/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/how-is/example-repository/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/how-is/example-repository/git/refs{/sha}","trees_url":"https://api.github.com/repos/how-is/example-repository/git/trees{/sha}","statuses_url":"https://api.github.com/repos/how-is/example-repository/statuses/{sha}","languages_url":"https://api.github.com/repos/how-is/example-repository/languages","stargazers_url":"https://api.github.com/repos/how-is/example-repository/stargazers","contributors_url":"https://api.github.com/repos/how-is/example-repository/contributors","subscribers_url":"https://api.github.com/repos/how-is/example-repository/subscribers","subscription_url":"https://api.github.com/repos/how-is/example-repository/subscription","commits_url":"https://api.github.com/repos/how-is/example-repository/commits{/sha}","git_commits_url":"https://api.github.com/repos/how-is/example-repository/git/commits{/sha}","comments_url":"https://api.github.com/repos/how-is/example-repository/comments{/number}","issue_comment_url":"https://api.github.com/repos/how-is/example-repository/issues/comments{/number}","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/{+path}","compare_url":"https://api.github.com/repos/how-is/example-repository/compare/{base}...{head}","merges_url":"https://api.github.com/repos/how-is/example-repository/merges","archive_url":"https://api.github.com/repos/how-is/example-repository/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/how-is/example-repository/downloads","issues_url":"https://api.github.com/repos/how-is/example-repository/issues{/number}","pulls_url":"https://api.github.com/repos/how-is/example-repository/pulls{/number}","milestones_url":"https://api.github.com/repos/how-is/example-repository/milestones{/number}","notifications_url":"https://api.github.com/repos/how-is/example-repository/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/how-is/example-repository/labels{/name}","releases_url":"https://api.github.com/repos/how-is/example-repository/releases{/id}","deployments_url":"https://api.github.com/repos/how-is/example-repository/deployments","created_at":"2016-08-07T03:52:53Z","updated_at":"2016-08-07T03:52:53Z","pushed_at":"2017-08-05T20:39:30Z","git_url":"git://github.com/how-is/example-repository.git","ssh_url":"git@github.com:how-is/example-repository.git","clone_url":"https://github.com/how-is/example-repository.git","svn_url":"https://github.com/how-is/example-repository","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":4,"forks":0,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"push":true,"pull":true},"organization":{"login":"how-is","id":20577802,"avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"network_count":0,"subscribers_count":1}'
242
+ http_version:
243
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
244
+ - request:
245
+ method: get
246
+ uri: https://api.github.com/repos/how-is/example-repository/commits?since=2017-08-01T00:00:00%2B00:00
247
+ body:
248
+ encoding: US-ASCII
249
+ string: ''
250
+ headers:
251
+ Accept:
252
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
253
+ Accept-Charset:
254
+ - utf-8
255
+ User-Agent:
256
+ - Github API Ruby Gem 0.17.0
257
+ Authorization:
258
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
259
+ Accept-Encoding:
260
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
261
+ response:
262
+ status:
263
+ code: 200
264
+ message: OK
265
+ headers:
266
+ Server:
267
+ - GitHub.com
268
+ Date:
269
+ - Fri, 27 Oct 2017 21:12:42 GMT
270
+ Content-Type:
271
+ - application/json; charset=utf-8
272
+ Transfer-Encoding:
273
+ - chunked
274
+ Status:
275
+ - 200 OK
276
+ X-Ratelimit-Limit:
277
+ - '5000'
278
+ X-Ratelimit-Remaining:
279
+ - '4990'
280
+ X-Ratelimit-Reset:
281
+ - '1509142071'
282
+ Cache-Control:
283
+ - private, max-age=60, s-maxage=60
284
+ Vary:
285
+ - Accept, Authorization, Cookie, X-GitHub-OTP
286
+ Etag:
287
+ - W/"6055ab3f384a09754474abea3f73253b"
288
+ Last-Modified:
289
+ - Sat, 05 Aug 2017 20:39:01 GMT
290
+ X-Oauth-Scopes:
291
+ - ''
292
+ X-Accepted-Oauth-Scopes:
293
+ - ''
294
+ X-Github-Media-Type:
295
+ - github.v3; format=json
296
+ Access-Control-Expose-Headers:
297
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
298
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
299
+ Access-Control-Allow-Origin:
300
+ - "*"
301
+ Expect-Ct:
302
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
303
+ Content-Security-Policy:
304
+ - default-src 'none'
305
+ Strict-Transport-Security:
306
+ - max-age=31536000; includeSubdomains; preload
307
+ X-Content-Type-Options:
308
+ - nosniff
309
+ X-Frame-Options:
310
+ - deny
311
+ X-Xss-Protection:
312
+ - 1; mode=block
313
+ X-Runtime-Rack:
314
+ - '0.056135'
315
+ X-Github-Request-Id:
316
+ - D84A:28C4:7ADA27:FFB544:59F3A14A
317
+ body:
318
+ encoding: ASCII-8BIT
319
+ string: '[{"sha":"40c01ab6ebec6cbd8ad9e521a732f941c169e557","commit":{"author":{"name":"Ellen
320
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"committer":{"name":"Ellen
321
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"message":"meep","tree":{"sha":"6911e0637822f44b83f04f47821adab56fdbc0b9","url":"https://api.github.com/repos/how-is/example-repository/git/trees/6911e0637822f44b83f04f47821adab56fdbc0b9"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","html_url":"https://github.com/how-is/example-repository/commit/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557/comments","author":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"committer":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"parents":[{"sha":"3794aa1c4b76623748faf280abe5760b76823162","url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162"}]},{"sha":"3794aa1c4b76623748faf280abe5760b76823162","commit":{"author":{"name":"fake
322
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"committer":{"name":"fake
323
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"message":"test
324
+ commit","tree":{"sha":"8286e548e330cfe01efcf7189f4df1fa53e777a7","url":"https://api.github.com/repos/how-is/example-repository/git/trees/8286e548e330cfe01efcf7189f4df1fa53e777a7"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/3794aa1c4b76623748faf280abe5760b76823162","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162/comments","author":null,"committer":null,"parents":[{"sha":"9e29405efa433529b86722542b8fb4b34dfd9edd","url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","html_url":"https://github.com/how-is/example-repository/commit/9e29405efa433529b86722542b8fb4b34dfd9edd"}]}]'
325
+ http_version:
326
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
327
+ - request:
328
+ method: get
329
+ uri: https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557
330
+ body:
331
+ encoding: US-ASCII
332
+ string: ''
333
+ headers:
334
+ Accept:
335
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
336
+ Accept-Charset:
337
+ - utf-8
338
+ User-Agent:
339
+ - Github API Ruby Gem 0.17.0
340
+ Authorization:
341
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
342
+ Accept-Encoding:
343
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
344
+ response:
345
+ status:
346
+ code: 200
347
+ message: OK
348
+ headers:
349
+ Server:
350
+ - GitHub.com
351
+ Date:
352
+ - Fri, 27 Oct 2017 21:12:42 GMT
353
+ Content-Type:
354
+ - application/json; charset=utf-8
355
+ Transfer-Encoding:
356
+ - chunked
357
+ Status:
358
+ - 200 OK
359
+ X-Ratelimit-Limit:
360
+ - '5000'
361
+ X-Ratelimit-Remaining:
362
+ - '4989'
363
+ X-Ratelimit-Reset:
364
+ - '1509142071'
365
+ Cache-Control:
366
+ - private, max-age=60, s-maxage=60
367
+ Vary:
368
+ - Accept, Authorization, Cookie, X-GitHub-OTP
369
+ Etag:
370
+ - W/"5ff401168b82e409e256c08dd0ad542c"
371
+ Last-Modified:
372
+ - Sat, 05 Aug 2017 20:39:01 GMT
373
+ X-Oauth-Scopes:
374
+ - ''
375
+ X-Accepted-Oauth-Scopes:
376
+ - ''
377
+ X-Github-Media-Type:
378
+ - github.v3; format=json
379
+ Access-Control-Expose-Headers:
380
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
381
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
382
+ Access-Control-Allow-Origin:
383
+ - "*"
384
+ Expect-Ct:
385
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
386
+ Content-Security-Policy:
387
+ - default-src 'none'
388
+ Strict-Transport-Security:
389
+ - max-age=31536000; includeSubdomains; preload
390
+ X-Content-Type-Options:
391
+ - nosniff
392
+ X-Frame-Options:
393
+ - deny
394
+ X-Xss-Protection:
395
+ - 1; mode=block
396
+ X-Runtime-Rack:
397
+ - '0.049345'
398
+ X-Github-Request-Id:
399
+ - D84C:28C5:76D4AE:11ED3B0:59F3A14A
400
+ body:
401
+ encoding: ASCII-8BIT
402
+ string: '{"sha":"40c01ab6ebec6cbd8ad9e521a732f941c169e557","commit":{"author":{"name":"Ellen
403
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"committer":{"name":"Ellen
404
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"message":"meep","tree":{"sha":"6911e0637822f44b83f04f47821adab56fdbc0b9","url":"https://api.github.com/repos/how-is/example-repository/git/trees/6911e0637822f44b83f04f47821adab56fdbc0b9"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","html_url":"https://github.com/how-is/example-repository/commit/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557/comments","author":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"committer":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"parents":[{"sha":"3794aa1c4b76623748faf280abe5760b76823162","url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162"}],"stats":{"total":2,"additions":1,"deletions":1},"files":[{"sha":"1573b3cd673938ed5f9ee8c41952c77b456ffab9","filename":"README.md","status":"modified","additions":1,"deletions":1,"changes":2,"blob_url":"https://github.com/how-is/example-repository/blob/40c01ab6ebec6cbd8ad9e521a732f941c169e557/README.md","raw_url":"https://github.com/how-is/example-repository/raw/40c01ab6ebec6cbd8ad9e521a732f941c169e557/README.md","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/README.md?ref=40c01ab6ebec6cbd8ad9e521a732f941c169e557","patch":"@@
405
+ -1,3 +1,3 @@\n # example-repository\n \n-Example repository for testing how_is.\n+An
406
+ example repository for testing how_is."}]}'
407
+ http_version:
408
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
409
+ - request:
410
+ method: get
411
+ uri: https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162
412
+ body:
413
+ encoding: US-ASCII
414
+ string: ''
415
+ headers:
416
+ Accept:
417
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
418
+ Accept-Charset:
419
+ - utf-8
420
+ User-Agent:
421
+ - Github API Ruby Gem 0.17.0
422
+ Authorization:
423
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
424
+ Accept-Encoding:
425
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
426
+ response:
427
+ status:
428
+ code: 200
429
+ message: OK
430
+ headers:
431
+ Server:
432
+ - GitHub.com
433
+ Date:
434
+ - Fri, 27 Oct 2017 21:12:42 GMT
435
+ Content-Type:
436
+ - application/json; charset=utf-8
437
+ Transfer-Encoding:
438
+ - chunked
439
+ Status:
440
+ - 200 OK
441
+ X-Ratelimit-Limit:
442
+ - '5000'
443
+ X-Ratelimit-Remaining:
444
+ - '4988'
445
+ X-Ratelimit-Reset:
446
+ - '1509142071'
447
+ Cache-Control:
448
+ - private, max-age=60, s-maxage=60
449
+ Vary:
450
+ - Accept, Authorization, Cookie, X-GitHub-OTP
451
+ Etag:
452
+ - W/"d0a36444cdd2524e35d468ed0de8d736"
453
+ Last-Modified:
454
+ - Sat, 05 Aug 2017 20:23:10 GMT
455
+ X-Oauth-Scopes:
456
+ - ''
457
+ X-Accepted-Oauth-Scopes:
458
+ - ''
459
+ X-Github-Media-Type:
460
+ - github.v3; format=json
461
+ Access-Control-Expose-Headers:
462
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
463
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
464
+ Access-Control-Allow-Origin:
465
+ - "*"
466
+ Expect-Ct:
467
+ - max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
468
+ Content-Security-Policy:
469
+ - default-src 'none'
470
+ Strict-Transport-Security:
471
+ - max-age=31536000; includeSubdomains; preload
472
+ X-Content-Type-Options:
473
+ - nosniff
474
+ X-Frame-Options:
475
+ - deny
476
+ X-Xss-Protection:
477
+ - 1; mode=block
478
+ X-Runtime-Rack:
479
+ - '0.029829'
480
+ X-Github-Request-Id:
481
+ - AADE:28C4:7ADA48:FFB57A:59F3A14A
482
+ body:
483
+ encoding: ASCII-8BIT
484
+ string: '{"sha":"3794aa1c4b76623748faf280abe5760b76823162","commit":{"author":{"name":"fake
485
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"committer":{"name":"fake
486
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"message":"test
487
+ commit","tree":{"sha":"8286e548e330cfe01efcf7189f4df1fa53e777a7","url":"https://api.github.com/repos/how-is/example-repository/git/trees/8286e548e330cfe01efcf7189f4df1fa53e777a7"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/3794aa1c4b76623748faf280abe5760b76823162","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162/comments","author":null,"committer":null,"parents":[{"sha":"9e29405efa433529b86722542b8fb4b34dfd9edd","url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","html_url":"https://github.com/how-is/example-repository/commit/9e29405efa433529b86722542b8fb4b34dfd9edd"}],"stats":{"total":1,"additions":1,"deletions":0},"files":[{"sha":"a69ca6962d2a86d7c5a041338938e0b4fe6bf515","filename":"README.md","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/how-is/example-repository/blob/3794aa1c4b76623748faf280abe5760b76823162/README.md","raw_url":"https://github.com/how-is/example-repository/raw/3794aa1c4b76623748faf280abe5760b76823162/README.md","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/README.md?ref=3794aa1c4b76623748faf280abe5760b76823162","patch":"@@
488
+ -1,2 +1,3 @@\n # example-repository\n+\n Example repository for testing how_is."}]}'
489
+ http_version:
490
+ recorded_at: Fri, 27 Oct 2017 21:12:42 GMT
491
+ - request:
492
+ method: get
493
+ uri: https://api.github.com/repos/how-is/example-repository/commits?since=2017-07-01T00:00:00%2B00:00
494
+ body:
495
+ encoding: US-ASCII
496
+ string: ''
497
+ headers:
498
+ Accept:
499
+ - application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
500
+ Accept-Charset:
501
+ - utf-8
502
+ User-Agent:
503
+ - Github API Ruby Gem 0.18.1
504
+ Authorization:
505
+ - Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5"
506
+ Accept-Encoding:
507
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
508
+ response:
509
+ status:
510
+ code: 200
511
+ message: OK
512
+ headers:
513
+ Server:
514
+ - GitHub.com
515
+ Date:
516
+ - Tue, 14 Nov 2017 08:12:54 GMT
517
+ Content-Type:
518
+ - application/json; charset=utf-8
519
+ Transfer-Encoding:
520
+ - chunked
521
+ Status:
522
+ - 200 OK
523
+ X-Ratelimit-Limit:
524
+ - '5000'
525
+ X-Ratelimit-Remaining:
526
+ - '4861'
527
+ X-Ratelimit-Reset:
528
+ - '1510649171'
529
+ Cache-Control:
530
+ - private, max-age=60, s-maxage=60
531
+ Vary:
532
+ - Accept, Authorization, Cookie, X-GitHub-OTP
533
+ Etag:
534
+ - W/"6055ab3f384a09754474abea3f73253b"
535
+ Last-Modified:
536
+ - Sat, 05 Aug 2017 20:39:01 GMT
537
+ X-Oauth-Scopes:
538
+ - ''
539
+ X-Accepted-Oauth-Scopes:
540
+ - ''
541
+ X-Github-Media-Type:
542
+ - github.v3; format=json
543
+ Access-Control-Expose-Headers:
544
+ - ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
545
+ X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
546
+ Access-Control-Allow-Origin:
547
+ - "*"
548
+ Content-Security-Policy:
549
+ - default-src 'none'
550
+ Strict-Transport-Security:
551
+ - max-age=31536000; includeSubdomains; preload
552
+ X-Content-Type-Options:
553
+ - nosniff
554
+ X-Frame-Options:
555
+ - deny
556
+ X-Xss-Protection:
557
+ - 1; mode=block
558
+ X-Runtime-Rack:
559
+ - '0.054658'
560
+ X-Github-Request-Id:
561
+ - AE3E:754F:1345F9:2FE2DF:5A0AA586
562
+ body:
563
+ encoding: ASCII-8BIT
564
+ string: '[{"sha":"40c01ab6ebec6cbd8ad9e521a732f941c169e557","commit":{"author":{"name":"Ellen
565
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"committer":{"name":"Ellen
566
+ Marie Dash","email":"me@duckie.co","date":"2017-08-05T20:39:01Z"},"message":"meep","tree":{"sha":"6911e0637822f44b83f04f47821adab56fdbc0b9","url":"https://api.github.com/repos/how-is/example-repository/git/trees/6911e0637822f44b83f04f47821adab56fdbc0b9"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557","html_url":"https://github.com/how-is/example-repository/commit/40c01ab6ebec6cbd8ad9e521a732f941c169e557","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/40c01ab6ebec6cbd8ad9e521a732f941c169e557/comments","author":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"committer":{"login":"duckinator","id":39698,"avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"parents":[{"sha":"3794aa1c4b76623748faf280abe5760b76823162","url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162"}]},{"sha":"3794aa1c4b76623748faf280abe5760b76823162","commit":{"author":{"name":"fake
567
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"committer":{"name":"fake
568
+ author","email":"fake@duckinator.net","date":"2017-08-05T20:23:10Z"},"message":"test
569
+ commit","tree":{"sha":"8286e548e330cfe01efcf7189f4df1fa53e777a7","url":"https://api.github.com/repos/how-is/example-repository/git/trees/8286e548e330cfe01efcf7189f4df1fa53e777a7"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/3794aa1c4b76623748faf280abe5760b76823162","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162","html_url":"https://github.com/how-is/example-repository/commit/3794aa1c4b76623748faf280abe5760b76823162","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/3794aa1c4b76623748faf280abe5760b76823162/comments","author":null,"committer":null,"parents":[{"sha":"9e29405efa433529b86722542b8fb4b34dfd9edd","url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","html_url":"https://github.com/how-is/example-repository/commit/9e29405efa433529b86722542b8fb4b34dfd9edd"}]}]'
570
+ http_version:
571
+ recorded_at: Tue, 14 Nov 2017 08:12:54 GMT
572
+ recorded_with: VCR 3.0.3