gh-diff 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +24 -0
- data/.rspec +2 -0
- data/.travis.yml +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.ja.md +298 -0
- data/README.md +113 -0
- data/Rakefile +7 -0
- data/bin/gh-diff +5 -0
- data/gh-diff.gemspec +35 -0
- data/lib/gh-diff.rb +96 -0
- data/lib/gh-diff/auth.rb +25 -0
- data/lib/gh-diff/cli.rb +165 -0
- data/lib/gh-diff/option.rb +40 -0
- data/lib/gh-diff/version.rb +3 -0
- data/spec/cassettes/auth.yml +63 -0
- data/spec/cassettes/dir.yml +74 -0
- data/spec/cassettes/docs.yml +145 -0
- data/spec/cassettes/nonexist.yml +63 -0
- data/spec/cassettes/quickstart.yml +147 -0
- data/spec/cassettes/ref-tag.yml +76 -0
- data/spec/cassettes/ref.yml +76 -0
- data/spec/cassettes/save-diff.yml +147 -0
- data/spec/cassettes/save-diffs.yml +291 -0
- data/spec/cli_spec.rb +102 -0
- data/spec/fixtures/docs/migrations.md +13 -0
- data/spec/fixtures/docs/quickstart.md +26 -0
- data/spec/fixtures/ja-docs/quickstart.ja.md +50 -0
- data/spec/gh-diff_spec.rb +138 -0
- data/spec/option_spec.rb +57 -0
- data/spec/spec_helper.rb +33 -0
- metadata +246 -0
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/jekyll/jekyll/contents/site/docs?ref=master
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json
|
12
|
+
User-Agent:
|
13
|
+
- Octokit Ruby Gem 3.1.2
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Sun, 22 Jun 2014 06:03:51 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '60'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '59'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1403420631'
|
37
|
+
Cache-Control:
|
38
|
+
- public, max-age=60, s-maxage=60
|
39
|
+
Last-Modified:
|
40
|
+
- Sun, 22 Jun 2014 02:02:29 GMT
|
41
|
+
Etag:
|
42
|
+
- '"610d3bf9fd7524c6167721d0290169b5"'
|
43
|
+
Vary:
|
44
|
+
- Accept
|
45
|
+
- Accept-Encoding
|
46
|
+
X-Github-Media-Type:
|
47
|
+
- github.v3; format=json
|
48
|
+
X-Xss-Protection:
|
49
|
+
- 1; mode=block
|
50
|
+
X-Frame-Options:
|
51
|
+
- deny
|
52
|
+
Content-Security-Policy:
|
53
|
+
- default-src 'none'
|
54
|
+
Access-Control-Allow-Credentials:
|
55
|
+
- 'true'
|
56
|
+
Access-Control-Expose-Headers:
|
57
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
58
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
59
|
+
Access-Control-Allow-Origin:
|
60
|
+
- "*"
|
61
|
+
X-Github-Request-Id:
|
62
|
+
- 3C2F1730:4109:C4025FD:53A671C7
|
63
|
+
Strict-Transport-Security:
|
64
|
+
- max-age=31536000
|
65
|
+
X-Content-Type-Options:
|
66
|
+
- nosniff
|
67
|
+
X-Served-By:
|
68
|
+
- 88d924ed861736d2749ce1a55766cb53
|
69
|
+
body:
|
70
|
+
encoding: UTF-8
|
71
|
+
string: '[{"name":"assets.md","path":"site/docs/assets.md","sha":"b733e0eb141d9f5ca16f5f82e2867ef43fceaf77","size":1376,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/assets.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/assets.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b733e0eb141d9f5ca16f5f82e2867ef43fceaf77","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/assets.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b733e0eb141d9f5ca16f5f82e2867ef43fceaf77","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/assets.md"}},{"name":"collections.md","path":"site/docs/collections.md","sha":"91460c9639cc0ad9e75765ad58733fc6fad31989","size":6711,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/collections.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/collections.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/91460c9639cc0ad9e75765ad58733fc6fad31989","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/collections.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/91460c9639cc0ad9e75765ad58733fc6fad31989","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/collections.md"}},{"name":"configuration.md","path":"site/docs/configuration.md","sha":"c685994b95387c72a1304575c70a60c10f9d8db1","size":18852,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/configuration.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/configuration.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/c685994b95387c72a1304575c70a60c10f9d8db1","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/configuration.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/c685994b95387c72a1304575c70a60c10f9d8db1","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/configuration.md"}},{"name":"contributing.md","path":"site/docs/contributing.md","sha":"8acad5ac0314441b520e482fd3cb6f63880adb15","size":4744,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/contributing.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/contributing.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/8acad5ac0314441b520e482fd3cb6f63880adb15","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/contributing.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/8acad5ac0314441b520e482fd3cb6f63880adb15","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/contributing.md"}},{"name":"datafiles.md","path":"site/docs/datafiles.md","sha":"48405971a4b60d253463f7117d328a23d703a70c","size":2699,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/datafiles.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/datafiles.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/48405971a4b60d253463f7117d328a23d703a70c","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/datafiles.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/48405971a4b60d253463f7117d328a23d703a70c","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/datafiles.md"}},{"name":"deployment-methods.md","path":"site/docs/deployment-methods.md","sha":"a66d1540d5082677c8704008e71654d9c53e2fe5","size":5883,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/deployment-methods.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/deployment-methods.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a66d1540d5082677c8704008e71654d9c53e2fe5","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/deployment-methods.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a66d1540d5082677c8704008e71654d9c53e2fe5","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/deployment-methods.md"}},{"name":"drafts.md","path":"site/docs/drafts.md","sha":"959964d0b5303091d3ca085833c65d658fbd351e","size":726,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/drafts.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/drafts.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/959964d0b5303091d3ca085833c65d658fbd351e","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/drafts.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/959964d0b5303091d3ca085833c65d658fbd351e","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/drafts.md"}},{"name":"extras.md","path":"site/docs/extras.md","sha":"0739f2f21209e483b4b924b641f9cd0957d7fa2d","size":2451,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/extras.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/extras.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/0739f2f21209e483b4b924b641f9cd0957d7fa2d","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/extras.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/0739f2f21209e483b4b924b641f9cd0957d7fa2d","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/extras.md"}},{"name":"frontmatter.md","path":"site/docs/frontmatter.md","sha":"7f218edba352fcb2ae31d6c6efa8e129c932ff81","size":5122,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/frontmatter.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/frontmatter.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7f218edba352fcb2ae31d6c6efa8e129c932ff81","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/frontmatter.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7f218edba352fcb2ae31d6c6efa8e129c932ff81","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/frontmatter.md"}},{"name":"github-pages.md","path":"site/docs/github-pages.md","sha":"c73046eba00138f0fbc3d036b34444163e86c4af","size":4254,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/github-pages.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/github-pages.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/c73046eba00138f0fbc3d036b34444163e86c4af","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/github-pages.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/c73046eba00138f0fbc3d036b34444163e86c4af","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/github-pages.md"}},{"name":"heroku.md","path":"site/docs/heroku.md","sha":"84b448b661b5b5befcc7c243051bd3ee68e68150","size":161,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/heroku.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/heroku.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/84b448b661b5b5befcc7c243051bd3ee68e68150","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/heroku.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/84b448b661b5b5befcc7c243051bd3ee68e68150","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/heroku.md"}},{"name":"history.md","path":"site/docs/history.md","sha":"630fe24879cfec670ebc8dbca3995d18403f4e4d","size":76047,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/history.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/history.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/630fe24879cfec670ebc8dbca3995d18403f4e4d","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/history.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/630fe24879cfec670ebc8dbca3995d18403f4e4d","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/history.md"}},{"name":"index.md","path":"site/docs/index.md","sha":"44a00b43239d8feba8f0fd938396e24331778b99","size":2182,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/index.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/index.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/44a00b43239d8feba8f0fd938396e24331778b99","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/index.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/44a00b43239d8feba8f0fd938396e24331778b99","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/index.md"}},{"name":"installation.md","path":"site/docs/installation.md","sha":"408a2980446897c0eae8bb4f8613d8937fc4ffbe","size":3569,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/installation.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/installation.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/408a2980446897c0eae8bb4f8613d8937fc4ffbe","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/installation.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/408a2980446897c0eae8bb4f8613d8937fc4ffbe","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/installation.md"}},{"name":"migrations.md","path":"site/docs/migrations.md","sha":"a080c6c6ee28720ea347b0e4fe0660e3e333d501","size":359,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/migrations.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/migrations.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a080c6c6ee28720ea347b0e4fe0660e3e333d501","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/migrations.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a080c6c6ee28720ea347b0e4fe0660e3e333d501","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/migrations.md"}},{"name":"pages.md","path":"site/docs/pages.md","sha":"e7b837fab6b64ee2e5062b644f9f7d94fc62bada","size":3002,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/pages.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/pages.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/e7b837fab6b64ee2e5062b644f9f7d94fc62bada","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/pages.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/e7b837fab6b64ee2e5062b644f9f7d94fc62bada","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/pages.md"}},{"name":"pagination.md","path":"site/docs/pagination.md","sha":"b0efad9b92dce2e7e8d07fe9fd92ba9cfacaceab","size":6407,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/pagination.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/pagination.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b0efad9b92dce2e7e8d07fe9fd92ba9cfacaceab","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/pagination.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b0efad9b92dce2e7e8d07fe9fd92ba9cfacaceab","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/pagination.md"}},{"name":"permalinks.md","path":"site/docs/permalinks.md","sha":"7a69e95ac15b14c5a551d8203172cfa84bd3e11c","size":3958,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/permalinks.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/permalinks.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7a69e95ac15b14c5a551d8203172cfa84bd3e11c","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/permalinks.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7a69e95ac15b14c5a551d8203172cfa84bd3e11c","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/permalinks.md"}},{"name":"plugins.md","path":"site/docs/plugins.md","sha":"f2d25ad531f0afb6a66bf0e979d49397dcee7339","size":30672,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/plugins.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/plugins.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/f2d25ad531f0afb6a66bf0e979d49397dcee7339","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/plugins.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/f2d25ad531f0afb6a66bf0e979d49397dcee7339","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/plugins.md"}},{"name":"posts.md","path":"site/docs/posts.md","sha":"eeb8b8e024d8b39cb94c0ffcc1bdfc52f7a83d1d","size":8337,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/posts.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/posts.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eeb8b8e024d8b39cb94c0ffcc1bdfc52f7a83d1d","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/posts.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eeb8b8e024d8b39cb94c0ffcc1bdfc52f7a83d1d","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/posts.md"}},{"name":"quickstart.md","path":"site/docs/quickstart.md","sha":"eedb976237a3f8aef6e3f0cc205fcab284370ef7","size":728,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md"}},{"name":"resources.md","path":"site/docs/resources.md","sha":"06a91aea4fdf88bfecc6938682db3ac703cc7505","size":3029,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/resources.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/resources.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/06a91aea4fdf88bfecc6938682db3ac703cc7505","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/resources.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/06a91aea4fdf88bfecc6938682db3ac703cc7505","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/resources.md"}},{"name":"sites.md","path":"site/docs/sites.md","sha":"4e57aba79f49dfbc332f10c92032fb201ca92a43","size":1172,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/sites.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/sites.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/4e57aba79f49dfbc332f10c92032fb201ca92a43","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/sites.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/4e57aba79f49dfbc332f10c92032fb201ca92a43","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/sites.md"}},{"name":"structure.md","path":"site/docs/structure.md","sha":"44bf27b1c282a8d34cc1ffad406ca36167618d36","size":5342,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/structure.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/structure.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/44bf27b1c282a8d34cc1ffad406ca36167618d36","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/structure.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/44bf27b1c282a8d34cc1ffad406ca36167618d36","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/structure.md"}},{"name":"templates.md","path":"site/docs/templates.md","sha":"5ee7bb7151ae7a9cb1949dcd75bd166d9a96f03f","size":11055,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/templates.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/templates.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/5ee7bb7151ae7a9cb1949dcd75bd166d9a96f03f","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/templates.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/5ee7bb7151ae7a9cb1949dcd75bd166d9a96f03f","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/templates.md"}},{"name":"troubleshooting.md","path":"site/docs/troubleshooting.md","sha":"7c07b7e28a839066e7952facc0c92096d86f7798","size":4899,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/troubleshooting.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/troubleshooting.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7c07b7e28a839066e7952facc0c92096d86f7798","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/troubleshooting.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7c07b7e28a839066e7952facc0c92096d86f7798","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/troubleshooting.md"}},{"name":"upgrading.md","path":"site/docs/upgrading.md","sha":"3a3f16701770b2fa7deef2ac047a4743b40413bf","size":5868,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/upgrading.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/upgrading.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/3a3f16701770b2fa7deef2ac047a4743b40413bf","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/upgrading.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/3a3f16701770b2fa7deef2ac047a4743b40413bf","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/upgrading.md"}},{"name":"usage.md","path":"site/docs/usage.md","sha":"7538de0080f6366541ca232b51de1ba7fa325acc","size":2638,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/usage.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/usage.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7538de0080f6366541ca232b51de1ba7fa325acc","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/usage.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/7538de0080f6366541ca232b51de1ba7fa325acc","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/usage.md"}},{"name":"variables.md","path":"site/docs/variables.md","sha":"5f4afbeab9630fbf7262b18e0a1efef6abeb0e7b","size":9034,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/variables.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/variables.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/5f4afbeab9630fbf7262b18e0a1efef6abeb0e7b","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/variables.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/5f4afbeab9630fbf7262b18e0a1efef6abeb0e7b","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/variables.md"}},{"name":"windows.md","path":"site/docs/windows.md","sha":"b1f12ccc7a7e29d0f98606b94477cbf377a624a7","size":1531,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/windows.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/windows.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b1f12ccc7a7e29d0f98606b94477cbf377a624a7","type":"file","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/windows.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/b1f12ccc7a7e29d0f98606b94477cbf377a624a7","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/windows.md"}}]'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Sun, 22 Jun 2014 06:03:52 GMT
|
74
|
+
recorded_with: VCR 2.9.2
|
@@ -0,0 +1,145 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json
|
12
|
+
User-Agent:
|
13
|
+
- Octokit Ruby Gem 3.1.2
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Sun, 22 Jun 2014 04:49:11 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '60'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '59'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1403416151'
|
37
|
+
Cache-Control:
|
38
|
+
- public, max-age=60, s-maxage=60
|
39
|
+
Last-Modified:
|
40
|
+
- Sat, 21 Jun 2014 16:56:09 GMT
|
41
|
+
Etag:
|
42
|
+
- '"75e02a0656018617d2061d8e37f08cac"'
|
43
|
+
Vary:
|
44
|
+
- Accept
|
45
|
+
- Accept-Encoding
|
46
|
+
X-Github-Media-Type:
|
47
|
+
- github.v3; format=json
|
48
|
+
X-Xss-Protection:
|
49
|
+
- 1; mode=block
|
50
|
+
X-Frame-Options:
|
51
|
+
- deny
|
52
|
+
Content-Security-Policy:
|
53
|
+
- default-src 'none'
|
54
|
+
Access-Control-Allow-Credentials:
|
55
|
+
- 'true'
|
56
|
+
Access-Control-Expose-Headers:
|
57
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
58
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
59
|
+
Access-Control-Allow-Origin:
|
60
|
+
- "*"
|
61
|
+
X-Github-Request-Id:
|
62
|
+
- 3C2F1730:01FC:C182B7A:53A66047
|
63
|
+
Strict-Transport-Security:
|
64
|
+
- max-age=31536000
|
65
|
+
X-Content-Type-Options:
|
66
|
+
- nosniff
|
67
|
+
X-Served-By:
|
68
|
+
- 03d91026ad8428f4d9966d7434f9d82e
|
69
|
+
body:
|
70
|
+
encoding: UTF-8
|
71
|
+
string: '{"name":"quickstart.md","path":"site/docs/quickstart.md","sha":"eedb976237a3f8aef6e3f0cc205fcab284370ef7","size":728,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","type":"file","content":"LS0tCmxheW91dDogZG9jcwp0aXRsZTogUXVpY2stc3RhcnQgZ3VpZGUKcHJl\ndl9zZWN0aW9uOiBob21lCm5leHRfc2VjdGlvbjogaW5zdGFsbGF0aW9uCnBl\ncm1hbGluazogL2RvY3MvcXVpY2tzdGFydC8KLS0tCgpGb3IgdGhlIGltcGF0\naWVudCwgaGVyZSdzIGhvdyB0byBnZXQgYSBib2lsZXJwbGF0ZSBKZWt5bGwg\nc2l0ZSB1cCBhbmQgcnVubmluZy4KCnslIGhpZ2hsaWdodCBiYXNoICV9Cn4g\nJCBnZW0gaW5zdGFsbCBqZWt5bGwKfiAkIGpla3lsbCBuZXcgbXlibG9nCn4g\nJCBjZCBteWJsb2cKfi9teWJsb2cgJCBqZWt5bGwgc2VydmUKIyA9PiBOb3cg\nYnJvd3NlIHRvIGh0dHA6Ly9sb2NhbGhvc3Q6NDAwMAp7JSBlbmRoaWdobGln\naHQgJX0KClRoYXQncyBub3RoaW5nLCB0aG91Z2guIFRoZSByZWFsIG1hZ2lj\nIGhhcHBlbnMgd2hlbiB5b3Ugc3RhcnQgY3JlYXRpbmcgYmxvZwpwb3N0cywg\ndXNpbmcgdGhlIGZyb250LW1hdHRlciB0byBjb250cm9sIHRlbXBsYXRlcyBh\nbmQgbGF5b3V0cywgYW5kIHRha2luZwphZHZhbnRhZ2Ugb2YgYWxsIHRoZSBh\nd2Vzb21lIGNvbmZpZ3VyYXRpb24gb3B0aW9ucyBKZWt5bGwgbWFrZXMgYXZh\naWxhYmxlLgoKSWYgeW91J3JlIHJ1bm5pbmcgaW50byBwcm9ibGVtcywgZW5z\ndXJlIHlvdSBoYXZlIGFsbCB0aGUgW3JlcXVpcmVtZW50cwppbnN0YWxsZWRd\nW0luc3RhbGxhdGlvbl0uCgpbSW5zdGFsbGF0aW9uXTogL2RvY3MvaW5zdGFs\nbGF0aW9uLwo=\n","encoding":"base64","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md"}}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Sun, 22 Jun 2014 04:49:12 GMT
|
74
|
+
- request:
|
75
|
+
method: get
|
76
|
+
uri: https://api.github.com/repos/jekyll/jekyll/contents/site/docs/migrations.md?ref=master
|
77
|
+
body:
|
78
|
+
encoding: US-ASCII
|
79
|
+
string: ''
|
80
|
+
headers:
|
81
|
+
Accept:
|
82
|
+
- application/vnd.github.v3+json
|
83
|
+
User-Agent:
|
84
|
+
- Octokit Ruby Gem 3.1.2
|
85
|
+
Accept-Encoding:
|
86
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
87
|
+
response:
|
88
|
+
status:
|
89
|
+
code: 200
|
90
|
+
message: OK
|
91
|
+
headers:
|
92
|
+
Server:
|
93
|
+
- GitHub.com
|
94
|
+
Date:
|
95
|
+
- Sun, 22 Jun 2014 04:49:11 GMT
|
96
|
+
Content-Type:
|
97
|
+
- application/json; charset=utf-8
|
98
|
+
Transfer-Encoding:
|
99
|
+
- chunked
|
100
|
+
Status:
|
101
|
+
- 200 OK
|
102
|
+
X-Ratelimit-Limit:
|
103
|
+
- '60'
|
104
|
+
X-Ratelimit-Remaining:
|
105
|
+
- '58'
|
106
|
+
X-Ratelimit-Reset:
|
107
|
+
- '1403416151'
|
108
|
+
Cache-Control:
|
109
|
+
- public, max-age=60, s-maxage=60
|
110
|
+
Last-Modified:
|
111
|
+
- Sat, 21 Jun 2014 16:56:09 GMT
|
112
|
+
Etag:
|
113
|
+
- '"75e02a0656018617d2061d8e37f08cac"'
|
114
|
+
Vary:
|
115
|
+
- Accept
|
116
|
+
- Accept-Encoding
|
117
|
+
X-Github-Media-Type:
|
118
|
+
- github.v3; format=json
|
119
|
+
X-Xss-Protection:
|
120
|
+
- 1; mode=block
|
121
|
+
X-Frame-Options:
|
122
|
+
- deny
|
123
|
+
Content-Security-Policy:
|
124
|
+
- default-src 'none'
|
125
|
+
Access-Control-Allow-Credentials:
|
126
|
+
- 'true'
|
127
|
+
Access-Control-Expose-Headers:
|
128
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
129
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
130
|
+
Access-Control-Allow-Origin:
|
131
|
+
- "*"
|
132
|
+
X-Github-Request-Id:
|
133
|
+
- 3C2F1730:01FC:C182B75:53A66047
|
134
|
+
Strict-Transport-Security:
|
135
|
+
- max-age=31536000
|
136
|
+
X-Content-Type-Options:
|
137
|
+
- nosniff
|
138
|
+
X-Served-By:
|
139
|
+
- c046d59f93ede9ab52d5ac29f1ed70f7
|
140
|
+
body:
|
141
|
+
encoding: UTF-8
|
142
|
+
string: '{"name":"migrations.md","path":"site/docs/migrations.md","sha":"a080c6c6ee28720ea347b0e4fe0660e3e333d501","size":359,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/migrations.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/migrations.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a080c6c6ee28720ea347b0e4fe0660e3e333d501","type":"file","content":"LS0tCmxheW91dDogZG9jcwp0aXRsZTogQmxvZyBtaWdyYXRpb25zCnByZXZf\nc2VjdGlvbjogYXNzZXRzCm5leHRfc2VjdGlvbjogdGVtcGxhdGVzCnBlcm1h\nbGluazogL2RvY3MvbWlncmF0aW9ucy8KLS0tCgpJZiB5b3XigJlyZSBzd2l0\nY2hpbmcgdG8gSmVreWxsIGZyb20gYW5vdGhlciBibG9nZ2luZyBzeXN0ZW0s\nIEpla3lsbOKAmXMgaW1wb3J0ZXJzCmNhbiBoZWxwIHlvdSB3aXRoIHRoZSBt\nb3ZlLiBUbyBsZWFybiBtb3JlIGFib3V0IGltcG9ydGluZyB5b3VyIHNpdGUg\ndG8gSmVreWxsLAp2aXNpdCBvdXIgW2BqZWt5bGwtaW1wb3J0YCBkb2NzIHNp\ndGVdKGh0dHA6Ly9pbXBvcnQuamVreWxscmIuY29tL2RvY3MvaG9tZS8pLgo=\n","encoding":"base64","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/migrations.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/a080c6c6ee28720ea347b0e4fe0660e3e333d501","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/migrations.md"}}'
|
143
|
+
http_version:
|
144
|
+
recorded_at: Sun, 22 Jun 2014 04:49:12 GMT
|
145
|
+
recorded_with: VCR 2.9.2
|
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/jekyll/jekyll/contents/docs/nonexist.md?ref=master
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json
|
12
|
+
User-Agent:
|
13
|
+
- Octokit Ruby Gem 3.1.2
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 404
|
19
|
+
message: Not Found
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Tue, 24 Jun 2014 09:33:15 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 404 Not Found
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '60'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '59'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1403605995'
|
37
|
+
X-Github-Media-Type:
|
38
|
+
- github.v3; format=json
|
39
|
+
X-Xss-Protection:
|
40
|
+
- 1; mode=block
|
41
|
+
X-Frame-Options:
|
42
|
+
- deny
|
43
|
+
Content-Security-Policy:
|
44
|
+
- default-src 'none'
|
45
|
+
Access-Control-Allow-Credentials:
|
46
|
+
- 'true'
|
47
|
+
Access-Control-Expose-Headers:
|
48
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
49
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
50
|
+
Access-Control-Allow-Origin:
|
51
|
+
- "*"
|
52
|
+
X-Github-Request-Id:
|
53
|
+
- 3C2F1730:6284:5B0A8E5:53A945DA
|
54
|
+
Strict-Transport-Security:
|
55
|
+
- max-age=31536000
|
56
|
+
X-Content-Type-Options:
|
57
|
+
- nosniff
|
58
|
+
body:
|
59
|
+
encoding: UTF-8
|
60
|
+
string: '{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}'
|
61
|
+
http_version:
|
62
|
+
recorded_at: Tue, 24 Jun 2014 09:33:15 GMT
|
63
|
+
recorded_with: VCR 2.9.2
|
@@ -0,0 +1,147 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json
|
12
|
+
User-Agent:
|
13
|
+
- Octokit Ruby Gem 3.1.2
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Sun, 29 Jun 2014 00:20:38 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '60'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '59'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1404004838'
|
37
|
+
Cache-Control:
|
38
|
+
- public, max-age=60, s-maxage=60
|
39
|
+
Last-Modified:
|
40
|
+
- Sat, 28 Jun 2014 21:20:09 GMT
|
41
|
+
Etag:
|
42
|
+
- '"cc900739c902114785938b70ec00be83"'
|
43
|
+
Vary:
|
44
|
+
- Accept
|
45
|
+
- Accept-Encoding
|
46
|
+
X-Github-Media-Type:
|
47
|
+
- github.v3; format=json
|
48
|
+
X-Xss-Protection:
|
49
|
+
- 1; mode=block
|
50
|
+
X-Frame-Options:
|
51
|
+
- deny
|
52
|
+
Content-Security-Policy:
|
53
|
+
- default-src 'none'
|
54
|
+
Access-Control-Allow-Credentials:
|
55
|
+
- 'true'
|
56
|
+
Access-Control-Expose-Headers:
|
57
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
58
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
59
|
+
Access-Control-Allow-Origin:
|
60
|
+
- "*"
|
61
|
+
X-Github-Request-Id:
|
62
|
+
- DE962F8B:5E0E:26190A2:53AF5BD6
|
63
|
+
Strict-Transport-Security:
|
64
|
+
- max-age=31536000
|
65
|
+
X-Content-Type-Options:
|
66
|
+
- nosniff
|
67
|
+
X-Served-By:
|
68
|
+
- c436b2b44345c72ff906059f604991e7
|
69
|
+
body:
|
70
|
+
encoding: UTF-8
|
71
|
+
string: '{"name":"quickstart.md","path":"site/docs/quickstart.md","sha":"eedb976237a3f8aef6e3f0cc205fcab284370ef7","size":728,"url":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","html_url":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md","git_url":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","type":"file","content":"LS0tCmxheW91dDogZG9jcwp0aXRsZTogUXVpY2stc3RhcnQgZ3VpZGUKcHJl\ndl9zZWN0aW9uOiBob21lCm5leHRfc2VjdGlvbjogaW5zdGFsbGF0aW9uCnBl\ncm1hbGluazogL2RvY3MvcXVpY2tzdGFydC8KLS0tCgpGb3IgdGhlIGltcGF0\naWVudCwgaGVyZSdzIGhvdyB0byBnZXQgYSBib2lsZXJwbGF0ZSBKZWt5bGwg\nc2l0ZSB1cCBhbmQgcnVubmluZy4KCnslIGhpZ2hsaWdodCBiYXNoICV9Cn4g\nJCBnZW0gaW5zdGFsbCBqZWt5bGwKfiAkIGpla3lsbCBuZXcgbXlibG9nCn4g\nJCBjZCBteWJsb2cKfi9teWJsb2cgJCBqZWt5bGwgc2VydmUKIyA9PiBOb3cg\nYnJvd3NlIHRvIGh0dHA6Ly9sb2NhbGhvc3Q6NDAwMAp7JSBlbmRoaWdobGln\naHQgJX0KClRoYXQncyBub3RoaW5nLCB0aG91Z2guIFRoZSByZWFsIG1hZ2lj\nIGhhcHBlbnMgd2hlbiB5b3Ugc3RhcnQgY3JlYXRpbmcgYmxvZwpwb3N0cywg\ndXNpbmcgdGhlIGZyb250LW1hdHRlciB0byBjb250cm9sIHRlbXBsYXRlcyBh\nbmQgbGF5b3V0cywgYW5kIHRha2luZwphZHZhbnRhZ2Ugb2YgYWxsIHRoZSBh\nd2Vzb21lIGNvbmZpZ3VyYXRpb24gb3B0aW9ucyBKZWt5bGwgbWFrZXMgYXZh\naWxhYmxlLgoKSWYgeW91J3JlIHJ1bm5pbmcgaW50byBwcm9ibGVtcywgZW5z\ndXJlIHlvdSBoYXZlIGFsbCB0aGUgW3JlcXVpcmVtZW50cwppbnN0YWxsZWRd\nW0luc3RhbGxhdGlvbl0uCgpbSW5zdGFsbGF0aW9uXTogL2RvY3MvaW5zdGFs\nbGF0aW9uLwo=\n","encoding":"base64","_links":{"self":"https://api.github.com/repos/jekyll/jekyll/contents/site/docs/quickstart.md?ref=master","git":"https://api.github.com/repos/jekyll/jekyll/git/blobs/eedb976237a3f8aef6e3f0cc205fcab284370ef7","html":"https://github.com/jekyll/jekyll/blob/master/site/docs/quickstart.md"}}'
|
72
|
+
http_version:
|
73
|
+
recorded_at: Sun, 29 Jun 2014 00:20:38 GMT
|
74
|
+
- request:
|
75
|
+
method: get
|
76
|
+
uri: https://api.github.com/repos/jekyll/jekyll/git/refs/heads/master
|
77
|
+
body:
|
78
|
+
encoding: US-ASCII
|
79
|
+
string: ''
|
80
|
+
headers:
|
81
|
+
Accept:
|
82
|
+
- application/vnd.github.v3+json
|
83
|
+
User-Agent:
|
84
|
+
- Octokit Ruby Gem 3.1.2
|
85
|
+
Accept-Encoding:
|
86
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
87
|
+
response:
|
88
|
+
status:
|
89
|
+
code: 200
|
90
|
+
message: OK
|
91
|
+
headers:
|
92
|
+
Server:
|
93
|
+
- GitHub.com
|
94
|
+
Date:
|
95
|
+
- Sun, 29 Jun 2014 00:20:39 GMT
|
96
|
+
Content-Type:
|
97
|
+
- application/json; charset=utf-8
|
98
|
+
Transfer-Encoding:
|
99
|
+
- chunked
|
100
|
+
Status:
|
101
|
+
- 200 OK
|
102
|
+
X-Ratelimit-Limit:
|
103
|
+
- '60'
|
104
|
+
X-Ratelimit-Remaining:
|
105
|
+
- '58'
|
106
|
+
X-Ratelimit-Reset:
|
107
|
+
- '1404004838'
|
108
|
+
Cache-Control:
|
109
|
+
- public, max-age=60, s-maxage=60
|
110
|
+
Last-Modified:
|
111
|
+
- Sat, 28 Jun 2014 18:54:14 GMT
|
112
|
+
Etag:
|
113
|
+
- '"8176d2e718f3b57d68b2969a1a663c4f"'
|
114
|
+
X-Poll-Interval:
|
115
|
+
- '300'
|
116
|
+
Vary:
|
117
|
+
- Accept
|
118
|
+
- Accept-Encoding
|
119
|
+
X-Github-Media-Type:
|
120
|
+
- github.v3; format=json
|
121
|
+
X-Xss-Protection:
|
122
|
+
- 1; mode=block
|
123
|
+
X-Frame-Options:
|
124
|
+
- deny
|
125
|
+
Content-Security-Policy:
|
126
|
+
- default-src 'none'
|
127
|
+
Access-Control-Allow-Credentials:
|
128
|
+
- 'true'
|
129
|
+
Access-Control-Expose-Headers:
|
130
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
131
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
132
|
+
Access-Control-Allow-Origin:
|
133
|
+
- "*"
|
134
|
+
X-Github-Request-Id:
|
135
|
+
- DE962F8B:5E0D:1DD86FF:53AF5BD7
|
136
|
+
Strict-Transport-Security:
|
137
|
+
- max-age=31536000
|
138
|
+
X-Content-Type-Options:
|
139
|
+
- nosniff
|
140
|
+
X-Served-By:
|
141
|
+
- 88d924ed861736d2749ce1a55766cb53
|
142
|
+
body:
|
143
|
+
encoding: UTF-8
|
144
|
+
string: '{"ref":"refs/heads/master","url":"https://api.github.com/repos/jekyll/jekyll/git/refs/heads/master","object":{"sha":"3dffa8284f604e4ac87ce6eb4bc8bbaa257da8d8","type":"commit","url":"https://api.github.com/repos/jekyll/jekyll/git/commits/3dffa8284f604e4ac87ce6eb4bc8bbaa257da8d8"}}'
|
145
|
+
http_version:
|
146
|
+
recorded_at: Sun, 29 Jun 2014 00:20:39 GMT
|
147
|
+
recorded_with: VCR 2.9.2
|
@@ -0,0 +1,76 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/jekyll/jekyll/git/refs/tags/v1.0.0
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json
|
12
|
+
User-Agent:
|
13
|
+
- Octokit Ruby Gem 3.1.2
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Server:
|
22
|
+
- GitHub.com
|
23
|
+
Date:
|
24
|
+
- Tue, 24 Jun 2014 01:38:04 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=utf-8
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Status:
|
30
|
+
- 200 OK
|
31
|
+
X-Ratelimit-Limit:
|
32
|
+
- '60'
|
33
|
+
X-Ratelimit-Remaining:
|
34
|
+
- '55'
|
35
|
+
X-Ratelimit-Reset:
|
36
|
+
- '1403575924'
|
37
|
+
Cache-Control:
|
38
|
+
- public, max-age=60, s-maxage=60
|
39
|
+
Last-Modified:
|
40
|
+
- Tue, 24 Jun 2014 01:14:55 GMT
|
41
|
+
Etag:
|
42
|
+
- '"5226579568322b610ddb5ee49c0dd31f"'
|
43
|
+
X-Poll-Interval:
|
44
|
+
- '300'
|
45
|
+
Vary:
|
46
|
+
- Accept
|
47
|
+
- Accept-Encoding
|
48
|
+
X-Github-Media-Type:
|
49
|
+
- github.v3; format=json
|
50
|
+
X-Xss-Protection:
|
51
|
+
- 1; mode=block
|
52
|
+
X-Frame-Options:
|
53
|
+
- deny
|
54
|
+
Content-Security-Policy:
|
55
|
+
- default-src 'none'
|
56
|
+
Access-Control-Allow-Credentials:
|
57
|
+
- 'true'
|
58
|
+
Access-Control-Expose-Headers:
|
59
|
+
- ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
|
60
|
+
X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
|
61
|
+
Access-Control-Allow-Origin:
|
62
|
+
- "*"
|
63
|
+
X-Github-Request-Id:
|
64
|
+
- 3C2F1730:410B:1848A1DE:53A8D67B
|
65
|
+
Strict-Transport-Security:
|
66
|
+
- max-age=31536000
|
67
|
+
X-Content-Type-Options:
|
68
|
+
- nosniff
|
69
|
+
X-Served-By:
|
70
|
+
- a8d8e492d6966f0c23dee2eed64c678a
|
71
|
+
body:
|
72
|
+
encoding: UTF-8
|
73
|
+
string: '{"ref":"refs/tags/v1.0.0","url":"https://api.github.com/repos/jekyll/jekyll/git/refs/tags/v1.0.0","object":{"sha":"9f94eaf061b7940119afe6864abcb4fe82d98b33","type":"commit","url":"https://api.github.com/repos/jekyll/jekyll/git/commits/9f94eaf061b7940119afe6864abcb4fe82d98b33"}}'
|
74
|
+
http_version:
|
75
|
+
recorded_at: Tue, 24 Jun 2014 01:38:04 GMT
|
76
|
+
recorded_with: VCR 2.9.2
|