gh 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -5
- data/gh.gemspec +2 -1
- data/lib/gh.rb +7 -2
- data/lib/gh/error.rb +17 -0
- data/lib/gh/instrumentation.rb +36 -0
- data/lib/gh/lazy_loader.rb +4 -0
- data/lib/gh/link_follower.rb +4 -0
- data/lib/gh/merge_commit.rb +38 -12
- data/lib/gh/normalizer.rb +2 -0
- data/lib/gh/pagination.rb +31 -0
- data/lib/gh/remote.rb +27 -7
- data/lib/gh/response.rb +6 -0
- data/lib/gh/version.rb +1 -1
- data/lib/gh/wrapper.rb +14 -0
- data/spec/error_spec.rb +31 -0
- data/spec/instrumentation_spec.rb +30 -0
- data/spec/merge_commit_spec.rb +12 -0
- data/spec/normalizer_spec.rb +5 -0
- data/spec/pagination_spec.rb +10 -0
- data/spec/payloads/.yml +3 -0
- data/spec/payloads/repos/travis-repos/test-project-1/git/commits/ca3c0a44ec1d9bf8557d2653aa1b79fcc9ff5f5d.yml +23 -0
- data/spec/payloads/users/rkh/repos.yml +52 -0
- data/spec/payloads/users/rkh/repos?page=2.yml +54 -0
- data/spec/payloads/users/rkh/repos?page=3.yml +57 -0
- data/spec/payloads/users/rkh/repos?page=4.yml +56 -0
- data/spec/payloads/users/rkh/repos?page=5.yml +28 -0
- data/spec/remote_spec.rb +6 -0
- metadata +46 -14
- data/lib/gh/faraday.rb +0 -99
data/spec/merge_commit_spec.rb
CHANGED
@@ -14,4 +14,16 @@ describe GH::MergeCommit do
|
|
14
14
|
it 'adds merge commits' do
|
15
15
|
pull_request['merge_commit']['sha'].should_not be_nil
|
16
16
|
end
|
17
|
+
|
18
|
+
it 'adds base commits' do
|
19
|
+
pull_request['base_commit']['sha'].should_not be_nil
|
20
|
+
end
|
21
|
+
|
22
|
+
it 'adds head commits' do
|
23
|
+
pull_request['head_commit']['sha'].should_not be_nil
|
24
|
+
end
|
25
|
+
|
26
|
+
it 'allows lazy loading on the commit' do
|
27
|
+
pull_request['merge_commit']['committer']['name'] == 'GitHub Merge Button'
|
28
|
+
end
|
17
29
|
end
|
data/spec/normalizer_spec.rb
CHANGED
@@ -233,6 +233,11 @@ describe GH::Normalizer do
|
|
233
233
|
end
|
234
234
|
|
235
235
|
context 'links' do
|
236
|
+
it 'does not normalize config' do
|
237
|
+
normalize 'config' => {'url' => 'http://localhost'}
|
238
|
+
normalized['config'].should be == {'url' => 'http://localhost'}
|
239
|
+
end
|
240
|
+
|
236
241
|
it 'generates link entries from link headers' do
|
237
242
|
pending
|
238
243
|
normalize '_links' => {'href' => 'foo'}
|
data/spec/payloads/.yml
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
TW9uLCAxNiBBcHIgMjAxMiAxMzowNjoyOCBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "ZXRhZw==": !binary |-
|
15
|
+
ImQ3ODI2ZWE2Y2RkMTg3NDQxOTJhYzFlNjJlNTlkMjdkIg==
|
16
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
17
|
+
NTAwMA==
|
18
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
19
|
+
NDk5Nw==
|
20
|
+
- ! '{"parents":[{"url":"https://api.github.com/repos/travis-repos/test-project-1/git/commits/ee644876520685ea3ce144bc8449c1155cee56b4","sha":"ee644876520685ea3ce144bc8449c1155cee56b4"},{"url":"https://api.github.com/repos/travis-repos/test-project-1/git/commits/01eae10530ca65b51474b2d950365967ebdf3023","sha":"01eae10530ca65b51474b2d950365967ebdf3023"}],"url":"https://api.github.com/repos/travis-repos/test-project-1/git/commits/ca3c0a44ec1d9bf8557d2653aa1b79fcc9ff5f5d","sha":"ca3c0a44ec1d9bf8557d2653aa1b79fcc9ff5f5d","message":"Merge
|
21
|
+
01eae10530ca65b51474b2d950365967ebdf3023 into ee644876520685ea3ce144bc8449c1155cee56b4\n","author":{"date":"2012-04-13T06:35:25-07:00","name":"GitHub
|
22
|
+
Merge Button","email":"merge-button@github.com"},"committer":{"date":"2012-04-13T06:35:25-07:00","name":"GitHub
|
23
|
+
Merge Button","email":"merge-button@github.com"},"tree":{"url":"https://api.github.com/repos/travis-repos/test-project-1/git/trees/2a21cfc2f647885fcebc1d65f0f29932ef131f4f","sha":"2a21cfc2f647885fcebc1d65f0f29932ef131f4f"}}'
|
@@ -0,0 +1,52 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
RnJpLCAxOCBNYXkgMjAxMiAxMzoyMzoxNiBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
15
|
+
NTAwMA==
|
16
|
+
!binary "ZXRhZw==": !binary |-
|
17
|
+
IjViMjFjOWRhMDQ0ZTdkN2VhYzI1Y2EwMmI5M2JhOWUzIg==
|
18
|
+
!binary "bGluaw==": !binary |-
|
19
|
+
PGh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvcmtoL3JlcG9zP3BhZ2U9
|
20
|
+
Mj47IHJlbD0ibmV4dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJz
|
21
|
+
L3JraC9yZXBvcz9wYWdlPTU+OyByZWw9Imxhc3Qi
|
22
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
23
|
+
NDk5OQ==
|
24
|
+
- ! '[{"language":"Ruby","description":"Fast ruby client library for using MediaWiki''s
|
25
|
+
API.","svn_url":"https://github.com/rkh/mw_api","created_at":"2008-10-22T19:01:17Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/mw_api.git","url":"https://api.github.com/repos/rkh/mw_api","fork":false,"clone_url":"https://github.com/rkh/mw_api.git","updated_at":"2011-10-03T23:23:23Z","open_issues":0,"homepage":"","mirror_url":null,"size":800,"private":false,"pushed_at":"2009-02-18T19:16:12Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"mw_api","ssh_url":"git@github.com:rkh/mw_api.git","html_url":"https://github.com/rkh/mw_api","id":66415,"has_downloads":true,"watchers":3},{"language":"C","description":"Some
|
26
|
+
base libraries for writing a windowmanager in ruby.","svn_url":"https://github.com/rkh/ruby-xlib","created_at":"2008-10-22T20:21:18Z","has_wiki":true,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/ruby-xlib.git","url":"https://api.github.com/repos/rkh/ruby-xlib","fork":false,"clone_url":"https://github.com/rkh/ruby-xlib.git","updated_at":"2012-04-13T23:49:19Z","open_issues":0,"homepage":"","mirror_url":null,"size":1320,"private":false,"pushed_at":"2010-08-03T09:06:22Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"ruby-xlib","ssh_url":"git@github.com:rkh/ruby-xlib.git","html_url":"https://github.com/rkh/ruby-xlib","id":66450,"has_downloads":true,"watchers":8},{"language":"Ruby","description":"mixin
|
27
|
+
hijinks — enable and disable mixins","svn_url":"https://github.com/rkh/mixico","created_at":"2008-12-30T13:09:19Z","has_wiki":false,"has_issues":true,"forks":7,"git_url":"git://github.com/rkh/mixico.git","url":"https://api.github.com/repos/rkh/mixico","fork":false,"clone_url":"https://github.com/rkh/mixico.git","updated_at":"2012-03-27T03:55:27Z","open_issues":1,"homepage":"http://rkh.github.com/mixico","mirror_url":null,"size":1304,"private":false,"pushed_at":"2010-11-01T11:23:31Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"mixico","ssh_url":"git@github.com:rkh/mixico.git","html_url":"https://github.com/rkh/mixico","id":98394,"has_downloads":false,"watchers":12},{"language":"JavaScript","description":"my
|
28
|
+
dotfiles","svn_url":"https://github.com/rkh/dotfiles","created_at":"2008-12-30T15:18:22Z","has_wiki":true,"has_issues":true,"forks":8,"git_url":"git://github.com/rkh/dotfiles.git","url":"https://api.github.com/repos/rkh/dotfiles","fork":false,"clone_url":"https://github.com/rkh/dotfiles.git","updated_at":"2012-02-22T13:38:06Z","open_issues":1,"homepage":"","mirror_url":null,"size":136,"private":false,"pushed_at":"2012-02-22T13:38:05Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"dotfiles","ssh_url":"git@github.com:rkh/dotfiles.git","html_url":"https://github.com/rkh/dotfiles","id":98427,"has_downloads":true,"watchers":14},{"language":"Ruby","description":"Synchronize
|
29
|
+
a hash with a yaml file.","svn_url":"https://github.com/rkh/stored_hash","created_at":"2009-01-18T21:22:44Z","has_wiki":true,"has_issues":true,"forks":0,"git_url":"git://github.com/rkh/stored_hash.git","url":"https://api.github.com/repos/rkh/stored_hash","fork":false,"clone_url":"https://github.com/rkh/stored_hash.git","updated_at":"2011-10-03T23:33:37Z","open_issues":0,"homepage":"","mirror_url":null,"size":436,"private":false,"pushed_at":"2009-02-08T22:50:27Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"stored_hash","ssh_url":"git@github.com:rkh/stored_hash.git","html_url":"https://github.com/rkh/stored_hash","id":110030,"has_downloads":true,"watchers":3},{"language":"Shell","description":"papers
|
30
|
+
for hpi","svn_url":"https://github.com/rkh/papers","created_at":"2009-02-11T16:21:23Z","has_wiki":true,"has_issues":true,"forks":2,"git_url":"git://github.com/rkh/papers.git","url":"https://api.github.com/repos/rkh/papers","fork":false,"clone_url":"https://github.com/rkh/papers.git","updated_at":"2011-10-03T23:37:23Z","open_issues":0,"homepage":"http://www.hpi.uni-potsdam.de/hirschfeld/","mirror_url":null,"size":7016,"private":false,"pushed_at":"2011-02-09T09:20:40Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"papers","ssh_url":"git@github.com:rkh/papers.git","html_url":"https://github.com/rkh/papers","id":126736,"has_downloads":true,"watchers":10},{"language":"Ruby","description":"never
|
31
|
+
use alias_method_chain, again","svn_url":"https://github.com/rkh/chainable","created_at":"2009-03-19T20:19:16Z","has_wiki":false,"has_issues":true,"forks":0,"git_url":"git://github.com/rkh/chainable.git","url":"https://api.github.com/repos/rkh/chainable","fork":false,"clone_url":"https://github.com/rkh/chainable.git","updated_at":"2011-12-06T10:06:56Z","open_issues":0,"homepage":"","mirror_url":null,"size":1588,"private":false,"pushed_at":"2010-04-22T09:59:14Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"chainable","ssh_url":"git@github.com:rkh/chainable.git","html_url":"https://github.com/rkh/chainable","id":154533,"has_downloads":false,"watchers":14},{"language":"Java","description":"Scripting
|
32
|
+
Languages on Hadoop: Jaql vs. Pig Latin (MapReduce stuff)","svn_url":"https://github.com/rkh/hadoop-scripting","created_at":"2009-05-19T12:19:37Z","has_wiki":true,"has_issues":true,"forks":4,"git_url":"git://github.com/rkh/hadoop-scripting.git","url":"https://api.github.com/repos/rkh/hadoop-scripting","fork":false,"clone_url":"https://github.com/rkh/hadoop-scripting.git","updated_at":"2012-04-07T19:55:22Z","open_issues":0,"homepage":"http://tinyurl.com/pig-jaql","mirror_url":null,"size":26624,"private":false,"pushed_at":"2009-09-01T14:45:46Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"hadoop-scripting","ssh_url":"git@github.com:rkh/hadoop-scripting.git","html_url":"https://github.com/rkh/hadoop-scripting","id":204758,"has_downloads":true,"watchers":11},{"language":null,"description":"Depraced,
|
33
|
+
I switched to rvm.","svn_url":"https://github.com/rkh/ruby_installer","created_at":"2009-06-12T09:20:52Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/ruby_installer.git","url":"https://api.github.com/repos/rkh/ruby_installer","fork":false,"clone_url":"https://github.com/rkh/ruby_installer.git","updated_at":"2012-01-31T07:57:05Z","open_issues":0,"homepage":"","mirror_url":null,"size":516,"private":false,"pushed_at":"2009-09-22T12:39:41Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"ruby_installer","ssh_url":"git@github.com:rkh/ruby_installer.git","html_url":"https://github.com/rkh/ruby_installer","id":225260,"has_downloads":true,"watchers":6},{"language":"Ruby","description":"Yet
|
34
|
+
Another Open Source GitHub Clone","svn_url":"https://github.com/rkh/bithug","created_at":"2009-06-24T11:45:36Z","has_wiki":false,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/bithug.git","url":"https://api.github.com/repos/rkh/bithug","fork":false,"clone_url":"https://github.com/rkh/bithug.git","updated_at":"2012-03-27T10:20:59Z","open_issues":0,"homepage":"http://www.hpi.uni-potsdam.de/studium/lehrangebot/veranstaltung/social_web_application_engineering.html","mirror_url":null,"size":132,"private":false,"pushed_at":"2011-09-07T15:05:17Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"bithug","ssh_url":"git@github.com:rkh/bithug.git","html_url":"https://github.com/rkh/bithug","id":235098,"has_downloads":false,"watchers":23},{"language":"Ruby","description":"Making
|
35
|
+
ruby extension frameworks pluggable (extracted from BigBand).","svn_url":"https://github.com/rkh/monkey-lib","created_at":"2009-07-13T12:52:52Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/monkey-lib.git","url":"https://api.github.com/repos/rkh/monkey-lib","fork":false,"clone_url":"https://github.com/rkh/monkey-lib.git","updated_at":"2012-01-29T22:29:14Z","open_issues":0,"homepage":"","mirror_url":null,"size":124,"private":false,"pushed_at":"2011-08-31T20:01:19Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"monkey-lib","ssh_url":"git@github.com:rkh/monkey-lib.git","html_url":"https://github.com/rkh/monkey-lib","id":249946,"has_downloads":true,"watchers":9},{"language":"JavaScript","description":"Monk
|
36
|
+
skeleton with compass and rspec.","svn_url":"https://github.com/rkh/gerippe","created_at":"2009-09-08T12:44:36Z","has_wiki":false,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/gerippe.git","url":"https://api.github.com/repos/rkh/gerippe","fork":false,"clone_url":"https://github.com/rkh/gerippe.git","updated_at":"2011-10-04T00:22:06Z","open_issues":0,"homepage":"","mirror_url":null,"size":2048,"private":false,"pushed_at":"2009-09-23T11:07:41Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"gerippe","ssh_url":"git@github.com:rkh/gerippe.git","html_url":"https://github.com/rkh/gerippe","id":300960,"has_downloads":false,"watchers":7},{"language":"Ruby","description":"Priest
|
37
|
+
is a more advanced command line tool for your monk projects.","svn_url":"https://github.com/rkh/priest","created_at":"2009-09-14T17:17:03Z","has_wiki":false,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/priest.git","url":"https://api.github.com/repos/rkh/priest","fork":false,"clone_url":"https://github.com/rkh/priest.git","updated_at":"2011-10-04T00:23:30Z","open_issues":0,"homepage":"","mirror_url":null,"size":220,"private":false,"pushed_at":"2009-09-17T20:46:48Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"priest","ssh_url":"git@github.com:rkh/priest.git","html_url":"https://github.com/rkh/priest","id":306800,"has_downloads":false,"watchers":4},{"language":"Ruby","description":"Making
|
38
|
+
Sinatra swing.","svn_url":"https://github.com/rkh/big_band","created_at":"2009-12-02T10:28:09Z","has_wiki":false,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/big_band.git","url":"https://api.github.com/repos/rkh/big_band","fork":false,"clone_url":"https://github.com/rkh/big_band.git","updated_at":"2012-04-04T14:38:09Z","open_issues":2,"homepage":"","mirror_url":null,"size":132,"private":false,"pushed_at":"2011-10-08T22:00:46Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"big_band","ssh_url":"git@github.com:rkh/big_band.git","html_url":"https://github.com/rkh/big_band","id":392638,"has_downloads":false,"watchers":76},{"master_branch":"master","language":"Ruby","description":"Classy
|
39
|
+
web-development dressed in a DSL","svn_url":"https://github.com/rkh/sinatra","created_at":"2009-12-03T10:42:35Z","has_wiki":false,"has_issues":false,"forks":3,"git_url":"git://github.com/rkh/sinatra.git","url":"https://api.github.com/repos/rkh/sinatra","fork":true,"clone_url":"https://github.com/rkh/sinatra.git","updated_at":"2012-05-13T20:33:01Z","open_issues":0,"homepage":"http://sinatra.github.com","mirror_url":null,"size":200,"private":false,"pushed_at":"2012-05-13T20:33:00Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra","ssh_url":"git@github.com:rkh/sinatra.git","html_url":"https://github.com/rkh/sinatra","id":393951,"has_downloads":false,"watchers":10},{"language":"Ruby","description":"Some
|
40
|
+
extensions to the sinatra default behavior (usefull for other Sintatra extensions,
|
41
|
+
extracted from BigBand).","svn_url":"https://github.com/rkh/sinatra-sugar","created_at":"2010-02-12T14:57:21Z","has_wiki":true,"has_issues":true,"forks":2,"git_url":"git://github.com/rkh/sinatra-sugar.git","url":"https://api.github.com/repos/rkh/sinatra-sugar","fork":false,"clone_url":"https://github.com/rkh/sinatra-sugar.git","updated_at":"2012-02-22T07:13:52Z","open_issues":0,"homepage":"","mirror_url":null,"size":176,"private":false,"pushed_at":"2011-05-02T07:43:52Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-sugar","ssh_url":"git@github.com:rkh/sinatra-sugar.git","html_url":"https://github.com/rkh/sinatra-sugar","id":514975,"has_downloads":true,"watchers":9},{"language":"Ruby","description":"Make
|
42
|
+
Sinatra routes first class objects (extracted from BigBand).","svn_url":"https://github.com/rkh/sinatra-advanced-routes","created_at":"2010-02-12T15:06:18Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/sinatra-advanced-routes.git","url":"https://api.github.com/repos/rkh/sinatra-advanced-routes","fork":false,"clone_url":"https://github.com/rkh/sinatra-advanced-routes.git","updated_at":"2012-03-29T21:17:41Z","open_issues":1,"homepage":"","mirror_url":null,"size":868,"private":false,"pushed_at":"2010-07-16T19:27:36Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-advanced-routes","ssh_url":"git@github.com:rkh/sinatra-advanced-routes.git","html_url":"https://github.com/rkh/sinatra-advanced-routes","id":514990,"has_downloads":true,"watchers":18},{"language":"Ruby","description":"Test
|
43
|
+
helper for Sinatra (extracted from BigBand).","svn_url":"https://github.com/rkh/sinatra-test-helper","created_at":"2010-02-12T15:11:02Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/sinatra-test-helper.git","url":"https://api.github.com/repos/rkh/sinatra-test-helper","fork":false,"clone_url":"https://github.com/rkh/sinatra-test-helper.git","updated_at":"2012-03-21T19:36:34Z","open_issues":0,"homepage":"","mirror_url":null,"size":224,"private":false,"pushed_at":"2011-10-28T00:24:15Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-test-helper","ssh_url":"git@github.com:rkh/sinatra-test-helper.git","html_url":"https://github.com/rkh/sinatra-test-helper","id":515007,"has_downloads":true,"watchers":6},{"language":"Ruby","description":"Load
|
44
|
+
Sinatra settings from a yaml file.","svn_url":"https://github.com/rkh/sinatra-config-file","created_at":"2010-02-12T15:20:58Z","has_wiki":true,"has_issues":true,"forks":4,"git_url":"git://github.com/rkh/sinatra-config-file.git","url":"https://api.github.com/repos/rkh/sinatra-config-file","fork":false,"clone_url":"https://github.com/rkh/sinatra-config-file.git","updated_at":"2012-03-21T19:37:04Z","open_issues":3,"homepage":"","mirror_url":null,"size":340,"private":false,"pushed_at":"2011-10-28T00:17:51Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-config-file","ssh_url":"git@github.com:rkh/sinatra-config-file.git","html_url":"https://github.com/rkh/sinatra-config-file","id":515026,"has_downloads":true,"watchers":16},{"language":"Ruby","description":"Add
|
45
|
+
more servers to Sinatra::Base#run! (part of BigBand).","svn_url":"https://github.com/rkh/sinatra-more-server","created_at":"2010-02-12T15:26:47Z","has_wiki":true,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/sinatra-more-server.git","url":"https://api.github.com/repos/rkh/sinatra-more-server","fork":false,"clone_url":"https://github.com/rkh/sinatra-more-server.git","updated_at":"2012-01-14T14:38:54Z","open_issues":0,"homepage":"","mirror_url":null,"size":1028,"private":false,"pushed_at":"2010-09-09T17:11:03Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-more-server","ssh_url":"git@github.com:rkh/sinatra-more-server.git","html_url":"https://github.com/rkh/sinatra-more-server","id":515040,"has_downloads":true,"watchers":8},{"language":"Ruby","description":"Better
|
46
|
+
Compass integration for Sinatra (extracted from BigBand).","svn_url":"https://github.com/rkh/sinatra-compass","created_at":"2010-02-15T09:38:31Z","has_wiki":true,"has_issues":true,"forks":4,"git_url":"git://github.com/rkh/sinatra-compass.git","url":"https://api.github.com/repos/rkh/sinatra-compass","fork":false,"clone_url":"https://github.com/rkh/sinatra-compass.git","updated_at":"2012-05-05T02:02:38Z","open_issues":2,"homepage":"","mirror_url":null,"size":496,"private":false,"pushed_at":"2011-08-29T18:39:06Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-compass","ssh_url":"git@github.com:rkh/sinatra-compass.git","html_url":"https://github.com/rkh/sinatra-compass","id":518475,"has_downloads":true,"watchers":16},{"language":"Ruby","description":"Display
|
47
|
+
sinatra routes in yard documentation.","svn_url":"https://github.com/rkh/yard-sinatra","created_at":"2010-02-15T10:46:25Z","has_wiki":true,"has_issues":true,"forks":7,"git_url":"git://github.com/rkh/yard-sinatra.git","url":"https://api.github.com/repos/rkh/yard-sinatra","fork":false,"clone_url":"https://github.com/rkh/yard-sinatra.git","updated_at":"2012-05-08T23:04:32Z","open_issues":5,"homepage":"","mirror_url":null,"size":124,"private":false,"pushed_at":"2012-01-27T15:04:43Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"yard-sinatra","ssh_url":"git@github.com:rkh/yard-sinatra.git","html_url":"https://github.com/rkh/yard-sinatra","id":518527,"has_downloads":true,"watchers":27},{"language":"Ruby","description":"DEPRECATED","svn_url":"https://github.com/rkh/sinatra-web-inspector","created_at":"2010-02-15T14:31:30Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/sinatra-web-inspector.git","url":"https://api.github.com/repos/rkh/sinatra-web-inspector","fork":false,"clone_url":"https://github.com/rkh/sinatra-web-inspector.git","updated_at":"2012-04-04T14:09:34Z","open_issues":0,"homepage":"","mirror_url":null,"size":212,"private":false,"pushed_at":"2010-03-02T14:21:19Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-web-inspector","ssh_url":"git@github.com:rkh/sinatra-web-inspector.git","html_url":"https://github.com/rkh/sinatra-web-inspector","id":518769,"has_downloads":true,"watchers":7},{"language":"Ruby","description":"Advanced
|
48
|
+
code reloader for Sinatra","svn_url":"https://github.com/rkh/sinatra-reloader","created_at":"2010-02-16T13:05:51Z","has_wiki":false,"has_issues":true,"forks":3,"git_url":"git://github.com/rkh/sinatra-reloader.git","url":"https://api.github.com/repos/rkh/sinatra-reloader","fork":false,"clone_url":"https://github.com/rkh/sinatra-reloader.git","updated_at":"2012-04-04T14:38:29Z","open_issues":0,"homepage":"","mirror_url":null,"size":132,"private":false,"pushed_at":"2011-10-28T00:15:59Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-reloader","ssh_url":"git@github.com:rkh/sinatra-reloader.git","html_url":"https://github.com/rkh/sinatra-reloader","id":520272,"has_downloads":false,"watchers":79},{"language":"Ruby","description":"","svn_url":"https://github.com/rkh/maglev-experiments","created_at":"2010-02-16T21:50:09Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/maglev-experiments.git","url":"https://api.github.com/repos/rkh/maglev-experiments","fork":false,"clone_url":"https://github.com/rkh/maglev-experiments.git","updated_at":"2011-10-04T01:22:30Z","open_issues":0,"homepage":"","mirror_url":null,"size":100,"private":false,"pushed_at":"2010-02-16T21:54:20Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"maglev-experiments","ssh_url":"git@github.com:rkh/maglev-experiments.git","html_url":"https://github.com/rkh/maglev-experiments","id":520963,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Adds
|
49
|
+
more functionality to Haml and Sass (part of BigBand).","svn_url":"https://github.com/rkh/haml-more","created_at":"2010-02-18T22:53:25Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/haml-more.git","url":"https://api.github.com/repos/rkh/haml-more","fork":false,"clone_url":"https://github.com/rkh/haml-more.git","updated_at":"2012-04-04T15:19:17Z","open_issues":0,"homepage":"","mirror_url":null,"size":968,"private":false,"pushed_at":"2010-07-19T14:38:49Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"haml-more","ssh_url":"git@github.com:rkh/haml-more.git","html_url":"https://github.com/rkh/haml-more","id":525177,"has_downloads":true,"watchers":18},{"language":"Ruby","description":"","svn_url":"https://github.com/rkh/sinatra-coffeescript-example","created_at":"2010-02-24T17:16:38Z","has_wiki":true,"has_issues":true,"forks":1,"git_url":"git://github.com/rkh/sinatra-coffeescript-example.git","url":"https://api.github.com/repos/rkh/sinatra-coffeescript-example","fork":false,"clone_url":"https://github.com/rkh/sinatra-coffeescript-example.git","updated_at":"2011-10-04T01:26:29Z","open_issues":0,"homepage":"","mirror_url":null,"size":380,"private":false,"pushed_at":"2010-02-24T18:04:40Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-coffeescript-example","ssh_url":"git@github.com:rkh/sinatra-coffeescript-example.git","html_url":"https://github.com/rkh/sinatra-coffeescript-example","id":534197,"has_downloads":true,"watchers":8},{"language":"Ruby","description":"Adds
|
50
|
+
namespaces to Sinatra, allows namespaces to have local helpers.","svn_url":"https://github.com/rkh/sinatra-namespace","created_at":"2010-02-28T23:02:09Z","has_wiki":true,"has_issues":true,"forks":4,"git_url":"git://github.com/rkh/sinatra-namespace.git","url":"https://api.github.com/repos/rkh/sinatra-namespace","fork":false,"clone_url":"https://github.com/rkh/sinatra-namespace.git","updated_at":"2012-01-24T15:11:02Z","open_issues":1,"homepage":"","mirror_url":null,"size":112,"private":false,"pushed_at":"2011-10-28T00:22:54Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-namespace","ssh_url":"git@github.com:rkh/sinatra-namespace.git","html_url":"https://github.com/rkh/sinatra-namespace","id":540425,"has_downloads":true,"watchers":26},{"language":"Ruby","description":"Granular
|
51
|
+
before filters for sinatra","svn_url":"https://github.com/rkh/sinatra-any","created_at":"2010-03-02T22:17:11Z","has_wiki":true,"has_issues":false,"forks":1,"git_url":"git://github.com/rkh/sinatra-any.git","url":"https://api.github.com/repos/rkh/sinatra-any","fork":true,"clone_url":"https://github.com/rkh/sinatra-any.git","updated_at":"2011-10-04T01:29:16Z","open_issues":0,"homepage":"","mirror_url":null,"size":104,"private":false,"pushed_at":"2010-03-02T22:25:11Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-any","ssh_url":"git@github.com:rkh/sinatra-any.git","html_url":"https://github.com/rkh/sinatra-any","id":543644,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Makes
|
52
|
+
middleware that ships with Rack bullet-proof for async responses.","svn_url":"https://github.com/rkh/async-rack","created_at":"2010-03-07T23:27:38Z","has_wiki":false,"has_issues":true,"forks":8,"git_url":"git://github.com/rkh/async-rack.git","url":"https://api.github.com/repos/rkh/async-rack","fork":false,"clone_url":"https://github.com/rkh/async-rack.git","updated_at":"2012-05-11T22:22:15Z","open_issues":3,"homepage":"","mirror_url":null,"size":128,"private":false,"pushed_at":"2011-02-07T15:03:48Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"async-rack","ssh_url":"git@github.com:rkh/async-rack.git","html_url":"https://github.com/rkh/async-rack","id":551713,"has_downloads":false,"watchers":103}]'
|
@@ -0,0 +1,54 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
RnJpLCAxOCBNYXkgMjAxMiAxMzoyNToxOSBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
15
|
+
NTAwMA==
|
16
|
+
!binary "ZXRhZw==": !binary |-
|
17
|
+
IjhhM2NkYTk2ODExNjY4NWM3MGYyMzAzYWEwMWViYmVlIg==
|
18
|
+
!binary "bGluaw==": !binary |-
|
19
|
+
PGh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvcmtoL3JlcG9zP3BhZ2U9
|
20
|
+
Mz47IHJlbD0ibmV4dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJz
|
21
|
+
L3JraC9yZXBvcz9wYWdlPTU+OyByZWw9Imxhc3QiLCA8aHR0cHM6Ly9hcGku
|
22
|
+
Z2l0aHViLmNvbS91c2Vycy9ya2gvcmVwb3M/cGFnZT0xPjsgcmVsPSJmaXJz
|
23
|
+
dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3JraC9yZXBvcz9w
|
24
|
+
YWdlPTE+OyByZWw9InByZXYi
|
25
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
26
|
+
NDk5OA==
|
27
|
+
- ! '[{"language":"Ruby","description":"web server","svn_url":"https://github.com/rkh/ebb","created_at":"2010-03-15T09:30:41Z","has_wiki":true,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/ebb","fork":true,"clone_url":"https://github.com/rkh/ebb.git","updated_at":"2011-10-04T01:34:43Z","open_issues":0,"homepage":"http://ebb.rubyforge.org","git_url":"git://github.com/rkh/ebb.git","size":628,"private":false,"pushed_at":"2010-03-15T11:30:10Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"ebb","ssh_url":"git@github.com:rkh/ebb.git","html_url":"https://github.com/rkh/ebb","id":563036,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Fiber
|
28
|
+
aware EventMachine clients and convenience classes","svn_url":"https://github.com/rkh/em-synchrony","created_at":"2010-03-22T17:02:11Z","has_wiki":true,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/em-synchrony","fork":true,"clone_url":"https://github.com/rkh/em-synchrony.git","updated_at":"2011-10-04T01:37:53Z","open_issues":0,"homepage":"http://www.igvita.com/2010/03/22/untangling-evented-code-with-ruby-fibers","git_url":"git://github.com/rkh/em-synchrony.git","size":148,"private":false,"pushed_at":"2010-03-22T18:04:52Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"em-synchrony","ssh_url":"git@github.com:rkh/em-synchrony.git","html_url":"https://github.com/rkh/em-synchrony","id":574298,"has_downloads":false,"watchers":1},{"master_branch":"pluggable_reloader","language":"Ruby","description":"Ruby
|
29
|
+
on Rails","svn_url":"https://github.com/rkh/rails","created_at":"2010-05-06T17:12:21Z","has_wiki":false,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/rails","fork":true,"clone_url":"https://github.com/rkh/rails.git","updated_at":"2012-03-26T16:52:31Z","open_issues":0,"homepage":"http://rubyonrails.org","git_url":"git://github.com/rkh/rails.git","size":14568,"private":false,"pushed_at":"2012-03-26T16:52:29Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rails","ssh_url":"git@github.com:rkh/rails.git","html_url":"https://github.com/rkh/rails","id":650683,"has_downloads":false,"watchers":5},{"language":"Ruby","description":"js
|
30
|
+
+ ruby","svn_url":"https://github.com/rkh/minimal-redjs","created_at":"2010-05-28T08:56:48Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/minimal-redjs","fork":false,"clone_url":"https://github.com/rkh/minimal-redjs.git","updated_at":"2011-10-04T02:08:30Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/minimal-redjs.git","size":152,"private":false,"pushed_at":"2010-05-28T08:57:21Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"minimal-redjs","ssh_url":"git@github.com:rkh/minimal-redjs.git","html_url":"https://github.com/rkh/minimal-redjs","id":690764,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Mixin
|
31
|
+
to ease Sinatra extension development (part of BigBand).","svn_url":"https://github.com/rkh/sinatra-extension","created_at":"2010-06-07T15:42:28Z","has_wiki":true,"has_issues":true,"forks":2,"url":"https://api.github.com/repos/rkh/sinatra-extension","fork":false,"clone_url":"https://github.com/rkh/sinatra-extension.git","updated_at":"2012-03-21T19:36:42Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/sinatra-extension.git","size":120,"private":false,"pushed_at":"2011-10-28T00:25:34Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra-extension","ssh_url":"git@github.com:rkh/sinatra-extension.git","html_url":"https://github.com/rkh/sinatra-extension","id":707707,"has_downloads":true,"watchers":2},{"language":"Ruby","description":"a
|
32
|
+
modular Ruby webserver interface","svn_url":"https://github.com/rkh/rack","created_at":"2010-06-08T18:25:02Z","has_wiki":true,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/rack","fork":true,"clone_url":"https://github.com/rkh/rack.git","updated_at":"2012-04-03T23:04:35Z","open_issues":0,"homepage":"http://rack.rubyforge.org/","git_url":"git://github.com/rkh/rack.git","size":328,"private":false,"pushed_at":"2012-03-08T06:49:59Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rack","ssh_url":"git@github.com:rkh/rack.git","html_url":"https://github.com/rkh/rack","id":709988,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"","svn_url":"https://github.com/rkh/gem_tools","created_at":"2010-06-13T19:50:42Z","has_wiki":false,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/gem_tools","fork":false,"clone_url":"https://github.com/rkh/gem_tools.git","updated_at":"2011-10-04T02:17:02Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/gem_tools.git","size":500,"private":false,"pushed_at":"2010-06-15T09:18:27Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"gem_tools","ssh_url":"git@github.com:rkh/gem_tools.git","html_url":"https://github.com/rkh/gem_tools","id":719035,"has_downloads":false,"watchers":5},{"language":"Ruby","description":"JSON
|
33
|
+
implementation for Ruby","svn_url":"https://github.com/rkh/json","created_at":"2010-07-16T07:43:13Z","has_wiki":false,"has_issues":false,"forks":2,"url":"https://api.github.com/repos/rkh/json","fork":true,"clone_url":"https://github.com/rkh/json.git","updated_at":"2011-10-04T02:33:23Z","open_issues":0,"homepage":"http://flori.github.com/json","git_url":"git://github.com/rkh/json.git","size":2088,"private":false,"pushed_at":"2010-09-09T08:47:29Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"json","ssh_url":"git@github.com:rkh/json.git","html_url":"https://github.com/rkh/json","id":778425,"has_downloads":false,"watchers":2},{"language":"Ruby","description":"IRB
|
34
|
+
in your browser, via WebSockets.","svn_url":"https://github.com/rkh/brirb","created_at":"2010-07-20T09:23:33Z","has_wiki":true,"has_issues":true,"forks":4,"url":"https://api.github.com/repos/rkh/brirb","fork":false,"clone_url":"https://github.com/rkh/brirb.git","updated_at":"2011-12-08T18:50:10Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/brirb.git","size":564,"private":false,"pushed_at":"2010-07-22T12:36:00Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"brirb","ssh_url":"git@github.com:rkh/brirb.git","html_url":"https://github.com/rkh/brirb","id":786179,"has_downloads":true,"watchers":11},{"language":"JavaScript","description":"Callback
|
35
|
+
indirection for JavaScript","svn_url":"https://github.com/rkh/deferrable","created_at":"2010-08-11T15:02:36Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/deferrable","fork":false,"clone_url":"https://github.com/rkh/deferrable.git","updated_at":"2011-10-04T02:47:50Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/deferrable.git","size":224,"private":false,"pushed_at":"2010-08-11T18:38:39Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"deferrable","ssh_url":"git@github.com:rkh/deferrable.git","html_url":"https://github.com/rkh/deferrable","id":831265,"has_downloads":true,"watchers":1},{"language":"JavaScript","description":"click
|
36
|
+
here to add a description","svn_url":"https://github.com/rkh/rkh.im","created_at":"2010-08-25T16:48:03Z","has_wiki":false,"has_issues":true,"forks":2,"url":"https://api.github.com/repos/rkh/rkh.im","fork":false,"clone_url":"https://github.com/rkh/rkh.im.git","updated_at":"2011-10-04T02:55:57Z","open_issues":0,"homepage":"http://rkh.im","git_url":"git://github.com/rkh/rkh.im.git","size":836,"private":false,"pushed_at":"2011-08-05T13:59:35Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rkh.im","ssh_url":"git@github.com:rkh/rkh.im.git","html_url":"https://github.com/rkh/rkh.im","id":861874,"has_downloads":false,"watchers":4},{"language":"Ruby","description":"RSoC
|
37
|
+
2010: Ruby Reloader Benchmarks","svn_url":"https://github.com/rkh/reloader-shootout","created_at":"2010-08-30T09:26:57Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/reloader-shootout","fork":false,"clone_url":"https://github.com/rkh/reloader-shootout.git","updated_at":"2011-10-04T02:59:31Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/reloader-shootout.git","size":256,"private":false,"pushed_at":"2010-08-30T13:55:48Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"reloader-shootout","ssh_url":"git@github.com:rkh/reloader-shootout.git","html_url":"https://github.com/rkh/reloader-shootout","id":871786,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"","svn_url":"https://github.com/rkh/presentations","created_at":"2010-09-02T08:06:11Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/presentations","fork":false,"clone_url":"https://github.com/rkh/presentations.git","updated_at":"2012-04-23T14:51:28Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/presentations.git","size":28476,"private":false,"pushed_at":"2012-04-23T14:51:28Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"presentations","ssh_url":"git@github.com:rkh/presentations.git","html_url":"https://github.com/rkh/presentations","id":882781,"has_downloads":true,"watchers":20},{"language":"Ruby","description":"Tutorial
|
38
|
+
+ Cookbook","svn_url":"https://github.com/rkh/sinatra-book","created_at":"2010-09-03T07:16:05Z","has_wiki":true,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/sinatra-book","fork":true,"clone_url":"https://github.com/rkh/sinatra-book.git","updated_at":"2012-01-06T00:07:59Z","open_issues":0,"homepage":"http://sinatra-book.gittr.com","git_url":"git://github.com/rkh/sinatra-book.git","size":1188,"private":false,"pushed_at":"2010-10-24T14:35:08Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra-book","ssh_url":"git@github.com:rkh/sinatra-book.git","html_url":"https://github.com/rkh/sinatra-book","id":885135,"has_downloads":true,"watchers":2},{"language":"Ruby","description":"Generic
|
39
|
+
interface to multiple Ruby template engines","svn_url":"https://github.com/rkh/tilt","created_at":"2010-09-12T19:00:21Z","has_wiki":false,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/tilt","fork":true,"clone_url":"https://github.com/rkh/tilt.git","updated_at":"2011-10-04T03:08:21Z","open_issues":0,"homepage":"http://github.com/rtomayko/tilt","git_url":"git://github.com/rkh/tilt.git","size":128,"private":false,"pushed_at":"2011-08-09T07:33:28Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"tilt","ssh_url":"git@github.com:rkh/tilt.git","html_url":"https://github.com/rkh/tilt","id":905562,"has_downloads":false,"watchers":1},{"language":"Ruby","description":"Release
|
40
|
+
your ruby gems with ease. (What a bold statement for such a tiny plugin ...)","svn_url":"https://github.com/rkh/gem-release","created_at":"2010-09-20T15:03:59Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/gem-release","fork":true,"clone_url":"https://github.com/rkh/gem-release.git","updated_at":"2011-10-04T03:14:24Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/gem-release.git","size":172,"private":false,"pushed_at":"2010-09-20T17:50:15Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"gem-release","ssh_url":"git@github.com:rkh/gem-release.git","html_url":"https://github.com/rkh/gem-release","id":925134,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Sequel:
|
41
|
+
The Database Toolkit for Ruby","svn_url":"https://github.com/rkh/sequel","created_at":"2010-09-20T15:46:08Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/sequel","fork":true,"clone_url":"https://github.com/rkh/sequel.git","updated_at":"2011-10-04T03:14:27Z","open_issues":0,"homepage":"http://sequel.rubyforge.org","git_url":"git://github.com/rkh/sequel.git","size":6408,"private":false,"pushed_at":"2010-09-17T00:06:44Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sequel","ssh_url":"git@github.com:rkh/sequel.git","html_url":"https://github.com/rkh/sequel","id":925257,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Slim
|
42
|
+
is a template language whose goal is reduce the syntax to the essential parts without
|
43
|
+
becoming cryptic.","svn_url":"https://github.com/rkh/slim","created_at":"2010-10-20T08:05:16Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/slim","fork":true,"clone_url":"https://github.com/rkh/slim.git","updated_at":"2011-10-04T03:40:17Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/slim.git","size":364,"private":false,"pushed_at":"2010-10-21T12:15:28Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"slim","ssh_url":"git@github.com:rkh/slim.git","html_url":"https://github.com/rkh/slim","id":1008457,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"simple,
|
44
|
+
threaded rack handler (webserver) ","svn_url":"https://github.com/rkh/serv","created_at":"2010-10-20T15:17:06Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/serv","fork":false,"clone_url":"https://github.com/rkh/serv.git","updated_at":"2011-10-04T03:40:33Z","open_issues":0,"homepage":null,"git_url":"git://github.com/rkh/serv.git","size":304,"private":false,"pushed_at":"2011-01-08T13:50:15Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"serv","ssh_url":"git@github.com:rkh/serv.git","html_url":"https://github.com/rkh/serv","id":1009386,"has_downloads":true,"watchers":3},{"master_branch":"trunk","language":"C","description":"Rack-based
|
45
|
+
Web Application Server for MacRuby (GIT Mirror)","svn_url":"https://github.com/rkh/ControlTower","created_at":"2010-10-22T10:16:26Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/ControlTower","fork":true,"clone_url":"https://github.com/rkh/ControlTower.git","updated_at":"2011-10-04T03:42:09Z","open_issues":0,"homepage":"http://www.macruby.org","git_url":"git://github.com/rkh/ControlTower.git","size":1928,"private":false,"pushed_at":"2010-10-11T09:45:47Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"ControlTower","ssh_url":"git@github.com:rkh/ControlTower.git","html_url":"https://github.com/rkh/ControlTower","id":1014721,"has_downloads":true,"watchers":1},{"language":"C","description":null,"svn_url":"https://github.com/rkh/slaml","created_at":"2010-11-12T16:39:41Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/slaml","fork":false,"clone_url":"https://github.com/rkh/slaml.git","updated_at":"2011-10-28T18:30:32Z","open_issues":0,"homepage":null,"git_url":"git://github.com/rkh/slaml.git","size":260,"private":false,"pushed_at":"2010-11-17T21:56:15Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"slaml","ssh_url":"git@github.com:rkh/slaml.git","html_url":"https://github.com/rkh/slaml","id":1075092,"has_downloads":true,"watchers":3},{"language":null,"description":"Implementation
|
46
|
+
of ECMAScript on the Rubinius VM.","svn_url":"https://github.com/rkh/tofu","created_at":"2010-11-16T17:55:15Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/tofu","fork":true,"clone_url":"https://github.com/rkh/tofu.git","updated_at":"2011-10-04T04:03:25Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/tofu.git","size":92,"private":false,"pushed_at":"2010-07-29T18:22:12Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"tofu","ssh_url":"git@github.com:rkh/tofu.git","html_url":"https://github.com/rkh/tofu","id":1085862,"has_downloads":true,"watchers":1},{"language":"JavaScript","description":"Unofficial
|
47
|
+
git mirror of the es-lab svn repo.","svn_url":"https://github.com/rkh/es-lab","created_at":"2010-11-16T18:03:46Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/es-lab","fork":false,"clone_url":"https://github.com/rkh/es-lab.git","updated_at":"2011-10-04T04:03:25Z","open_issues":0,"homepage":"http://code.google.com/p/es-lab/","git_url":"git://github.com/rkh/es-lab.git","size":1840,"private":false,"pushed_at":"2010-11-16T18:05:21Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"es-lab","ssh_url":"git@github.com:rkh/es-lab.git","html_url":"https://github.com/rkh/es-lab","id":1085878,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Start
|
48
|
+
using refine, today. Be ready for Ruby 2.0!","svn_url":"https://github.com/rkh/refine","created_at":"2010-11-17T23:37:58Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/refine","fork":false,"clone_url":"https://github.com/rkh/refine.git","updated_at":"2012-05-09T19:17:53Z","open_issues":0,"homepage":null,"git_url":"git://github.com/rkh/refine.git","size":156,"private":false,"pushed_at":"2010-11-17T23:41:06Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"refine","ssh_url":"git@github.com:rkh/refine.git","html_url":"https://github.com/rkh/refine","id":1090089,"has_downloads":true,"watchers":7},{"language":"Ruby","description":"Auto-align
|
49
|
+
a text section in Redcar (Ctrl+Q)","svn_url":"https://github.com/rkh/redcar-align","created_at":"2010-11-19T01:09:09Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/redcar-align","fork":false,"clone_url":"https://github.com/rkh/redcar-align.git","updated_at":"2011-10-04T04:05:37Z","open_issues":0,"homepage":null,"git_url":"git://github.com/rkh/redcar-align.git","size":232,"private":false,"pushed_at":"2010-11-20T04:39:45Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"redcar-align","ssh_url":"git@github.com:rkh/redcar-align.git","html_url":"https://github.com/rkh/redcar-align","id":1093451,"has_downloads":true,"watchers":2},{"language":"Ruby","description":"Internet-based
|
50
|
+
map system to support emergency operations for Caritas developed @randomhacks","svn_url":"https://github.com/rkh/disaster_maps","created_at":"2010-12-04T16:16:34Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/disaster_maps","fork":true,"clone_url":"https://github.com/rkh/disaster_maps.git","updated_at":"2011-10-04T04:18:49Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/disaster_maps.git","size":184,"private":false,"pushed_at":"2010-12-04T16:45:18Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"disaster_maps","ssh_url":"git@github.com:rkh/disaster_maps.git","html_url":"https://github.com/rkh/disaster_maps","id":1138316,"has_downloads":true,"watchers":1},{"master_branch":"trunk","language":"Ruby","description":"The
|
51
|
+
Ruby Programming Language","svn_url":"https://github.com/rkh/ruby","created_at":"2010-12-08T09:33:00Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/ruby","fork":true,"clone_url":"https://github.com/rkh/ruby.git","updated_at":"2011-10-04T04:22:02Z","open_issues":0,"homepage":"http://www.ruby-lang.org/","git_url":"git://github.com/rkh/ruby.git","size":416,"private":false,"pushed_at":"2010-12-11T10:52:46Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"ruby","ssh_url":"git@github.com:rkh/ruby.git","html_url":"https://github.com/rkh/ruby","id":1149272,"has_downloads":false,"watchers":2},{"language":"Ruby","description":"Ruby
|
52
|
+
CoffeeScript Compiler","svn_url":"https://github.com/rkh/ruby-coffee-script","created_at":"2010-12-28T12:54:50Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/ruby-coffee-script","fork":true,"clone_url":"https://github.com/rkh/ruby-coffee-script.git","updated_at":"2011-10-17T07:59:15Z","open_issues":0,"homepage":"http://coffeescript.org/","git_url":"git://github.com/rkh/ruby-coffee-script.git","size":128,"private":false,"pushed_at":"2010-12-28T17:02:23Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"ruby-coffee-script","ssh_url":"git@github.com:rkh/ruby-coffee-script.git","html_url":"https://github.com/rkh/ruby-coffee-script","id":1202909,"has_downloads":true,"watchers":2},{"language":"Ruby","description":"A
|
53
|
+
small PEG based parser library.","svn_url":"https://github.com/rkh/parslet","created_at":"2011-01-01T19:17:08Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/parslet","fork":true,"clone_url":"https://github.com/rkh/parslet.git","updated_at":"2011-10-04T04:42:10Z","open_issues":0,"homepage":"kschiess.github.com/parslet","git_url":"git://github.com/rkh/parslet.git","size":1252,"private":false,"pushed_at":"2011-01-20T15:13:14Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"parslet","ssh_url":"git@github.com:rkh/parslet.git","html_url":"https://github.com/rkh/parslet","id":1212794,"has_downloads":false,"watchers":1},{"language":"Ruby","description":"Smalltalk
|
54
|
+
on Rubinius","svn_url":"https://github.com/rkh/Reak","created_at":"2011-01-19T12:13:56Z","has_wiki":true,"has_issues":true,"forks":5,"url":"https://api.github.com/repos/rkh/Reak","fork":false,"clone_url":"https://github.com/rkh/Reak.git","updated_at":"2012-05-11T19:54:54Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/Reak.git","size":1880,"private":false,"pushed_at":"2011-09-14T20:12:59Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"Reak","ssh_url":"git@github.com:rkh/Reak.git","html_url":"https://github.com/rkh/Reak","id":1270705,"has_downloads":true,"watchers":45}]'
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
RnJpLCAxOCBNYXkgMjAxMiAxMzoyNjo0NiBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
15
|
+
NTAwMA==
|
16
|
+
!binary "ZXRhZw==": !binary |-
|
17
|
+
ImUzODMyNWZkN2MyZmU3NzEwMjgzMTU1NTRlZjVmNjgxIg==
|
18
|
+
!binary "bGluaw==": !binary |-
|
19
|
+
PGh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvcmtoL3JlcG9zP3BhZ2U9
|
20
|
+
ND47IHJlbD0ibmV4dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJz
|
21
|
+
L3JraC9yZXBvcz9wYWdlPTU+OyByZWw9Imxhc3QiLCA8aHR0cHM6Ly9hcGku
|
22
|
+
Z2l0aHViLmNvbS91c2Vycy9ya2gvcmVwb3M/cGFnZT0xPjsgcmVsPSJmaXJz
|
23
|
+
dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3JraC9yZXBvcz9w
|
24
|
+
YWdlPTI+OyByZWw9InByZXYi
|
25
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
26
|
+
NDk5Nw==
|
27
|
+
- ! '[{"git_url":"git://github.com/rkh/syme.git","language":"C","description":"An
|
28
|
+
implementation of Newspeak on the Rubinius VM.","svn_url":"https://github.com/rkh/syme","created_at":"2011-01-23T10:20:45Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/syme","fork":true,"clone_url":"https://github.com/rkh/syme.git","updated_at":"2011-10-04T05:03:30Z","open_issues":0,"homepage":"","size":508,"private":false,"pushed_at":"2010-11-22T08:21:33Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"syme","ssh_url":"git@github.com:rkh/syme.git","html_url":"https://github.com/rkh/syme","id":1284227,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/convinius.git","language":"Ruby","description":"Convenience
|
29
|
+
library for Rubinius-only projects.","svn_url":"https://github.com/rkh/convinius","created_at":"2011-01-26T11:24:41Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/convinius","fork":false,"clone_url":"https://github.com/rkh/convinius.git","updated_at":"2012-04-06T07:51:06Z","open_issues":0,"homepage":null,"size":576,"private":false,"pushed_at":"2011-02-03T23:57:05Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"convinius","ssh_url":"git@github.com:rkh/convinius.git","html_url":"https://github.com/rkh/convinius","id":1294964,"mirror_url":null,"has_downloads":true,"watchers":10},{"git_url":"git://github.com/rkh/pegarus.git","language":"Ruby","description":"Implementation
|
30
|
+
of LPEG on Rubinius","svn_url":"https://github.com/rkh/pegarus","created_at":"2011-01-27T14:23:16Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/pegarus","fork":true,"clone_url":"https://github.com/rkh/pegarus.git","updated_at":"2011-10-04T05:08:03Z","open_issues":0,"homepage":"","size":128,"private":false,"pushed_at":"2011-01-27T14:31:53Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"pegarus","ssh_url":"git@github.com:rkh/pegarus.git","html_url":"https://github.com/rkh/pegarus","id":1299137,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/greg.git","language":"C","description":"a
|
31
|
+
copy of _why''s greg (re-entrant peg/leg, with some bug fixes)","svn_url":"https://github.com/rkh/greg","created_at":"2011-02-04T12:50:25Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/greg","fork":true,"clone_url":"https://github.com/rkh/greg.git","updated_at":"2011-10-04T05:17:25Z","open_issues":0,"homepage":"","size":152,"private":false,"pushed_at":"2011-02-04T19:55:30Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"greg","ssh_url":"git@github.com:rkh/greg.git","html_url":"https://github.com/rkh/greg","id":1327951,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/redcar.git","language":"Ruby","description":"A
|
32
|
+
cross-platform programmer''s editor written in Ruby.","svn_url":"https://github.com/rkh/redcar","created_at":"2011-02-09T10:13:11Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/redcar","fork":true,"clone_url":"https://github.com/rkh/redcar.git","updated_at":"2012-02-26T06:30:16Z","open_issues":0,"homepage":"http://redcareditor.com","size":2408,"private":false,"pushed_at":"2011-02-09T11:21:47Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"redcar","ssh_url":"git@github.com:rkh/redcar.git","html_url":"https://github.com/rkh/redcar","id":1345858,"mirror_url":null,"has_downloads":false,"watchers":2},{"git_url":"git://github.com/rkh/rubinius.git","language":"Ruby","description":"Rubinius,
|
33
|
+
the Ruby VM","svn_url":"https://github.com/rkh/rubinius","created_at":"2011-02-09T10:13:34Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/rubinius","fork":true,"clone_url":"https://github.com/rkh/rubinius.git","updated_at":"2012-02-26T06:27:12Z","open_issues":0,"homepage":"http://rubini.us","size":7816,"private":false,"pushed_at":"2011-02-09T08:23:17Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rubinius","ssh_url":"git@github.com:rkh/rubinius.git","html_url":"https://github.com/rkh/rubinius","id":1345859,"mirror_url":null,"has_downloads":true,"watchers":2},{"git_url":"git://github.com/rkh/persistable.git","language":"Ruby","description":"Ruby
|
34
|
+
module for persisting classes in Maglev. Worth the read for the entertaining comments.","svn_url":"https://github.com/rkh/persistable","created_at":"2011-02-09T10:29:52Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/persistable","fork":true,"clone_url":"https://github.com/rkh/persistable.git","updated_at":"2011-10-04T05:22:59Z","open_issues":0,"homepage":"http://copypastel.com/rofl/A_Maglev_Store-y","size":144,"private":false,"pushed_at":"2011-01-21T01:28:24Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"persistable","ssh_url":"git@github.com:rkh/persistable.git","html_url":"https://github.com/rkh/persistable","id":1345900,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/java-mateview.git","language":"Java","description":"A
|
35
|
+
TextMate syntax compatible source editing widget. Current adapters are for SWT.","svn_url":"https://github.com/rkh/java-mateview","created_at":"2011-02-09T13:43:04Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/java-mateview","fork":true,"clone_url":"https://github.com/rkh/java-mateview.git","updated_at":"2011-10-04T05:23:10Z","open_issues":0,"homepage":"http://redcareditor.com","size":388,"private":false,"pushed_at":"2011-02-09T15:04:26Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"java-mateview","ssh_url":"git@github.com:rkh/java-mateview.git","html_url":"https://github.com/rkh/java-mateview","id":1346429,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/sinatra-book-contrib.git","language":"Ruby","description":"Community
|
36
|
+
contributed recipes and techniques","svn_url":"https://github.com/rkh/sinatra-book-contrib","created_at":"2011-02-26T16:14:56Z","has_wiki":true,"has_issues":false,"forks":1,"url":"https://api.github.com/repos/rkh/sinatra-book-contrib","fork":true,"clone_url":"https://github.com/rkh/sinatra-book-contrib.git","updated_at":"2012-01-06T19:05:15Z","open_issues":0,"homepage":"http://sinatra-book-contrib.com/","size":716,"private":false,"pushed_at":"2011-03-18T16:25:52Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra-book-contrib","ssh_url":"git@github.com:rkh/sinatra-book-contrib.git","html_url":"https://github.com/rkh/sinatra-book-contrib","id":1415059,"mirror_url":null,"has_downloads":true,"watchers":2},{"git_url":"git://github.com/rkh/github-moderator.git","language":"Ruby","description":"Allows
|
37
|
+
someone who is not an owner to add users to a Github team.","svn_url":"https://github.com/rkh/github-moderator","created_at":"2011-02-26T21:16:27Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/github-moderator","fork":false,"clone_url":"https://github.com/rkh/github-moderator.git","updated_at":"2011-12-09T00:54:52Z","open_issues":0,"homepage":null,"size":180,"private":false,"pushed_at":"2011-02-26T21:53:19Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"github-moderator","ssh_url":"git@github.com:rkh/github-moderator.git","html_url":"https://github.com/rkh/github-moderator","id":1415976,"mirror_url":null,"has_downloads":true,"watchers":2},{"git_url":"git://github.com/rkh/almost-sinatra.git","language":"Ruby","description":"Sinatra
|
38
|
+
refactored, only eight lines now. More popular than a pair of socks.","svn_url":"https://github.com/rkh/almost-sinatra","created_at":"2011-03-08T18:54:33Z","has_wiki":true,"has_issues":true,"forks":17,"url":"https://api.github.com/repos/rkh/almost-sinatra","fork":false,"clone_url":"https://github.com/rkh/almost-sinatra.git","updated_at":"2012-05-08T23:54:27Z","open_issues":3,"homepage":null,"size":188,"private":false,"pushed_at":"2011-12-01T08:58:04Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"almost-sinatra","ssh_url":"git@github.com:rkh/almost-sinatra.git","html_url":"https://github.com/rkh/almost-sinatra","id":1455833,"mirror_url":null,"has_downloads":true,"watchers":236},{"git_url":"git://github.com/rkh/rack-graph.git","language":"Ruby","description":"Generate
|
39
|
+
a tree displaying all your Rack middleware","svn_url":"https://github.com/rkh/rack-graph","created_at":"2011-03-11T08:32:48Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/rack-graph","fork":false,"clone_url":"https://github.com/rkh/rack-graph.git","updated_at":"2011-12-28T15:38:15Z","open_issues":0,"homepage":null,"size":164,"private":false,"pushed_at":"2011-08-15T16:59:37Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rack-graph","ssh_url":"git@github.com:rkh/rack-graph.git","html_url":"https://github.com/rkh/rack-graph","id":1467235,"mirror_url":null,"has_downloads":true,"watchers":5},{"git_url":"git://github.com/rkh/sinatra-decompile.git","language":"Ruby","description":"Recreate
|
40
|
+
string patterns from Sinatra routes","svn_url":"https://github.com/rkh/sinatra-decompile","created_at":"2011-03-11T08:32:48Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/sinatra-decompile","fork":false,"clone_url":"https://github.com/rkh/sinatra-decompile.git","updated_at":"2012-03-21T19:36:46Z","open_issues":0,"homepage":null,"size":156,"private":false,"pushed_at":"2011-10-28T00:27:17Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra-decompile","ssh_url":"git@github.com:rkh/sinatra-decompile.git","html_url":"https://github.com/rkh/sinatra-decompile","id":1467236,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/sinatra-contrib.git","language":"Ruby","description":"official
|
41
|
+
repo is at sinatra/sinatra-contrib","svn_url":"https://github.com/rkh/sinatra-contrib","created_at":"2011-03-24T09:00:40Z","has_wiki":false,"has_issues":false,"forks":33,"url":"https://api.github.com/repos/rkh/sinatra-contrib","fork":false,"clone_url":"https://github.com/rkh/sinatra-contrib.git","updated_at":"2012-05-14T13:42:54Z","open_issues":0,"homepage":"https://github.com/sinatra/sinatra-contrib","size":152,"private":false,"pushed_at":"2012-05-14T13:42:54Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra-contrib","ssh_url":"git@github.com:rkh/sinatra-contrib.git","html_url":"https://github.com/rkh/sinatra-contrib","id":1520138,"mirror_url":null,"has_downloads":true,"watchers":12},{"git_url":"git://github.com/rkh/backports.git","language":"Ruby","description":"The
|
42
|
+
latest features of Ruby backported to older versions.","svn_url":"https://github.com/rkh/backports","created_at":"2011-04-11T11:18:27Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/backports","fork":true,"clone_url":"https://github.com/rkh/backports.git","updated_at":"2011-12-05T14:30:28Z","open_issues":0,"homepage":"","size":1012,"private":false,"pushed_at":"2011-12-05T14:30:27Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"backports","ssh_url":"git@github.com:rkh/backports.git","html_url":"https://github.com/rkh/backports","id":1598613,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/sinatra.fy.git","language":"Fancy","description":"Sinatra
|
43
|
+
in Fancy","svn_url":"https://github.com/rkh/sinatra.fy","created_at":"2011-05-02T12:30:27Z","has_wiki":true,"has_issues":true,"forks":2,"url":"https://api.github.com/repos/rkh/sinatra.fy","fork":false,"clone_url":"https://github.com/rkh/sinatra.fy.git","updated_at":"2012-01-13T16:53:31Z","open_issues":0,"homepage":null,"size":168,"private":false,"pushed_at":"2011-06-28T16:21:27Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"sinatra.fy","ssh_url":"git@github.com:rkh/sinatra.fy.git","html_url":"https://github.com/rkh/sinatra.fy","id":1691119,"mirror_url":null,"has_downloads":true,"watchers":4},{"git_url":"git://github.com/rkh/rvm-site.git","language":"Ruby","description":"RVM
|
44
|
+
website and documentation","svn_url":"https://github.com/rkh/rvm-site","created_at":"2011-05-05T14:23:43Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/rvm-site","fork":true,"clone_url":"https://github.com/rkh/rvm-site.git","updated_at":"2011-10-04T14:48:02Z","open_issues":0,"homepage":"http://rvm.beginrescueend.com","size":4796,"private":false,"pushed_at":"2011-05-05T14:24:03Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rvm-site","ssh_url":"git@github.com:rkh/rvm-site.git","html_url":"https://github.com/rkh/rvm-site","id":1706569,"mirror_url":null,"has_downloads":false,"watchers":1},{"git_url":"git://github.com/rkh/otnetstring.git","language":"Ruby","description":null,"svn_url":"https://github.com/rkh/otnetstring","created_at":"2011-05-15T14:24:19Z","has_wiki":true,"has_issues":true,"forks":3,"url":"https://api.github.com/repos/rkh/otnetstring","fork":false,"clone_url":"https://github.com/rkh/otnetstring.git","updated_at":"2012-03-29T18:21:54Z","open_issues":3,"homepage":null,"size":492,"private":false,"pushed_at":"2011-05-18T14:52:09Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"otnetstring","ssh_url":"git@github.com:rkh/otnetstring.git","html_url":"https://github.com/rkh/otnetstring","id":1751188,"mirror_url":null,"has_downloads":true,"watchers":9},{"git_url":"git://github.com/rkh/gemerator.git","language":"Ruby","description":"Like
|
45
|
+
NewGem, but way simpler, leaves no traces, extremely minimal boiler plate. Automatically
|
46
|
+
handles extensions for Rack, Yard, Sinatra, etc correctly.","svn_url":"https://github.com/rkh/gemerator","created_at":"2011-05-22T15:32:36Z","has_wiki":true,"has_issues":true,"forks":3,"url":"https://api.github.com/repos/rkh/gemerator","fork":false,"clone_url":"https://github.com/rkh/gemerator.git","updated_at":"2011-12-27T13:10:05Z","open_issues":0,"homepage":"http://rkh.github.com/gemerator","size":492,"private":false,"pushed_at":"2011-05-24T05:59:22Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"gemerator","ssh_url":"git@github.com:rkh/gemerator.git","html_url":"https://github.com/rkh/gemerator","id":1784179,"mirror_url":null,"has_downloads":true,"watchers":11},{"git_url":"git://github.com/rkh/rack-protection.git","language":"Ruby","description":"You
|
47
|
+
should use protection!","svn_url":"https://github.com/rkh/rack-protection","created_at":"2011-05-23T08:03:02Z","has_wiki":false,"has_issues":true,"forks":19,"url":"https://api.github.com/repos/rkh/rack-protection","fork":false,"clone_url":"https://github.com/rkh/rack-protection.git","updated_at":"2012-05-17T16:30:10Z","open_issues":7,"homepage":"http://rkh.github.com/rack-protection/","size":160,"private":false,"pushed_at":"2012-05-13T13:56:39Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rack-protection","ssh_url":"git@github.com:rkh/rack-protection.git","html_url":"https://github.com/rkh/rack-protection","id":1786914,"mirror_url":null,"has_downloads":true,"watchers":319},{"git_url":"git://github.com/rkh/unpatched.git","language":"Ruby","description":"Yet
|
48
|
+
another WTF library!","svn_url":"https://github.com/rkh/unpatched","created_at":"2011-05-31T14:13:43Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/unpatched","fork":false,"clone_url":"https://github.com/rkh/unpatched.git","updated_at":"2012-04-04T16:28:33Z","open_issues":1,"homepage":"http://rkh.github.com/unpatched/","size":192,"private":false,"pushed_at":"2011-05-31T14:26:43Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"unpatched","ssh_url":"git@github.com:rkh/unpatched.git","html_url":"https://github.com/rkh/unpatched","id":1826617,"mirror_url":null,"has_downloads":true,"watchers":23},{"git_url":"git://github.com/rkh/less.rb.git","language":"Ruby","description":"Leaner
|
49
|
+
CSS, in your browser or Ruby (via less.js).","svn_url":"https://github.com/rkh/less.rb","created_at":"2011-06-04T07:42:12Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/less.rb","fork":true,"clone_url":"https://github.com/rkh/less.rb.git","updated_at":"2011-10-04T15:39:11Z","open_issues":0,"homepage":"http://github.com/cowboyd/less.rb","size":748,"private":false,"pushed_at":"2011-06-04T07:43:05Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"less.rb","ssh_url":"git@github.com:rkh/less.rb.git","html_url":"https://github.com/rkh/less.rb","id":1846009,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/kirk.git","language":"Ruby","description":"A
|
50
|
+
Jetty binding for JRuby","svn_url":"https://github.com/rkh/kirk","created_at":"2011-06-05T08:37:42Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/kirk","fork":true,"clone_url":"https://github.com/rkh/kirk.git","updated_at":"2011-10-04T15:40:26Z","open_issues":0,"homepage":"http://github.com/strobecorp/kirk","size":7712,"private":false,"pushed_at":"2011-06-05T08:41:29Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"kirk","ssh_url":"git@github.com:rkh/kirk.git","html_url":"https://github.com/rkh/kirk","id":1849627,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/proposals.git","language":null,"description":"contact
|
51
|
+
me if you want me to give a talk somewhere","svn_url":"https://github.com/rkh/proposals","created_at":"2011-06-07T08:16:50Z","has_wiki":false,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/proposals","fork":false,"clone_url":"https://github.com/rkh/proposals.git","updated_at":"2012-04-27T16:39:08Z","open_issues":1,"homepage":"","size":120,"private":false,"pushed_at":"2012-04-27T16:39:08Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"proposals","ssh_url":"git@github.com:rkh/proposals.git","html_url":"https://github.com/rkh/proposals","id":1858856,"mirror_url":null,"has_downloads":true,"watchers":4},{"git_url":"git://github.com/rkh/rack-test.git","language":"Ruby","description":"Rack::Test
|
52
|
+
is a layer on top of Rack''s MockRequest similar to Merb''s RequestHelper","svn_url":"https://github.com/rkh/rack-test","created_at":"2011-06-14T06:37:33Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/rack-test","fork":true,"clone_url":"https://github.com/rkh/rack-test.git","updated_at":"2011-10-04T15:57:25Z","open_issues":0,"homepage":"","size":504,"private":false,"pushed_at":"2011-05-23T12:38:08Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rack-test","ssh_url":"git@github.com:rkh/rack-test.git","html_url":"https://github.com/rkh/rack-test","id":1892982,"mirror_url":null,"has_downloads":false,"watchers":1},{"git_url":"git://github.com/rkh/linguist.git","language":"Ruby","description":"Language
|
53
|
+
Savant","svn_url":"https://github.com/rkh/linguist","created_at":"2011-06-28T12:39:04Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/linguist","fork":true,"clone_url":"https://github.com/rkh/linguist.git","updated_at":"2011-10-04T16:25:36Z","open_issues":0,"homepage":"","size":160,"private":false,"pushed_at":"2011-06-28T13:05:23Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"linguist","ssh_url":"git@github.com:rkh/linguist.git","html_url":"https://github.com/rkh/linguist","id":1966159,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/rack-async-stream.git","language":"Ruby","description":"Ever
|
54
|
+
tried streaming with Thin? Didn''t work? Use this middleware.","svn_url":"https://github.com/rkh/rack-async-stream","created_at":"2011-07-07T12:06:51Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/rack-async-stream","fork":false,"clone_url":"https://github.com/rkh/rack-async-stream.git","updated_at":"2012-04-26T09:42:12Z","open_issues":0,"homepage":null,"size":96,"private":false,"pushed_at":"2011-07-07T12:07:07Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"rack-async-stream","ssh_url":"git@github.com:rkh/rack-async-stream.git","html_url":"https://github.com/rkh/rack-async-stream","id":2011999,"mirror_url":null,"has_downloads":true,"watchers":10},{"git_url":"git://github.com/rkh/text-hyphen.git","language":"Ruby","description":"Text::Hyphen
|
55
|
+
will hyphenate words using modified versions of TeX hyphenation patterns. ","svn_url":"https://github.com/rkh/text-hyphen","created_at":"2011-07-10T08:43:29Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/text-hyphen","fork":true,"clone_url":"https://github.com/rkh/text-hyphen.git","updated_at":"2011-10-04T16:48:02Z","open_issues":0,"homepage":"http://rubyforge.org/projects/text-format/","size":600,"private":false,"pushed_at":"2011-07-10T08:55:08Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"text-hyphen","ssh_url":"git@github.com:rkh/text-hyphen.git","html_url":"https://github.com/rkh/text-hyphen","id":2025053,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/redcarpet.git","language":"C","description":"Classy
|
56
|
+
wrapper for Upskirt, this time for Ruby.","svn_url":"https://github.com/rkh/redcarpet","created_at":"2011-08-04T08:24:12Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/redcarpet","fork":true,"clone_url":"https://github.com/rkh/redcarpet.git","updated_at":"2011-10-04T17:38:33Z","open_issues":0,"homepage":"","size":116,"private":false,"pushed_at":"2011-08-04T13:23:31Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"redcarpet","ssh_url":"git@github.com:rkh/redcarpet.git","html_url":"https://github.com/rkh/redcarpet","id":2153416,"mirror_url":null,"has_downloads":true,"watchers":1},{"git_url":"git://github.com/rkh/wonko-web-server.git","language":"Ruby","description":"experimental
|
57
|
+
preforking rack handler. and by experimental I mean: no tests.","svn_url":"https://github.com/rkh/wonko-web-server","created_at":"2011-08-12T11:10:38Z","has_wiki":true,"has_issues":true,"forks":1,"url":"https://api.github.com/repos/rkh/wonko-web-server","fork":false,"clone_url":"https://github.com/rkh/wonko-web-server.git","updated_at":"2011-10-04T17:56:03Z","open_issues":0,"homepage":null,"size":100,"private":false,"pushed_at":"2011-08-12T12:30:44Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"wonko-web-server","ssh_url":"git@github.com:rkh/wonko-web-server.git","html_url":"https://github.com/rkh/wonko-web-server","id":2196594,"mirror_url":null,"has_downloads":true,"watchers":5}]'
|
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
RnJpLCAxOCBNYXkgMjAxMiAxMzoyNjo0NyBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
15
|
+
NTAwMA==
|
16
|
+
!binary "ZXRhZw==": !binary |-
|
17
|
+
IjBmNzkxNDZjZTVjNjAxZTcyMTA3MDVhY2ExYjJlMjY2Ig==
|
18
|
+
!binary "bGluaw==": !binary |-
|
19
|
+
PGh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvcmtoL3JlcG9zP3BhZ2U9
|
20
|
+
NT47IHJlbD0ibmV4dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJz
|
21
|
+
L3JraC9yZXBvcz9wYWdlPTU+OyByZWw9Imxhc3QiLCA8aHR0cHM6Ly9hcGku
|
22
|
+
Z2l0aHViLmNvbS91c2Vycy9ya2gvcmVwb3M/cGFnZT0xPjsgcmVsPSJmaXJz
|
23
|
+
dCIsIDxodHRwczovL2FwaS5naXRodWIuY29tL3VzZXJzL3JraC9yZXBvcz9w
|
24
|
+
YWdlPTM+OyByZWw9InByZXYi
|
25
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
26
|
+
NDk5Ng==
|
27
|
+
- ! '[{"language":"Ruby","description":"Static analysis and style linter for Ruby
|
28
|
+
code.","svn_url":"https://github.com/rkh/laser","created_at":"2011-08-18T12:20:14Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/laser","fork":true,"clone_url":"https://github.com/rkh/laser.git","updated_at":"2011-10-04T18:08:25Z","open_issues":0,"homepage":"http://carboni.ca/projects/p/laser","size":104,"private":false,"pushed_at":"2011-08-18T12:21:23Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"laser","ssh_url":"git@github.com:rkh/laser.git","html_url":"https://github.com/rkh/laser","id":2227675,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/laser.git"},{"language":"Ruby","description":"Dash
|
29
|
+
on Rubinius","svn_url":"https://github.com/rkh/dart","created_at":"2011-09-10T00:27:46Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/dart","fork":true,"clone_url":"https://github.com/rkh/dart.git","updated_at":"2011-10-04T19:06:45Z","open_issues":0,"homepage":"","size":108,"private":false,"pushed_at":"2011-09-10T00:38:59Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"dart","ssh_url":"git@github.com:rkh/dart.git","html_url":"https://github.com/rkh/dart","id":2358907,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/dart.git"},{"language":"PHP","description":"Another
|
30
|
+
Codeigniter CMS, With some Love","svn_url":"https://github.com/rkh/Codeigniter-Egypt","created_at":"2011-09-12T16:50:05Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/Codeigniter-Egypt","fork":true,"clone_url":"https://github.com/rkh/Codeigniter-Egypt.git","updated_at":"2011-10-04T19:12:39Z","open_issues":0,"homepage":"http://blazeeboy.github.com/Codeigniter-Egypt/","size":6120,"private":false,"pushed_at":"2011-09-12T17:03:29Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"Codeigniter-Egypt","ssh_url":"git@github.com:rkh/Codeigniter-Egypt.git","html_url":"https://github.com/rkh/Codeigniter-Egypt","id":2372555,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/Codeigniter-Egypt.git"},{"language":"Ruby","description":"Basic
|
31
|
+
Rails GTD app","svn_url":"https://github.com/rkh/todo","created_at":"2011-09-12T17:18:40Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/todo","fork":true,"clone_url":"https://github.com/rkh/todo.git","updated_at":"2011-10-04T19:12:44Z","open_issues":0,"homepage":"","size":148,"private":false,"pushed_at":"2011-08-18T22:12:44Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"todo","ssh_url":"git@github.com:rkh/todo.git","html_url":"https://github.com/rkh/todo","id":2372729,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/todo.git"},{"language":"Ruby","description":"JRuby,
|
32
|
+
an implementation of Ruby on the JVM","svn_url":"https://github.com/rkh/jruby","created_at":"2011-09-20T00:32:40Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/jruby","fork":true,"clone_url":"https://github.com/rkh/jruby.git","updated_at":"2011-10-04T19:34:03Z","open_issues":0,"homepage":"http://www.jruby.org","size":13820,"private":false,"pushed_at":"2011-09-20T00:24:45Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"jruby","ssh_url":"git@github.com:rkh/jruby.git","html_url":"https://github.com/rkh/jruby","id":2419379,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/jruby.git"},{"language":"JavaScript","description":"the
|
33
|
+
best damn presentation software a developer could ever love","svn_url":"https://github.com/rkh/showoff","created_at":"2011-09-22T23:32:28Z","has_wiki":false,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/showoff","fork":true,"clone_url":"https://github.com/rkh/showoff.git","updated_at":"2012-02-26T06:26:16Z","open_issues":0,"homepage":"","size":116,"private":false,"pushed_at":"2011-09-22T23:33:02Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"showoff","ssh_url":"git@github.com:rkh/showoff.git","html_url":"https://github.com/rkh/showoff","id":2440873,"has_downloads":true,"watchers":2,"git_url":"git://github.com/rkh/showoff.git"},{"language":"Ruby","description":"A
|
34
|
+
ruby web server built for concurrency","svn_url":"https://github.com/rkh/puma","created_at":"2011-09-27T18:40:24Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/puma","fork":true,"clone_url":"https://github.com/rkh/puma.git","updated_at":"2012-05-13T17:21:33Z","open_issues":0,"homepage":"","size":136,"private":false,"pushed_at":"2012-05-13T17:21:32Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"puma","ssh_url":"git@github.com:rkh/puma.git","html_url":"https://github.com/rkh/puma","id":2469765,"has_downloads":true,"watchers":3,"git_url":"git://github.com/rkh/puma.git"},{"language":"Ruby","description":"Webmachine,
|
35
|
+
the HTTP toolkit (in Ruby)","svn_url":"https://github.com/rkh/webmachine-ruby","created_at":"2011-09-30T22:39:30Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/webmachine-ruby","fork":true,"clone_url":"https://github.com/rkh/webmachine-ruby.git","updated_at":"2011-10-04T20:06:47Z","open_issues":0,"homepage":"http://rdoc.info/github/seancribbs/webmachine-ruby/master/frames","size":208,"private":false,"pushed_at":"2011-09-18T17:23:44Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"webmachine-ruby","ssh_url":"git@github.com:rkh/webmachine-ruby.git","html_url":"https://github.com/rkh/webmachine-ruby","id":2492559,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/webmachine-ruby.git"},{"master_branch":"meister","language":"Ruby","description":"Rack
|
36
|
+
in three lines of code","svn_url":"https://github.com/rkh/almost-rack","created_at":"2011-10-03T00:54:57Z","has_wiki":false,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/almost-rack","fork":false,"clone_url":"https://github.com/rkh/almost-rack.git","updated_at":"2011-10-11T03:59:09Z","open_issues":0,"homepage":null,"size":96,"private":false,"pushed_at":"2011-10-03T01:00:46Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"almost-rack","ssh_url":"git@github.com:rkh/almost-rack.git","html_url":"https://github.com/rkh/almost-rack","id":2502001,"has_downloads":true,"watchers":3,"git_url":"git://github.com/rkh/almost-rack.git"},{"language":"Ruby","description":"A
|
37
|
+
mirror API for Ruby","svn_url":"https://github.com/rkh/rubymirrors","created_at":"2011-10-06T23:46:43Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/rubymirrors","fork":true,"clone_url":"https://github.com/rkh/rubymirrors.git","updated_at":"2011-10-12T03:51:34Z","open_issues":0,"homepage":"","size":104,"private":false,"pushed_at":"2011-10-12T03:51:34Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"rubymirrors","ssh_url":"git@github.com:rkh/rubymirrors.git","html_url":"https://github.com/rkh/rubymirrors","id":2529620,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/rubymirrors.git"},{"language":"Ruby","description":null,"svn_url":"https://github.com/rkh/hpi","created_at":"2011-10-07T23:55:05Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/hpi","fork":false,"clone_url":"https://github.com/rkh/hpi.git","updated_at":"2012-04-10T11:37:21Z","open_issues":0,"homepage":null,"size":168,"private":false,"pushed_at":"2011-10-28T21:56:35Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"hpi","ssh_url":"git@github.com:rkh/hpi.git","html_url":"https://github.com/rkh/hpi","id":2536005,"has_downloads":true,"watchers":10,"git_url":"git://github.com/rkh/hpi.git"},{"language":"Ruby","description":null,"svn_url":"https://github.com/rkh/tool","created_at":"2011-10-27T01:50:56Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/tool","fork":false,"clone_url":"https://github.com/rkh/tool.git","updated_at":"2011-10-27T02:01:35Z","open_issues":0,"homepage":null,"size":140,"private":false,"pushed_at":"2011-10-27T02:01:35Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"tool","ssh_url":"git@github.com:rkh/tool.git","html_url":"https://github.com/rkh/tool","id":2655239,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/tool.git"},{"language":"Ruby","description":"TWP3
|
38
|
+
in Ruby","svn_url":"https://github.com/rkh/twp","created_at":"2011-12-11T23:01:21Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/twp","fork":false,"clone_url":"https://github.com/rkh/twp.git","updated_at":"2012-02-11T19:56:48Z","open_issues":0,"homepage":"http://www.dcl.hpi.uni-potsdam.de/teaching/mds/","size":256,"private":false,"pushed_at":"2011-12-15T09:10:41Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"twp","ssh_url":"git@github.com:rkh/twp.git","html_url":"https://github.com/rkh/twp","id":2960627,"has_downloads":true,"watchers":5,"git_url":"git://github.com/rkh/twp.git"},{"language":"Ruby","description":"Concurrent
|
39
|
+
execution during Ruby I/O","svn_url":"https://github.com/rkh/fibur","created_at":"2011-12-19T19:06:39Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/fibur","fork":true,"clone_url":"https://github.com/rkh/fibur.git","updated_at":"2011-12-19T19:07:33Z","open_issues":0,"homepage":"","size":112,"private":false,"pushed_at":"2011-12-19T19:07:32Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"fibur","ssh_url":"git@github.com:rkh/fibur.git","html_url":"https://github.com/rkh/fibur","id":3014283,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/fibur.git"},{"language":"Ruby","description":"Pure
|
40
|
+
ruby javascript parser and interpreter.","svn_url":"https://github.com/rkh/rkelly","created_at":"2012-01-09T20:25:53Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/rkelly","fork":true,"clone_url":"https://github.com/rkh/rkelly.git","updated_at":"2012-01-09T20:27:16Z","open_issues":0,"homepage":"","size":336,"private":false,"pushed_at":"2012-01-09T20:27:16Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"rkelly","ssh_url":"git@github.com:rkh/rkelly.git","html_url":"https://github.com/rkh/rkelly","id":3139761,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/rkelly.git"},{"language":"JavaScript","description":"","svn_url":"https://github.com/rkh/curriculum","created_at":"2012-01-10T16:28:11Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/curriculum","fork":true,"clone_url":"https://github.com/rkh/curriculum.git","updated_at":"2012-01-14T12:17:49Z","open_issues":0,"homepage":"","size":132,"private":false,"pushed_at":"2012-01-10T16:30:53Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"curriculum","ssh_url":"git@github.com:rkh/curriculum.git","html_url":"https://github.com/rkh/curriculum","id":3146605,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/curriculum.git"},{"language":"Ruby","description":"The
|
41
|
+
Ruby cloud services library.","svn_url":"https://github.com/rkh/fog","created_at":"2012-01-12T15:32:01Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/fog","fork":true,"clone_url":"https://github.com/rkh/fog.git","updated_at":"2012-02-26T06:24:48Z","open_issues":0,"homepage":"http://fog.io","size":180,"private":false,"pushed_at":"2012-01-12T15:40:22Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"fog","ssh_url":"git@github.com:rkh/fog.git","html_url":"https://github.com/rkh/fog","id":3163178,"has_downloads":true,"watchers":3,"git_url":"git://github.com/rkh/fog.git"},{"language":"Ruby","description":"Test
|
42
|
+
dummy repository for testing Travis CI","svn_url":"https://github.com/rkh/test-project-1","created_at":"2012-02-13T15:17:57Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/test-project-1","fork":true,"clone_url":"https://github.com/rkh/test-project-1.git","updated_at":"2012-05-16T12:08:44Z","open_issues":1,"homepage":"http://travis-ci.org","size":152,"private":false,"pushed_at":"2012-05-16T12:08:44Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"test-project-1","ssh_url":"git@github.com:rkh/test-project-1.git","html_url":"https://github.com/rkh/test-project-1","id":3431064,"has_downloads":true,"watchers":0,"git_url":"git://github.com/rkh/test-project-1.git"},{"language":"Shell","description":"A
|
43
|
+
community-driven framework for managing your zsh configuration. Includes 40+ optional
|
44
|
+
plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 80 terminal
|
45
|
+
themes to spice up your morning, and an auto-update tool so that makes it easy
|
46
|
+
to keep up with the latest updates from the community.","svn_url":"https://github.com/rkh/oh-my-zsh","created_at":"2012-02-22T13:47:54Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/oh-my-zsh","fork":true,"clone_url":"https://github.com/rkh/oh-my-zsh.git","updated_at":"2012-03-07T21:11:13Z","open_issues":0,"homepage":"http://twitter.com/ohmyzsh","size":7224,"private":false,"pushed_at":"2012-02-22T13:48:52Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"oh-my-zsh","ssh_url":"git@github.com:rkh/oh-my-zsh.git","html_url":"https://github.com/rkh/oh-my-zsh","id":3514933,"has_downloads":true,"watchers":2,"git_url":"git://github.com/rkh/oh-my-zsh.git"},{"language":"Shell","description":"rbenv
|
47
|
+
use rbx","svn_url":"https://github.com/rkh/rbenv-use","created_at":"2012-02-22T13:51:59Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/rbenv-use","fork":false,"clone_url":"https://github.com/rkh/rbenv-use.git","updated_at":"2012-03-27T15:54:20Z","open_issues":0,"homepage":"","size":108,"private":false,"pushed_at":"2012-02-22T16:53:26Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"rbenv-use","ssh_url":"git@github.com:rkh/rbenv-use.git","html_url":"https://github.com/rkh/rbenv-use","id":3514966,"has_downloads":true,"watchers":10,"git_url":"git://github.com/rkh/rbenv-use.git"},{"language":"Shell","description":null,"svn_url":"https://github.com/rkh/rbenv-whatis","created_at":"2012-02-22T13:52:44Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":2,"url":"https://api.github.com/repos/rkh/rbenv-whatis","fork":false,"clone_url":"https://github.com/rkh/rbenv-whatis.git","updated_at":"2012-04-24T20:50:23Z","open_issues":0,"homepage":null,"size":84,"private":false,"pushed_at":"2012-02-22T13:52:54Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"rbenv-whatis","ssh_url":"git@github.com:rkh/rbenv-whatis.git","html_url":"https://github.com/rkh/rbenv-whatis","id":3514978,"has_downloads":true,"watchers":5,"git_url":"git://github.com/rkh/rbenv-whatis.git"},{"language":"Ruby","description":"base
|
48
|
+
template for classic sinatra apps","svn_url":"https://github.com/rkh/sinatra-template","created_at":"2012-02-25T13:39:12Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":5,"url":"https://api.github.com/repos/rkh/sinatra-template","fork":false,"clone_url":"https://github.com/rkh/sinatra-template.git","updated_at":"2012-03-14T15:07:41Z","open_issues":0,"homepage":"","size":124,"private":false,"pushed_at":"2012-03-14T15:07:40Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"sinatra-template","ssh_url":"git@github.com:rkh/sinatra-template.git","html_url":"https://github.com/rkh/sinatra-template","id":3544708,"has_downloads":true,"watchers":6,"git_url":"git://github.com/rkh/sinatra-template.git"},{"language":"Shell","description":"update
|
49
|
+
rbenv and plugins","svn_url":"https://github.com/rkh/rbenv-update","created_at":"2012-02-25T14:17:01Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":2,"url":"https://api.github.com/repos/rkh/rbenv-update","fork":false,"clone_url":"https://github.com/rkh/rbenv-update.git","updated_at":"2012-05-17T00:03:11Z","open_issues":1,"homepage":"","size":84,"private":false,"pushed_at":"2012-02-25T14:17:43Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"rbenv-update","ssh_url":"git@github.com:rkh/rbenv-update.git","html_url":"https://github.com/rkh/rbenv-update","id":3544886,"has_downloads":true,"watchers":3,"git_url":"git://github.com/rkh/rbenv-update.git"},{"language":null,"description":"Want
|
50
|
+
to make a talk proposal for EuRuKo 2012? This is the place to be!","svn_url":"https://github.com/rkh/call-for-proposals","created_at":"2012-02-29T14:04:31Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/call-for-proposals","fork":true,"clone_url":"https://github.com/rkh/call-for-proposals.git","updated_at":"2012-03-06T09:42:48Z","open_issues":0,"homepage":"","size":160,"private":false,"pushed_at":"2012-03-06T09:42:48Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"call-for-proposals","ssh_url":"git@github.com:rkh/call-for-proposals.git","html_url":"https://github.com/rkh/call-for-proposals","id":3582162,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/call-for-proposals.git"},{"language":"JavaScript","description":"this
|
51
|
+
is just a mirror","svn_url":"https://github.com/rkh/socialshareprivacy","created_at":"2012-03-01T11:20:28Z","has_wiki":false,"has_issues":false,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/socialshareprivacy","fork":false,"clone_url":"https://github.com/rkh/socialshareprivacy.git","updated_at":"2012-03-01T11:21:49Z","open_issues":0,"homepage":"","size":216,"private":false,"pushed_at":"2012-03-01T11:20:47Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"socialshareprivacy","ssh_url":"git@github.com:rkh/socialshareprivacy.git","html_url":"https://github.com/rkh/socialshareprivacy","id":3591314,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/socialshareprivacy.git"},{"language":"JavaScript","description":"Our
|
52
|
+
new wiki innovates three ways. It shares through federation, composes by refactoring
|
53
|
+
and wraps data with visualization.","svn_url":"https://github.com/rkh/Smallest-Federated-Wiki","created_at":"2012-03-01T21:34:49Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/Smallest-Federated-Wiki","fork":true,"clone_url":"https://github.com/rkh/Smallest-Federated-Wiki.git","updated_at":"2012-03-01T21:36:11Z","open_issues":0,"homepage":"http://wardcunningham.github.com/","size":112,"private":false,"pushed_at":"2012-03-01T21:36:10Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"Smallest-Federated-Wiki","ssh_url":"git@github.com:rkh/Smallest-Federated-Wiki.git","html_url":"https://github.com/rkh/Smallest-Federated-Wiki","id":3596336,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/Smallest-Federated-Wiki.git"},{"language":"Ruby","description":"Layered
|
54
|
+
GitHub API client","svn_url":"https://github.com/rkh/gh","created_at":"2012-03-05T13:07:41Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":3,"url":"https://api.github.com/repos/rkh/gh","fork":false,"clone_url":"https://github.com/rkh/gh.git","updated_at":"2012-05-16T11:59:58Z","open_issues":0,"homepage":"http://gh.rkh.im/","size":232,"private":false,"pushed_at":"2012-05-16T11:59:57Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"gh","ssh_url":"git@github.com:rkh/gh.git","html_url":"https://github.com/rkh/gh","id":3627076,"has_downloads":true,"watchers":11,"git_url":"git://github.com/rkh/gh.git"},{"language":"Ruby","description":"Simple
|
55
|
+
library to run rails and rackup applications into an embedded Apache Tomcat","svn_url":"https://github.com/rkh/trinidad","created_at":"2012-03-10T15:55:36Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/trinidad","fork":true,"clone_url":"https://github.com/rkh/trinidad.git","updated_at":"2012-03-10T15:56:37Z","open_issues":0,"homepage":"","size":152,"private":false,"pushed_at":"2012-03-10T15:56:37Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"trinidad","ssh_url":"git@github.com:rkh/trinidad.git","html_url":"https://github.com/rkh/trinidad","id":3680426,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/trinidad.git"},{"language":"Ruby","description":null,"svn_url":"https://github.com/rkh/prefix","created_at":"2012-03-20T14:47:08Z","has_wiki":true,"has_issues":true,"mirror_url":null,"forks":1,"url":"https://api.github.com/repos/rkh/prefix","fork":false,"clone_url":"https://github.com/rkh/prefix.git","updated_at":"2012-03-20T15:21:14Z","open_issues":0,"homepage":null,"size":92,"private":false,"pushed_at":"2012-03-20T15:01:24Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"prefix","ssh_url":"git@github.com:rkh/prefix.git","html_url":"https://github.com/rkh/prefix","id":3776230,"has_downloads":true,"watchers":2,"git_url":"git://github.com/rkh/prefix.git"},{"language":"Ruby","description":"I
|
56
|
+
love hearts!","svn_url":"https://github.com/rkh/hearts","created_at":"2012-03-25T16:45:16Z","has_wiki":true,"has_issues":false,"mirror_url":null,"forks":0,"url":"https://api.github.com/repos/rkh/hearts","fork":true,"clone_url":"https://github.com/rkh/hearts.git","updated_at":"2012-03-25T16:45:48Z","open_issues":0,"homepage":"","size":108,"private":false,"pushed_at":"2012-03-25T16:45:47Z","owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","id":30442,"avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"rkh"},"name":"hearts","ssh_url":"git@github.com:rkh/hearts.git","html_url":"https://github.com/rkh/hearts","id":3825575,"has_downloads":true,"watchers":1,"git_url":"git://github.com/rkh/hearts.git"}]'
|
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
- !binary "c2VydmVy": !binary |-
|
3
|
+
bmdpbngvMS4wLjEz
|
4
|
+
!binary "ZGF0ZQ==": !binary |-
|
5
|
+
RnJpLCAxOCBNYXkgMjAxMiAxMzoyNjo0OCBHTVQ=
|
6
|
+
!binary "Y29udGVudC10eXBl": !binary |-
|
7
|
+
YXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA==
|
8
|
+
!binary "dHJhbnNmZXItZW5jb2Rpbmc=": !binary |-
|
9
|
+
Y2h1bmtlZA==
|
10
|
+
!binary "Y29ubmVjdGlvbg==": !binary |-
|
11
|
+
a2VlcC1hbGl2ZQ==
|
12
|
+
!binary "c3RhdHVz": !binary |-
|
13
|
+
MjAwIE9L
|
14
|
+
!binary "eC1yYXRlbGltaXQtbGltaXQ=": !binary |-
|
15
|
+
NTAwMA==
|
16
|
+
!binary "ZXRhZw==": !binary |-
|
17
|
+
IjJlZmVlY2Q3YTI2MGE2YjFiYTRhOGU0NGYyZTFkNDVlIg==
|
18
|
+
!binary "bGluaw==": !binary |-
|
19
|
+
PGh0dHBzOi8vYXBpLmdpdGh1Yi5jb20vdXNlcnMvcmtoL3JlcG9zP3BhZ2U9
|
20
|
+
MT47IHJlbD0iZmlyc3QiLCA8aHR0cHM6Ly9hcGkuZ2l0aHViLmNvbS91c2Vy
|
21
|
+
cy9ya2gvcmVwb3M/cGFnZT00PjsgcmVsPSJwcmV2Ig==
|
22
|
+
!binary "eC1yYXRlbGltaXQtcmVtYWluaW5n": !binary |-
|
23
|
+
NDk5NQ==
|
24
|
+
- ! '[{"master_branch":"master","language":"Ruby","description":"Test dummy repository
|
25
|
+
for testing Travis CI","svn_url":"https://github.com/rkh/test-project-matrix-1","created_at":"2012-04-15T16:20:55Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/test-project-matrix-1","fork":true,"clone_url":"https://github.com/rkh/test-project-matrix-1.git","updated_at":"2012-04-15T16:21:18Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/test-project-matrix-1.git","size":112,"private":false,"pushed_at":"2012-04-15T16:21:18Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"test-project-matrix-1","ssh_url":"git@github.com:rkh/test-project-matrix-1.git","html_url":"https://github.com/rkh/test-project-matrix-1","id":4033173,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Tweetable
|
26
|
+
ruby programs that output EuRuKo ASCII art.","svn_url":"https://github.com/rkh/euruko-golf","created_at":"2012-05-04T11:51:10Z","has_wiki":true,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/euruko-golf","fork":true,"clone_url":"https://github.com/rkh/euruko-golf.git","updated_at":"2012-05-10T10:03:45Z","open_issues":0,"homepage":"","git_url":"git://github.com/rkh/euruko-golf.git","size":108,"private":false,"pushed_at":"2012-05-04T11:54:45Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"euruko-golf","ssh_url":"git@github.com:rkh/euruko-golf.git","html_url":"https://github.com/rkh/euruko-golf","id":4224272,"has_downloads":true,"watchers":1},{"language":"Ruby","description":"Official
|
27
|
+
GitHub Services Integration - You can set these up in your repo admin screen under
|
28
|
+
Service Hooks","svn_url":"https://github.com/rkh/github-services","created_at":"2012-05-15T11:35:46Z","has_wiki":false,"has_issues":false,"forks":0,"url":"https://api.github.com/repos/rkh/github-services","fork":true,"clone_url":"https://github.com/rkh/github-services.git","updated_at":"2012-05-15T12:00:57Z","open_issues":0,"homepage":"http://github.com/blog/53-github-services-ipo","git_url":"git://github.com/rkh/github-services.git","size":120,"private":false,"pushed_at":"2012-05-15T12:00:57Z","mirror_url":null,"owner":{"url":"https://api.github.com/users/rkh","gravatar_id":"5c2b452f6eea4a6d84c105ebd971d2a4","avatar_url":"https://secure.gravatar.com/avatar/5c2b452f6eea4a6d84c105ebd971d2a4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":30442,"login":"rkh"},"name":"github-services","ssh_url":"git@github.com:rkh/github-services.git","html_url":"https://github.com/rkh/github-services","id":4335034,"has_downloads":false,"watchers":1}]'
|
data/spec/remote_spec.rb
CHANGED
@@ -20,4 +20,10 @@ describe GH::Remote do
|
|
20
20
|
stub_request(:get, "https://api.github.com/foo").to_return(:body => '{"foo":"bar"}')
|
21
21
|
subject['foo']['foo'].should be == 'bar'
|
22
22
|
end
|
23
|
+
|
24
|
+
it 'sends http calls through the frontend' do
|
25
|
+
wrapper = Class.new(GH::Wrapper).new
|
26
|
+
wrapper.should_receive(:http).with(:get, "/foo", backend.headers).and_return GH::Response.new
|
27
|
+
wrapper['foo']
|
28
|
+
end
|
23
29
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &70146090776720 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70146090776720
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: webmock
|
27
|
-
requirement: &
|
27
|
+
requirement: &70146090774460 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,21 +32,21 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70146090774460
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: faraday
|
38
|
-
requirement: &
|
38
|
+
requirement: &70146090772260 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: '0.
|
43
|
+
version: '0.8'
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70146090772260
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: backports
|
49
|
-
requirement: &
|
49
|
+
requirement: &70146090771360 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '2.3'
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70146090771360
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: multi_json
|
60
|
-
requirement: &
|
60
|
+
requirement: &70146090770020 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ~>
|
@@ -65,7 +65,18 @@ dependencies:
|
|
65
65
|
version: '1.0'
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70146090770020
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: addressable
|
71
|
+
requirement: &70146090769020 !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
73
|
+
requirements:
|
74
|
+
- - ! '>='
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
77
|
+
type: :runtime
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: *70146090769020
|
69
80
|
description: multi-layer client for the github api v3
|
70
81
|
email:
|
71
82
|
- konstantin.mailinglists@googlemail.com
|
@@ -82,7 +93,8 @@ files:
|
|
82
93
|
- lib/gh.rb
|
83
94
|
- lib/gh/cache.rb
|
84
95
|
- lib/gh/case.rb
|
85
|
-
- lib/gh/
|
96
|
+
- lib/gh/error.rb
|
97
|
+
- lib/gh/instrumentation.rb
|
86
98
|
- lib/gh/lazy_loader.rb
|
87
99
|
- lib/gh/link_follower.rb
|
88
100
|
- lib/gh/merge_commit.rb
|
@@ -95,19 +107,29 @@ files:
|
|
95
107
|
- lib/gh/version.rb
|
96
108
|
- lib/gh/wrapper.rb
|
97
109
|
- spec/cache_spec.rb
|
110
|
+
- spec/error_spec.rb
|
98
111
|
- spec/gh_spec.rb
|
112
|
+
- spec/instrumentation_spec.rb
|
99
113
|
- spec/lazy_loader_spec.rb
|
100
114
|
- spec/link_follower_spec.rb
|
101
115
|
- spec/merge_commit_spec.rb
|
102
116
|
- spec/normalizer_spec.rb
|
117
|
+
- spec/pagination_spec.rb
|
118
|
+
- spec/payloads/.yml
|
103
119
|
- spec/payloads/repos/rkh/test-project-1.yml
|
104
120
|
- spec/payloads/repos/sinatra/sinatra/issues/56/comments.yml
|
105
121
|
- spec/payloads/repos/sinatra/sinatra/issues/comments/383214.yml
|
106
122
|
- spec/payloads/repos/sinatra/sinatra/pulls/56.yml
|
107
123
|
- spec/payloads/repos/travis-repos/test-project-1.yml
|
124
|
+
- spec/payloads/repos/travis-repos/test-project-1/git/commits/ca3c0a44ec1d9bf8557d2653aa1b79fcc9ff5f5d.yml
|
108
125
|
- spec/payloads/repos/travis-repos/test-project-1/git/refs/pull/1.yml
|
109
126
|
- spec/payloads/repos/travis-repos/test-project-1/pulls/1.yml
|
110
127
|
- spec/payloads/users/rkh.yml
|
128
|
+
- spec/payloads/users/rkh/repos.yml
|
129
|
+
- spec/payloads/users/rkh/repos?page=2.yml
|
130
|
+
- spec/payloads/users/rkh/repos?page=3.yml
|
131
|
+
- spec/payloads/users/rkh/repos?page=4.yml
|
132
|
+
- spec/payloads/users/rkh/repos?page=5.yml
|
111
133
|
- spec/payloads/users/rtomayko.yml
|
112
134
|
- spec/payloads/users/svenfuchs.yml
|
113
135
|
- spec/payloads/users/travis-repos.yml
|
@@ -143,19 +165,29 @@ specification_version: 3
|
|
143
165
|
summary: layered github client
|
144
166
|
test_files:
|
145
167
|
- spec/cache_spec.rb
|
168
|
+
- spec/error_spec.rb
|
146
169
|
- spec/gh_spec.rb
|
170
|
+
- spec/instrumentation_spec.rb
|
147
171
|
- spec/lazy_loader_spec.rb
|
148
172
|
- spec/link_follower_spec.rb
|
149
173
|
- spec/merge_commit_spec.rb
|
150
174
|
- spec/normalizer_spec.rb
|
175
|
+
- spec/pagination_spec.rb
|
176
|
+
- spec/payloads/.yml
|
151
177
|
- spec/payloads/repos/rkh/test-project-1.yml
|
152
178
|
- spec/payloads/repos/sinatra/sinatra/issues/56/comments.yml
|
153
179
|
- spec/payloads/repos/sinatra/sinatra/issues/comments/383214.yml
|
154
180
|
- spec/payloads/repos/sinatra/sinatra/pulls/56.yml
|
155
181
|
- spec/payloads/repos/travis-repos/test-project-1.yml
|
182
|
+
- spec/payloads/repos/travis-repos/test-project-1/git/commits/ca3c0a44ec1d9bf8557d2653aa1b79fcc9ff5f5d.yml
|
156
183
|
- spec/payloads/repos/travis-repos/test-project-1/git/refs/pull/1.yml
|
157
184
|
- spec/payloads/repos/travis-repos/test-project-1/pulls/1.yml
|
158
185
|
- spec/payloads/users/rkh.yml
|
186
|
+
- spec/payloads/users/rkh/repos.yml
|
187
|
+
- spec/payloads/users/rkh/repos?page=2.yml
|
188
|
+
- spec/payloads/users/rkh/repos?page=3.yml
|
189
|
+
- spec/payloads/users/rkh/repos?page=4.yml
|
190
|
+
- spec/payloads/users/rkh/repos?page=5.yml
|
159
191
|
- spec/payloads/users/rtomayko.yml
|
160
192
|
- spec/payloads/users/svenfuchs.yml
|
161
193
|
- spec/payloads/users/travis-repos.yml
|