git_multicast 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +11 -0
  3. data/Gemfile.lock +17 -1
  4. data/README.md +3 -3
  5. data/git_multicast.gemspec +29 -18
  6. data/lib/git_multicast/.rubocop.yml +11 -0
  7. data/lib/git_multicast/adapters/bitbucket.rb +35 -0
  8. data/lib/git_multicast/adapters/github.rb +17 -0
  9. data/lib/git_multicast/adapters.rb +5 -0
  10. data/lib/git_multicast/cli.rb +9 -2
  11. data/lib/git_multicast/cloner.rb +3 -3
  12. data/lib/git_multicast/output_formatter.rb +12 -10
  13. data/lib/git_multicast/repository_fetcher/bitbucket.rb +34 -0
  14. data/lib/git_multicast/repository_fetcher/github.rb +25 -0
  15. data/lib/git_multicast/repository_fetcher.rb +33 -14
  16. data/lib/git_multicast/version.rb +1 -1
  17. data/lib/git_multicast.rb +1 -3
  18. data/spec/fixtures/vcr_cassettes/bitbucket_all_user_repos.yml +170 -0
  19. data/spec/fixtures/vcr_cassettes/bitbucket_repo.yml +79 -0
  20. data/spec/fixtures/vcr_cassettes/github_all_user_repos.yml +107 -0
  21. data/spec/fixtures/vcr_cassettes/github_repo.yml +77 -0
  22. data/spec/fixtures/vcr_cassettes/github_repo_parent.yml +79 -0
  23. data/spec/fixtures/vcr_cassettes/repos_from_all_services.yml +274 -0
  24. data/spec/git_multicast/adapters/bitbucket_spec.rb +25 -0
  25. data/spec/git_multicast/puller_spec.rb +4 -0
  26. data/spec/git_multicast/repository_fetcher/bitbucket_spec.rb +80 -0
  27. data/spec/git_multicast/repository_fetcher/github_spec.rb +81 -0
  28. data/spec/git_multicast/repository_fetcher_spec.rb +101 -18
  29. data/spec/spec_helper.rb +5 -3
  30. metadata +76 -9
  31. data/lib/git_multicast/bitbucket_adapter.rb +0 -33
  32. data/lib/git_multicast/bitbucket_fetcher.rb +0 -36
  33. data/lib/git_multicast/github_fetcher.rb +0 -31
  34. data/spec/git_multicast/bitbucket_adapter_spec.rb +0 -25
  35. data/spec/git_multicast/bitbucket_fetcher_spec.rb +0 -97
  36. data/spec/git_multicast/github_fetcher_spec.rb +0 -74
@@ -0,0 +1,107 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.github.com/users/rranelli/repos
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ Host:
17
+ - api.github.com
18
+ response:
19
+ status:
20
+ code: 200
21
+ message: OK
22
+ headers:
23
+ Server:
24
+ - GitHub.com
25
+ Date:
26
+ - Wed, 10 Sep 2014 06:04:40 GMT
27
+ Content-Type:
28
+ - application/json; charset=utf-8
29
+ Transfer-Encoding:
30
+ - chunked
31
+ Status:
32
+ - 200 OK
33
+ X-Ratelimit-Limit:
34
+ - '60'
35
+ X-Ratelimit-Remaining:
36
+ - '57'
37
+ X-Ratelimit-Reset:
38
+ - '1410332160'
39
+ Cache-Control:
40
+ - public, max-age=60, s-maxage=60
41
+ Etag:
42
+ - '"38421725ae43692466fdcdfbb5240ac4"'
43
+ Vary:
44
+ - Accept
45
+ - Accept-Encoding
46
+ X-Github-Media-Type:
47
+ - github.v3
48
+ X-Xss-Protection:
49
+ - 1; mode=block
50
+ X-Frame-Options:
51
+ - deny
52
+ Content-Security-Policy:
53
+ - default-src 'none'
54
+ Access-Control-Allow-Credentials:
55
+ - 'true'
56
+ Access-Control-Expose-Headers:
57
+ - ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
58
+ X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
59
+ Access-Control-Allow-Origin:
60
+ - "*"
61
+ X-Github-Request-Id:
62
+ - B194B679:3F03:5C826B:540FE9F8
63
+ Strict-Transport-Security:
64
+ - max-age=31536000; includeSubdomains; preload
65
+ X-Content-Type-Options:
66
+ - nosniff
67
+ X-Served-By:
68
+ - a1d8c69b807c8e21f06cad9da377d1b0
69
+ body:
70
+ encoding: UTF-8
71
+ string: '[{"id":12424028,"name":"7langs7weeks","full_name":"rranelli/7langs7weeks","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/7langs7weeks","description":"Repository
72
+ for exercises and stuff about the book 7languages in 7weeks by bruce tate.","fork":false,"url":"https://api.github.com/repos/rranelli/7langs7weeks","forks_url":"https://api.github.com/repos/rranelli/7langs7weeks/forks","keys_url":"https://api.github.com/repos/rranelli/7langs7weeks/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/7langs7weeks/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/7langs7weeks/teams","hooks_url":"https://api.github.com/repos/rranelli/7langs7weeks/hooks","issue_events_url":"https://api.github.com/repos/rranelli/7langs7weeks/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/7langs7weeks/events","assignees_url":"https://api.github.com/repos/rranelli/7langs7weeks/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/7langs7weeks/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/7langs7weeks/tags","blobs_url":"https://api.github.com/repos/rranelli/7langs7weeks/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/7langs7weeks/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/7langs7weeks/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/7langs7weeks/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/7langs7weeks/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/7langs7weeks/languages","stargazers_url":"https://api.github.com/repos/rranelli/7langs7weeks/stargazers","contributors_url":"https://api.github.com/repos/rranelli/7langs7weeks/contributors","subscribers_url":"https://api.github.com/repos/rranelli/7langs7weeks/subscribers","subscription_url":"https://api.github.com/repos/rranelli/7langs7weeks/subscription","commits_url":"https://api.github.com/repos/rranelli/7langs7weeks/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/7langs7weeks/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/7langs7weeks/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/7langs7weeks/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/7langs7weeks/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/7langs7weeks/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/7langs7weeks/merges","archive_url":"https://api.github.com/repos/rranelli/7langs7weeks/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/7langs7weeks/downloads","issues_url":"https://api.github.com/repos/rranelli/7langs7weeks/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/7langs7weeks/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/7langs7weeks/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/7langs7weeks/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/7langs7weeks/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/7langs7weeks/releases{/id}","created_at":"2013-08-28T03:47:25Z","updated_at":"2014-08-14T05:55:37Z","pushed_at":"2013-10-06T19:29:05Z","git_url":"git://github.com/rranelli/7langs7weeks.git","ssh_url":"git@github.com:rranelli/7langs7weeks.git","clone_url":"https://github.com/rranelli/7langs7weeks.git","svn_url":"https://github.com/rranelli/7langs7weeks","homepage":null,"size":128,"stargazers_count":1,"watchers_count":1,"language":"Io","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":23813404,"name":"after_do-loader","full_name":"rranelli/after_do-loader","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/after_do-loader","description":"","fork":false,"url":"https://api.github.com/repos/rranelli/after_do-loader","forks_url":"https://api.github.com/repos/rranelli/after_do-loader/forks","keys_url":"https://api.github.com/repos/rranelli/after_do-loader/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/after_do-loader/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/after_do-loader/teams","hooks_url":"https://api.github.com/repos/rranelli/after_do-loader/hooks","issue_events_url":"https://api.github.com/repos/rranelli/after_do-loader/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/after_do-loader/events","assignees_url":"https://api.github.com/repos/rranelli/after_do-loader/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/after_do-loader/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/after_do-loader/tags","blobs_url":"https://api.github.com/repos/rranelli/after_do-loader/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/after_do-loader/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/after_do-loader/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/after_do-loader/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/after_do-loader/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/after_do-loader/languages","stargazers_url":"https://api.github.com/repos/rranelli/after_do-loader/stargazers","contributors_url":"https://api.github.com/repos/rranelli/after_do-loader/contributors","subscribers_url":"https://api.github.com/repos/rranelli/after_do-loader/subscribers","subscription_url":"https://api.github.com/repos/rranelli/after_do-loader/subscription","commits_url":"https://api.github.com/repos/rranelli/after_do-loader/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/after_do-loader/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/after_do-loader/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/after_do-loader/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/after_do-loader/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/after_do-loader/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/after_do-loader/merges","archive_url":"https://api.github.com/repos/rranelli/after_do-loader/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/after_do-loader/downloads","issues_url":"https://api.github.com/repos/rranelli/after_do-loader/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/after_do-loader/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/after_do-loader/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/after_do-loader/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/after_do-loader/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/after_do-loader/releases{/id}","created_at":"2014-09-09T00:14:31Z","updated_at":"2014-09-09T23:35:43Z","pushed_at":"2014-09-09T20:31:54Z","git_url":"git://github.com/rranelli/after_do-loader.git","ssh_url":"git@github.com:rranelli/after_do-loader.git","clone_url":"https://github.com/rranelli/after_do-loader.git","svn_url":"https://github.com/rranelli/after_do-loader","homepage":"http://rubygems.org/gems/after_do-loader","size":0,"stargazers_count":3,"watchers_count":3,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":3,"default_branch":"master"},{"id":23001452,"name":"Aquarium","full_name":"rranelli/Aquarium","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/Aquarium","description":"An
73
+ AOP library for Ruby","fork":true,"url":"https://api.github.com/repos/rranelli/Aquarium","forks_url":"https://api.github.com/repos/rranelli/Aquarium/forks","keys_url":"https://api.github.com/repos/rranelli/Aquarium/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/Aquarium/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/Aquarium/teams","hooks_url":"https://api.github.com/repos/rranelli/Aquarium/hooks","issue_events_url":"https://api.github.com/repos/rranelli/Aquarium/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/Aquarium/events","assignees_url":"https://api.github.com/repos/rranelli/Aquarium/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/Aquarium/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/Aquarium/tags","blobs_url":"https://api.github.com/repos/rranelli/Aquarium/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/Aquarium/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/Aquarium/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/Aquarium/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/Aquarium/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/Aquarium/languages","stargazers_url":"https://api.github.com/repos/rranelli/Aquarium/stargazers","contributors_url":"https://api.github.com/repos/rranelli/Aquarium/contributors","subscribers_url":"https://api.github.com/repos/rranelli/Aquarium/subscribers","subscription_url":"https://api.github.com/repos/rranelli/Aquarium/subscription","commits_url":"https://api.github.com/repos/rranelli/Aquarium/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/Aquarium/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/Aquarium/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/Aquarium/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/Aquarium/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/Aquarium/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/Aquarium/merges","archive_url":"https://api.github.com/repos/rranelli/Aquarium/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/Aquarium/downloads","issues_url":"https://api.github.com/repos/rranelli/Aquarium/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/Aquarium/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/Aquarium/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/Aquarium/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/Aquarium/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/Aquarium/releases{/id}","created_at":"2014-08-15T20:02:09Z","updated_at":"2014-08-14T15:16:43Z","pushed_at":"2013-10-31T18:59:36Z","git_url":"git://github.com/rranelli/Aquarium.git","ssh_url":"git@github.com:rranelli/Aquarium.git","clone_url":"https://github.com/rranelli/Aquarium.git","svn_url":"https://github.com/rranelli/Aquarium","homepage":"http://aquarium.rubyforge.org/","size":4760,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":12002679,"name":"BatchPDF","full_name":"rranelli/BatchPDF","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/BatchPDF","description":"A
74
+ simple project for .pdf document conversion.","fork":false,"url":"https://api.github.com/repos/rranelli/BatchPDF","forks_url":"https://api.github.com/repos/rranelli/BatchPDF/forks","keys_url":"https://api.github.com/repos/rranelli/BatchPDF/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/BatchPDF/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/BatchPDF/teams","hooks_url":"https://api.github.com/repos/rranelli/BatchPDF/hooks","issue_events_url":"https://api.github.com/repos/rranelli/BatchPDF/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/BatchPDF/events","assignees_url":"https://api.github.com/repos/rranelli/BatchPDF/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/BatchPDF/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/BatchPDF/tags","blobs_url":"https://api.github.com/repos/rranelli/BatchPDF/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/BatchPDF/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/BatchPDF/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/BatchPDF/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/BatchPDF/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/BatchPDF/languages","stargazers_url":"https://api.github.com/repos/rranelli/BatchPDF/stargazers","contributors_url":"https://api.github.com/repos/rranelli/BatchPDF/contributors","subscribers_url":"https://api.github.com/repos/rranelli/BatchPDF/subscribers","subscription_url":"https://api.github.com/repos/rranelli/BatchPDF/subscription","commits_url":"https://api.github.com/repos/rranelli/BatchPDF/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/BatchPDF/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/BatchPDF/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/BatchPDF/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/BatchPDF/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/BatchPDF/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/BatchPDF/merges","archive_url":"https://api.github.com/repos/rranelli/BatchPDF/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/BatchPDF/downloads","issues_url":"https://api.github.com/repos/rranelli/BatchPDF/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/BatchPDF/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/BatchPDF/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/BatchPDF/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/BatchPDF/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/BatchPDF/releases{/id}","created_at":"2013-08-09T14:25:34Z","updated_at":"2013-08-09T14:28:47Z","pushed_at":"2013-08-09T14:28:43Z","git_url":"git://github.com/rranelli/BatchPDF.git","ssh_url":"git@github.com:rranelli/BatchPDF.git","clone_url":"https://github.com/rranelli/BatchPDF.git","svn_url":"https://github.com/rranelli/BatchPDF","homepage":null,"size":104,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":15477055,"name":"coursera","full_name":"rranelli/coursera","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/coursera","description":"Script
75
+ for downloading Coursera.org videos and naming them.","fork":true,"url":"https://api.github.com/repos/rranelli/coursera","forks_url":"https://api.github.com/repos/rranelli/coursera/forks","keys_url":"https://api.github.com/repos/rranelli/coursera/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/coursera/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/coursera/teams","hooks_url":"https://api.github.com/repos/rranelli/coursera/hooks","issue_events_url":"https://api.github.com/repos/rranelli/coursera/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/coursera/events","assignees_url":"https://api.github.com/repos/rranelli/coursera/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/coursera/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/coursera/tags","blobs_url":"https://api.github.com/repos/rranelli/coursera/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/coursera/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/coursera/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/coursera/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/coursera/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/coursera/languages","stargazers_url":"https://api.github.com/repos/rranelli/coursera/stargazers","contributors_url":"https://api.github.com/repos/rranelli/coursera/contributors","subscribers_url":"https://api.github.com/repos/rranelli/coursera/subscribers","subscription_url":"https://api.github.com/repos/rranelli/coursera/subscription","commits_url":"https://api.github.com/repos/rranelli/coursera/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/coursera/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/coursera/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/coursera/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/coursera/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/coursera/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/coursera/merges","archive_url":"https://api.github.com/repos/rranelli/coursera/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/coursera/downloads","issues_url":"https://api.github.com/repos/rranelli/coursera/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/coursera/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/coursera/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/coursera/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/coursera/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/coursera/releases{/id}","created_at":"2013-12-27T16:03:21Z","updated_at":"2013-12-28T01:24:53Z","pushed_at":"2013-12-28T00:37:39Z","git_url":"git://github.com/rranelli/coursera.git","ssh_url":"git@github.com:rranelli/coursera.git","clone_url":"https://github.com/rranelli/coursera.git","svn_url":"https://github.com/rranelli/coursera","homepage":"","size":660,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":22090997,"name":"coursera-1","full_name":"rranelli/coursera-1","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/coursera-1","description":"This
76
+ is scorix''s coursera assignments. ","fork":true,"url":"https://api.github.com/repos/rranelli/coursera-1","forks_url":"https://api.github.com/repos/rranelli/coursera-1/forks","keys_url":"https://api.github.com/repos/rranelli/coursera-1/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/coursera-1/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/coursera-1/teams","hooks_url":"https://api.github.com/repos/rranelli/coursera-1/hooks","issue_events_url":"https://api.github.com/repos/rranelli/coursera-1/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/coursera-1/events","assignees_url":"https://api.github.com/repos/rranelli/coursera-1/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/coursera-1/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/coursera-1/tags","blobs_url":"https://api.github.com/repos/rranelli/coursera-1/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/coursera-1/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/coursera-1/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/coursera-1/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/coursera-1/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/coursera-1/languages","stargazers_url":"https://api.github.com/repos/rranelli/coursera-1/stargazers","contributors_url":"https://api.github.com/repos/rranelli/coursera-1/contributors","subscribers_url":"https://api.github.com/repos/rranelli/coursera-1/subscribers","subscription_url":"https://api.github.com/repos/rranelli/coursera-1/subscription","commits_url":"https://api.github.com/repos/rranelli/coursera-1/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/coursera-1/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/coursera-1/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/coursera-1/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/coursera-1/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/coursera-1/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/coursera-1/merges","archive_url":"https://api.github.com/repos/rranelli/coursera-1/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/coursera-1/downloads","issues_url":"https://api.github.com/repos/rranelli/coursera-1/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/coursera-1/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/coursera-1/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/coursera-1/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/coursera-1/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/coursera-1/releases{/id}","created_at":"2014-07-22T04:42:14Z","updated_at":"2014-07-14T12:27:21Z","pushed_at":"2014-05-12T15:22:01Z","git_url":"git://github.com/rranelli/coursera-1.git","ssh_url":"git@github.com:rranelli/coursera-1.git","clone_url":"https://github.com/rranelli/coursera-1.git","svn_url":"https://github.com/rranelli/coursera-1","homepage":"https://www.coursera.org","size":938,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":18865240,"name":"CSharp.Fun","full_name":"rranelli/CSharp.Fun","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/CSharp.Fun","description":"Implementation
77
+ of a few Monadic types in C# to make life easier on a few pain points of working
78
+ with C#.","fork":true,"url":"https://api.github.com/repos/rranelli/CSharp.Fun","forks_url":"https://api.github.com/repos/rranelli/CSharp.Fun/forks","keys_url":"https://api.github.com/repos/rranelli/CSharp.Fun/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/CSharp.Fun/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/CSharp.Fun/teams","hooks_url":"https://api.github.com/repos/rranelli/CSharp.Fun/hooks","issue_events_url":"https://api.github.com/repos/rranelli/CSharp.Fun/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/CSharp.Fun/events","assignees_url":"https://api.github.com/repos/rranelli/CSharp.Fun/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/CSharp.Fun/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/CSharp.Fun/tags","blobs_url":"https://api.github.com/repos/rranelli/CSharp.Fun/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/CSharp.Fun/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/CSharp.Fun/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/CSharp.Fun/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/CSharp.Fun/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/CSharp.Fun/languages","stargazers_url":"https://api.github.com/repos/rranelli/CSharp.Fun/stargazers","contributors_url":"https://api.github.com/repos/rranelli/CSharp.Fun/contributors","subscribers_url":"https://api.github.com/repos/rranelli/CSharp.Fun/subscribers","subscription_url":"https://api.github.com/repos/rranelli/CSharp.Fun/subscription","commits_url":"https://api.github.com/repos/rranelli/CSharp.Fun/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/CSharp.Fun/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/CSharp.Fun/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/CSharp.Fun/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/CSharp.Fun/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/CSharp.Fun/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/CSharp.Fun/merges","archive_url":"https://api.github.com/repos/rranelli/CSharp.Fun/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/CSharp.Fun/downloads","issues_url":"https://api.github.com/repos/rranelli/CSharp.Fun/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/CSharp.Fun/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/CSharp.Fun/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/CSharp.Fun/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/CSharp.Fun/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/CSharp.Fun/releases{/id}","created_at":"2014-04-17T03:23:40Z","updated_at":"2014-05-26T20:16:09Z","pushed_at":"2014-05-26T20:16:09Z","git_url":"git://github.com/rranelli/CSharp.Fun.git","ssh_url":"git@github.com:rranelli/CSharp.Fun.git","clone_url":"https://github.com/rranelli/CSharp.Fun.git","svn_url":"https://github.com/rranelli/CSharp.Fun","homepage":"","size":621,"stargazers_count":0,"watchers_count":0,"language":"C#","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":20110686,"name":"emacs-dotfiles","full_name":"rranelli/emacs-dotfiles","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/emacs-dotfiles","description":"my
79
+ emacs dotfiles configuration","fork":false,"url":"https://api.github.com/repos/rranelli/emacs-dotfiles","forks_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/forks","keys_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/teams","hooks_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/hooks","issue_events_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/events","assignees_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/tags","blobs_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/languages","stargazers_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/stargazers","contributors_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/contributors","subscribers_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/subscribers","subscription_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/subscription","commits_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/merges","archive_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/downloads","issues_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/emacs-dotfiles/releases{/id}","created_at":"2014-05-23T18:59:02Z","updated_at":"2014-09-02T01:20:36Z","pushed_at":"2014-09-10T05:27:47Z","git_url":"git://github.com/rranelli/emacs-dotfiles.git","ssh_url":"git@github.com:rranelli/emacs-dotfiles.git","clone_url":"https://github.com/rranelli/emacs-dotfiles.git","svn_url":"https://github.com/rranelli/emacs-dotfiles","homepage":null,"size":20988,"stargazers_count":2,"watchers_count":2,"language":"Emacs
80
+ Lisp","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"default_branch":"master"},{"id":22896447,"name":"emacs-neotree","full_name":"rranelli/emacs-neotree","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/emacs-neotree","description":"A
81
+ emacs tree plugin like NerdTree for Vim.","fork":true,"url":"https://api.github.com/repos/rranelli/emacs-neotree","forks_url":"https://api.github.com/repos/rranelli/emacs-neotree/forks","keys_url":"https://api.github.com/repos/rranelli/emacs-neotree/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/emacs-neotree/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/emacs-neotree/teams","hooks_url":"https://api.github.com/repos/rranelli/emacs-neotree/hooks","issue_events_url":"https://api.github.com/repos/rranelli/emacs-neotree/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/emacs-neotree/events","assignees_url":"https://api.github.com/repos/rranelli/emacs-neotree/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/emacs-neotree/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/emacs-neotree/tags","blobs_url":"https://api.github.com/repos/rranelli/emacs-neotree/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/emacs-neotree/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/emacs-neotree/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/emacs-neotree/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/emacs-neotree/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/emacs-neotree/languages","stargazers_url":"https://api.github.com/repos/rranelli/emacs-neotree/stargazers","contributors_url":"https://api.github.com/repos/rranelli/emacs-neotree/contributors","subscribers_url":"https://api.github.com/repos/rranelli/emacs-neotree/subscribers","subscription_url":"https://api.github.com/repos/rranelli/emacs-neotree/subscription","commits_url":"https://api.github.com/repos/rranelli/emacs-neotree/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/emacs-neotree/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/emacs-neotree/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/emacs-neotree/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/emacs-neotree/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/emacs-neotree/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/emacs-neotree/merges","archive_url":"https://api.github.com/repos/rranelli/emacs-neotree/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/emacs-neotree/downloads","issues_url":"https://api.github.com/repos/rranelli/emacs-neotree/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/emacs-neotree/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/emacs-neotree/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/emacs-neotree/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/emacs-neotree/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/emacs-neotree/releases{/id}","created_at":"2014-08-12T23:59:02Z","updated_at":"2014-08-13T00:02:57Z","pushed_at":"2014-09-06T14:06:33Z","git_url":"git://github.com/rranelli/emacs-neotree.git","ssh_url":"git@github.com:rranelli/emacs-neotree.git","clone_url":"https://github.com/rranelli/emacs-neotree.git","svn_url":"https://github.com/rranelli/emacs-neotree","homepage":"","size":391,"stargazers_count":0,"watchers_count":0,"language":"Emacs
82
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21225833,"name":"emacs.d","full_name":"rranelli/emacs.d","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/emacs.d","description":"An
83
+ Emacs configuration bundle with batteries included","fork":true,"url":"https://api.github.com/repos/rranelli/emacs.d","forks_url":"https://api.github.com/repos/rranelli/emacs.d/forks","keys_url":"https://api.github.com/repos/rranelli/emacs.d/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/emacs.d/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/emacs.d/teams","hooks_url":"https://api.github.com/repos/rranelli/emacs.d/hooks","issue_events_url":"https://api.github.com/repos/rranelli/emacs.d/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/emacs.d/events","assignees_url":"https://api.github.com/repos/rranelli/emacs.d/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/emacs.d/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/emacs.d/tags","blobs_url":"https://api.github.com/repos/rranelli/emacs.d/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/emacs.d/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/emacs.d/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/emacs.d/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/emacs.d/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/emacs.d/languages","stargazers_url":"https://api.github.com/repos/rranelli/emacs.d/stargazers","contributors_url":"https://api.github.com/repos/rranelli/emacs.d/contributors","subscribers_url":"https://api.github.com/repos/rranelli/emacs.d/subscribers","subscription_url":"https://api.github.com/repos/rranelli/emacs.d/subscription","commits_url":"https://api.github.com/repos/rranelli/emacs.d/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/emacs.d/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/emacs.d/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/emacs.d/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/emacs.d/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/emacs.d/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/emacs.d/merges","archive_url":"https://api.github.com/repos/rranelli/emacs.d/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/emacs.d/downloads","issues_url":"https://api.github.com/repos/rranelli/emacs.d/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/emacs.d/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/emacs.d/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/emacs.d/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/emacs.d/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/emacs.d/releases{/id}","created_at":"2014-06-26T02:47:15Z","updated_at":"2014-06-25T09:33:50Z","pushed_at":"2014-06-25T07:38:57Z","git_url":"git://github.com/rranelli/emacs.d.git","ssh_url":"git@github.com:rranelli/emacs.d.git","clone_url":"https://github.com/rranelli/emacs.d.git","svn_url":"https://github.com/rranelli/emacs.d","homepage":"","size":9614,"stargazers_count":0,"watchers_count":0,"language":"Emacs
84
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21501409,"name":"git-timemachine","full_name":"rranelli/git-timemachine","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/git-timemachine","description":"Step
85
+ through historic versions of git controlled file using everyone''s favourite
86
+ editor","fork":true,"url":"https://api.github.com/repos/rranelli/git-timemachine","forks_url":"https://api.github.com/repos/rranelli/git-timemachine/forks","keys_url":"https://api.github.com/repos/rranelli/git-timemachine/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/git-timemachine/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/git-timemachine/teams","hooks_url":"https://api.github.com/repos/rranelli/git-timemachine/hooks","issue_events_url":"https://api.github.com/repos/rranelli/git-timemachine/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/git-timemachine/events","assignees_url":"https://api.github.com/repos/rranelli/git-timemachine/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/git-timemachine/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/git-timemachine/tags","blobs_url":"https://api.github.com/repos/rranelli/git-timemachine/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/git-timemachine/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/git-timemachine/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/git-timemachine/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/git-timemachine/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/git-timemachine/languages","stargazers_url":"https://api.github.com/repos/rranelli/git-timemachine/stargazers","contributors_url":"https://api.github.com/repos/rranelli/git-timemachine/contributors","subscribers_url":"https://api.github.com/repos/rranelli/git-timemachine/subscribers","subscription_url":"https://api.github.com/repos/rranelli/git-timemachine/subscription","commits_url":"https://api.github.com/repos/rranelli/git-timemachine/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/git-timemachine/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/git-timemachine/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/git-timemachine/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/git-timemachine/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/git-timemachine/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/git-timemachine/merges","archive_url":"https://api.github.com/repos/rranelli/git-timemachine/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/git-timemachine/downloads","issues_url":"https://api.github.com/repos/rranelli/git-timemachine/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/git-timemachine/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/git-timemachine/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/git-timemachine/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/git-timemachine/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/git-timemachine/releases{/id}","created_at":"2014-07-04T15:28:17Z","updated_at":"2014-07-04T15:36:35Z","pushed_at":"2014-08-25T05:06:13Z","git_url":"git://github.com/rranelli/git-timemachine.git","ssh_url":"git@github.com:rranelli/git-timemachine.git","clone_url":"https://github.com/rranelli/git-timemachine.git","svn_url":"https://github.com/rranelli/git-timemachine","homepage":null,"size":522,"stargazers_count":0,"watchers_count":0,"language":"Emacs
87
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21714703,"name":"git_multicast","full_name":"rranelli/git_multicast","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/git_multicast","description":"Simple
88
+ script for cloning github repositories concurrently","fork":false,"url":"https://api.github.com/repos/rranelli/git_multicast","forks_url":"https://api.github.com/repos/rranelli/git_multicast/forks","keys_url":"https://api.github.com/repos/rranelli/git_multicast/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/git_multicast/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/git_multicast/teams","hooks_url":"https://api.github.com/repos/rranelli/git_multicast/hooks","issue_events_url":"https://api.github.com/repos/rranelli/git_multicast/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/git_multicast/events","assignees_url":"https://api.github.com/repos/rranelli/git_multicast/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/git_multicast/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/git_multicast/tags","blobs_url":"https://api.github.com/repos/rranelli/git_multicast/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/git_multicast/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/git_multicast/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/git_multicast/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/git_multicast/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/git_multicast/languages","stargazers_url":"https://api.github.com/repos/rranelli/git_multicast/stargazers","contributors_url":"https://api.github.com/repos/rranelli/git_multicast/contributors","subscribers_url":"https://api.github.com/repos/rranelli/git_multicast/subscribers","subscription_url":"https://api.github.com/repos/rranelli/git_multicast/subscription","commits_url":"https://api.github.com/repos/rranelli/git_multicast/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/git_multicast/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/git_multicast/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/git_multicast/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/git_multicast/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/git_multicast/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/git_multicast/merges","archive_url":"https://api.github.com/repos/rranelli/git_multicast/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/git_multicast/downloads","issues_url":"https://api.github.com/repos/rranelli/git_multicast/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/git_multicast/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/git_multicast/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/git_multicast/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/git_multicast/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/git_multicast/releases{/id}","created_at":"2014-07-11T00:06:16Z","updated_at":"2014-09-06T01:56:41Z","pushed_at":"2014-09-10T05:44:56Z","git_url":"git://github.com/rranelli/git_multicast.git","ssh_url":"git@github.com:rranelli/git_multicast.git","clone_url":"https://github.com/rranelli/git_multicast.git","svn_url":"https://github.com/rranelli/git_multicast","homepage":null,"size":328,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":19133551,"name":"gwtEspEngSoft","full_name":"rranelli/gwtEspEngSoft","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/gwtEspEngSoft","description":"","fork":false,"url":"https://api.github.com/repos/rranelli/gwtEspEngSoft","forks_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/forks","keys_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/teams","hooks_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/hooks","issue_events_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/events","assignees_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/tags","blobs_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/languages","stargazers_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/stargazers","contributors_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/contributors","subscribers_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/subscribers","subscription_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/subscription","commits_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/merges","archive_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/downloads","issues_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/gwtEspEngSoft/releases{/id}","created_at":"2014-04-25T04:02:13Z","updated_at":"2014-04-26T01:47:30Z","pushed_at":"2014-04-26T01:47:29Z","git_url":"git://github.com/rranelli/gwtEspEngSoft.git","ssh_url":"git@github.com:rranelli/gwtEspEngSoft.git","clone_url":"https://github.com/rranelli/gwtEspEngSoft.git","svn_url":"https://github.com/rranelli/gwtEspEngSoft","homepage":null,"size":276,"stargazers_count":0,"watchers_count":0,"language":"CSS","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":12692197,"name":"linuxsetup","full_name":"rranelli/linuxsetup","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/linuxsetup","description":"","fork":false,"url":"https://api.github.com/repos/rranelli/linuxsetup","forks_url":"https://api.github.com/repos/rranelli/linuxsetup/forks","keys_url":"https://api.github.com/repos/rranelli/linuxsetup/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/linuxsetup/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/linuxsetup/teams","hooks_url":"https://api.github.com/repos/rranelli/linuxsetup/hooks","issue_events_url":"https://api.github.com/repos/rranelli/linuxsetup/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/linuxsetup/events","assignees_url":"https://api.github.com/repos/rranelli/linuxsetup/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/linuxsetup/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/linuxsetup/tags","blobs_url":"https://api.github.com/repos/rranelli/linuxsetup/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/linuxsetup/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/linuxsetup/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/linuxsetup/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/linuxsetup/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/linuxsetup/languages","stargazers_url":"https://api.github.com/repos/rranelli/linuxsetup/stargazers","contributors_url":"https://api.github.com/repos/rranelli/linuxsetup/contributors","subscribers_url":"https://api.github.com/repos/rranelli/linuxsetup/subscribers","subscription_url":"https://api.github.com/repos/rranelli/linuxsetup/subscription","commits_url":"https://api.github.com/repos/rranelli/linuxsetup/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/linuxsetup/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/linuxsetup/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/linuxsetup/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/linuxsetup/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/linuxsetup/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/linuxsetup/merges","archive_url":"https://api.github.com/repos/rranelli/linuxsetup/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/linuxsetup/downloads","issues_url":"https://api.github.com/repos/rranelli/linuxsetup/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/linuxsetup/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/linuxsetup/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/linuxsetup/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/linuxsetup/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/linuxsetup/releases{/id}","created_at":"2013-09-09T03:23:02Z","updated_at":"2014-09-03T02:18:38Z","pushed_at":"2014-09-10T03:54:03Z","git_url":"git://github.com/rranelli/linuxsetup.git","ssh_url":"git@github.com:rranelli/linuxsetup.git","clone_url":"https://github.com/rranelli/linuxsetup.git","svn_url":"https://github.com/rranelli/linuxsetup","homepage":null,"size":19304,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":22733052,"name":"melpa","full_name":"rranelli/melpa","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/melpa","description":"Scripts
89
+ for building Emacs packages from Version Control","fork":true,"url":"https://api.github.com/repos/rranelli/melpa","forks_url":"https://api.github.com/repos/rranelli/melpa/forks","keys_url":"https://api.github.com/repos/rranelli/melpa/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/melpa/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/melpa/teams","hooks_url":"https://api.github.com/repos/rranelli/melpa/hooks","issue_events_url":"https://api.github.com/repos/rranelli/melpa/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/melpa/events","assignees_url":"https://api.github.com/repos/rranelli/melpa/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/melpa/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/melpa/tags","blobs_url":"https://api.github.com/repos/rranelli/melpa/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/melpa/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/melpa/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/melpa/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/melpa/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/melpa/languages","stargazers_url":"https://api.github.com/repos/rranelli/melpa/stargazers","contributors_url":"https://api.github.com/repos/rranelli/melpa/contributors","subscribers_url":"https://api.github.com/repos/rranelli/melpa/subscribers","subscription_url":"https://api.github.com/repos/rranelli/melpa/subscription","commits_url":"https://api.github.com/repos/rranelli/melpa/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/melpa/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/melpa/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/melpa/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/melpa/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/melpa/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/melpa/merges","archive_url":"https://api.github.com/repos/rranelli/melpa/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/melpa/downloads","issues_url":"https://api.github.com/repos/rranelli/melpa/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/melpa/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/melpa/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/melpa/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/melpa/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/melpa/releases{/id}","created_at":"2014-08-07T19:00:38Z","updated_at":"2014-08-07T19:08:24Z","pushed_at":"2014-08-07T19:08:25Z","git_url":"git://github.com/rranelli/melpa.git","ssh_url":"git@github.com:rranelli/melpa.git","clone_url":"https://github.com/rranelli/melpa.git","svn_url":"https://github.com/rranelli/melpa","homepage":"melpa.milkbox.net","size":3630,"stargazers_count":0,"watchers_count":0,"language":"Emacs
90
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21144207,"name":"pgsqlog","full_name":"rranelli/pgsqlog","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/pgsqlog","description":"Log
91
+ analyzer for postgresql","fork":true,"url":"https://api.github.com/repos/rranelli/pgsqlog","forks_url":"https://api.github.com/repos/rranelli/pgsqlog/forks","keys_url":"https://api.github.com/repos/rranelli/pgsqlog/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/pgsqlog/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/pgsqlog/teams","hooks_url":"https://api.github.com/repos/rranelli/pgsqlog/hooks","issue_events_url":"https://api.github.com/repos/rranelli/pgsqlog/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/pgsqlog/events","assignees_url":"https://api.github.com/repos/rranelli/pgsqlog/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/pgsqlog/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/pgsqlog/tags","blobs_url":"https://api.github.com/repos/rranelli/pgsqlog/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/pgsqlog/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/pgsqlog/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/pgsqlog/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/pgsqlog/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/pgsqlog/languages","stargazers_url":"https://api.github.com/repos/rranelli/pgsqlog/stargazers","contributors_url":"https://api.github.com/repos/rranelli/pgsqlog/contributors","subscribers_url":"https://api.github.com/repos/rranelli/pgsqlog/subscribers","subscription_url":"https://api.github.com/repos/rranelli/pgsqlog/subscription","commits_url":"https://api.github.com/repos/rranelli/pgsqlog/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/pgsqlog/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/pgsqlog/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/pgsqlog/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/pgsqlog/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/pgsqlog/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/pgsqlog/merges","archive_url":"https://api.github.com/repos/rranelli/pgsqlog/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/pgsqlog/downloads","issues_url":"https://api.github.com/repos/rranelli/pgsqlog/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/pgsqlog/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/pgsqlog/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/pgsqlog/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/pgsqlog/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/pgsqlog/releases{/id}","created_at":"2014-06-23T22:18:34Z","updated_at":"2014-06-25T00:54:44Z","pushed_at":"2014-06-23T22:21:24Z","git_url":"git://github.com/rranelli/pgsqlog.git","ssh_url":"git@github.com:rranelli/pgsqlog.git","clone_url":"https://github.com/rranelli/pgsqlog.git","svn_url":"https://github.com/rranelli/pgsqlog","homepage":null,"size":118,"stargazers_count":0,"watchers_count":0,"language":"Go","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":15441009,"name":"RailsTutorial","full_name":"rranelli/RailsTutorial","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/RailsTutorial","description":"this
92
+ is the repository for the http://ruby.railstutorial.org/ tutorial","fork":false,"url":"https://api.github.com/repos/rranelli/RailsTutorial","forks_url":"https://api.github.com/repos/rranelli/RailsTutorial/forks","keys_url":"https://api.github.com/repos/rranelli/RailsTutorial/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/RailsTutorial/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/RailsTutorial/teams","hooks_url":"https://api.github.com/repos/rranelli/RailsTutorial/hooks","issue_events_url":"https://api.github.com/repos/rranelli/RailsTutorial/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/RailsTutorial/events","assignees_url":"https://api.github.com/repos/rranelli/RailsTutorial/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/RailsTutorial/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/RailsTutorial/tags","blobs_url":"https://api.github.com/repos/rranelli/RailsTutorial/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/RailsTutorial/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/RailsTutorial/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/RailsTutorial/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/RailsTutorial/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/RailsTutorial/languages","stargazers_url":"https://api.github.com/repos/rranelli/RailsTutorial/stargazers","contributors_url":"https://api.github.com/repos/rranelli/RailsTutorial/contributors","subscribers_url":"https://api.github.com/repos/rranelli/RailsTutorial/subscribers","subscription_url":"https://api.github.com/repos/rranelli/RailsTutorial/subscription","commits_url":"https://api.github.com/repos/rranelli/RailsTutorial/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/RailsTutorial/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/RailsTutorial/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/RailsTutorial/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/RailsTutorial/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/RailsTutorial/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/RailsTutorial/merges","archive_url":"https://api.github.com/repos/rranelli/RailsTutorial/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/RailsTutorial/downloads","issues_url":"https://api.github.com/repos/rranelli/RailsTutorial/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/RailsTutorial/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/RailsTutorial/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/RailsTutorial/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/RailsTutorial/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/RailsTutorial/releases{/id}","created_at":"2013-12-25T21:50:55Z","updated_at":"2014-03-09T01:30:15Z","pushed_at":"2014-03-09T01:30:15Z","git_url":"git://github.com/rranelli/RailsTutorial.git","ssh_url":"git@github.com:rranelli/RailsTutorial.git","clone_url":"https://github.com/rranelli/RailsTutorial.git","svn_url":"https://github.com/rranelli/RailsTutorial","homepage":null,"size":456,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":19913782,"name":"rranelli.github.io","full_name":"rranelli/rranelli.github.io","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/rranelli.github.io","description":"personal
93
+ blog","fork":false,"url":"https://api.github.com/repos/rranelli/rranelli.github.io","forks_url":"https://api.github.com/repos/rranelli/rranelli.github.io/forks","keys_url":"https://api.github.com/repos/rranelli/rranelli.github.io/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/rranelli.github.io/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/rranelli.github.io/teams","hooks_url":"https://api.github.com/repos/rranelli/rranelli.github.io/hooks","issue_events_url":"https://api.github.com/repos/rranelli/rranelli.github.io/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/rranelli.github.io/events","assignees_url":"https://api.github.com/repos/rranelli/rranelli.github.io/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/rranelli.github.io/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/rranelli.github.io/tags","blobs_url":"https://api.github.com/repos/rranelli/rranelli.github.io/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/rranelli.github.io/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/rranelli.github.io/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/rranelli.github.io/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/rranelli.github.io/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/rranelli.github.io/languages","stargazers_url":"https://api.github.com/repos/rranelli/rranelli.github.io/stargazers","contributors_url":"https://api.github.com/repos/rranelli/rranelli.github.io/contributors","subscribers_url":"https://api.github.com/repos/rranelli/rranelli.github.io/subscribers","subscription_url":"https://api.github.com/repos/rranelli/rranelli.github.io/subscription","commits_url":"https://api.github.com/repos/rranelli/rranelli.github.io/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/rranelli.github.io/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/rranelli.github.io/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/rranelli.github.io/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/rranelli.github.io/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/rranelli.github.io/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/rranelli.github.io/merges","archive_url":"https://api.github.com/repos/rranelli/rranelli.github.io/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/rranelli.github.io/downloads","issues_url":"https://api.github.com/repos/rranelli/rranelli.github.io/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/rranelli.github.io/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/rranelli.github.io/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/rranelli.github.io/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/rranelli.github.io/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/rranelli.github.io/releases{/id}","created_at":"2014-05-18T15:30:48Z","updated_at":"2014-09-06T05:00:40Z","pushed_at":"2014-09-09T23:35:21Z","git_url":"git://github.com/rranelli/rranelli.github.io.git","ssh_url":"git@github.com:rranelli/rranelli.github.io.git","clone_url":"https://github.com/rranelli/rranelli.github.io.git","svn_url":"https://github.com/rranelli/rranelli.github.io","homepage":null,"size":340,"stargazers_count":0,"watchers_count":0,"language":"CSS","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":13208396,"name":"RRFPPScala","full_name":"rranelli/RRFPPScala","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/RRFPPScala","description":"Courseras
94
+ Functional Programming coursework","fork":false,"url":"https://api.github.com/repos/rranelli/RRFPPScala","forks_url":"https://api.github.com/repos/rranelli/RRFPPScala/forks","keys_url":"https://api.github.com/repos/rranelli/RRFPPScala/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/RRFPPScala/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/RRFPPScala/teams","hooks_url":"https://api.github.com/repos/rranelli/RRFPPScala/hooks","issue_events_url":"https://api.github.com/repos/rranelli/RRFPPScala/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/RRFPPScala/events","assignees_url":"https://api.github.com/repos/rranelli/RRFPPScala/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/RRFPPScala/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/RRFPPScala/tags","blobs_url":"https://api.github.com/repos/rranelli/RRFPPScala/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/RRFPPScala/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/RRFPPScala/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/RRFPPScala/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/RRFPPScala/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/RRFPPScala/languages","stargazers_url":"https://api.github.com/repos/rranelli/RRFPPScala/stargazers","contributors_url":"https://api.github.com/repos/rranelli/RRFPPScala/contributors","subscribers_url":"https://api.github.com/repos/rranelli/RRFPPScala/subscribers","subscription_url":"https://api.github.com/repos/rranelli/RRFPPScala/subscription","commits_url":"https://api.github.com/repos/rranelli/RRFPPScala/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/RRFPPScala/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/RRFPPScala/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/RRFPPScala/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/RRFPPScala/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/RRFPPScala/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/RRFPPScala/merges","archive_url":"https://api.github.com/repos/rranelli/RRFPPScala/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/RRFPPScala/downloads","issues_url":"https://api.github.com/repos/rranelli/RRFPPScala/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/RRFPPScala/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/RRFPPScala/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/RRFPPScala/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/RRFPPScala/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/RRFPPScala/releases{/id}","created_at":"2013-09-30T07:06:13Z","updated_at":"2013-11-06T03:06:01Z","pushed_at":"2013-11-06T03:05:58Z","git_url":"git://github.com/rranelli/RRFPPScala.git","ssh_url":"git@github.com:rranelli/RRFPPScala.git","clone_url":"https://github.com/rranelli/RRFPPScala.git","svn_url":"https://github.com/rranelli/RRFPPScala","homepage":null,"size":7692,"stargazers_count":0,"watchers_count":0,"language":"Scala","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21408770,"name":"rrhwswinterface","full_name":"rranelli/rrhwswinterface","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/rrhwswinterface","description":"","fork":false,"url":"https://api.github.com/repos/rranelli/rrhwswinterface","forks_url":"https://api.github.com/repos/rranelli/rrhwswinterface/forks","keys_url":"https://api.github.com/repos/rranelli/rrhwswinterface/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/rrhwswinterface/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/rrhwswinterface/teams","hooks_url":"https://api.github.com/repos/rranelli/rrhwswinterface/hooks","issue_events_url":"https://api.github.com/repos/rranelli/rrhwswinterface/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/rrhwswinterface/events","assignees_url":"https://api.github.com/repos/rranelli/rrhwswinterface/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/rrhwswinterface/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/rrhwswinterface/tags","blobs_url":"https://api.github.com/repos/rranelli/rrhwswinterface/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/rrhwswinterface/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/rrhwswinterface/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/rrhwswinterface/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/rrhwswinterface/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/rrhwswinterface/languages","stargazers_url":"https://api.github.com/repos/rranelli/rrhwswinterface/stargazers","contributors_url":"https://api.github.com/repos/rranelli/rrhwswinterface/contributors","subscribers_url":"https://api.github.com/repos/rranelli/rrhwswinterface/subscribers","subscription_url":"https://api.github.com/repos/rranelli/rrhwswinterface/subscription","commits_url":"https://api.github.com/repos/rranelli/rrhwswinterface/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/rrhwswinterface/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/rrhwswinterface/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/rrhwswinterface/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/rrhwswinterface/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/rrhwswinterface/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/rrhwswinterface/merges","archive_url":"https://api.github.com/repos/rranelli/rrhwswinterface/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/rrhwswinterface/downloads","issues_url":"https://api.github.com/repos/rranelli/rrhwswinterface/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/rrhwswinterface/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/rrhwswinterface/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/rrhwswinterface/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/rrhwswinterface/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/rrhwswinterface/releases{/id}","created_at":"2014-07-02T02:21:05Z","updated_at":"2014-07-08T05:26:37Z","pushed_at":"2014-07-13T21:07:34Z","git_url":"git://github.com/rranelli/rrhwswinterface.git","ssh_url":"git@github.com:rranelli/rrhwswinterface.git","clone_url":"https://github.com/rranelli/rrhwswinterface.git","svn_url":"https://github.com/rranelli/rrhwswinterface","homepage":null,"size":672,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":13208361,"name":"RRProgLan","full_name":"rranelli/RRProgLan","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/RRProgLan","description":"Courseras
95
+ ProgLan coursework","fork":false,"url":"https://api.github.com/repos/rranelli/RRProgLan","forks_url":"https://api.github.com/repos/rranelli/RRProgLan/forks","keys_url":"https://api.github.com/repos/rranelli/RRProgLan/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/RRProgLan/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/RRProgLan/teams","hooks_url":"https://api.github.com/repos/rranelli/RRProgLan/hooks","issue_events_url":"https://api.github.com/repos/rranelli/RRProgLan/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/RRProgLan/events","assignees_url":"https://api.github.com/repos/rranelli/RRProgLan/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/RRProgLan/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/RRProgLan/tags","blobs_url":"https://api.github.com/repos/rranelli/RRProgLan/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/RRProgLan/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/RRProgLan/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/RRProgLan/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/RRProgLan/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/RRProgLan/languages","stargazers_url":"https://api.github.com/repos/rranelli/RRProgLan/stargazers","contributors_url":"https://api.github.com/repos/rranelli/RRProgLan/contributors","subscribers_url":"https://api.github.com/repos/rranelli/RRProgLan/subscribers","subscription_url":"https://api.github.com/repos/rranelli/RRProgLan/subscription","commits_url":"https://api.github.com/repos/rranelli/RRProgLan/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/RRProgLan/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/RRProgLan/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/RRProgLan/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/RRProgLan/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/RRProgLan/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/RRProgLan/merges","archive_url":"https://api.github.com/repos/rranelli/RRProgLan/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/RRProgLan/downloads","issues_url":"https://api.github.com/repos/rranelli/RRProgLan/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/RRProgLan/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/RRProgLan/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/RRProgLan/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/RRProgLan/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/RRProgLan/releases{/id}","created_at":"2013-09-30T07:03:26Z","updated_at":"2013-12-02T05:39:29Z","pushed_at":"2013-12-02T05:39:26Z","git_url":"git://github.com/rranelli/RRProgLan.git","ssh_url":"git@github.com:rranelli/RRProgLan.git","clone_url":"https://github.com/rranelli/RRProgLan.git","svn_url":"https://github.com/rranelli/RRProgLan","homepage":null,"size":640,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":14383455,"name":"RRReacProgScala","full_name":"rranelli/RRReacProgScala","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/RRReacProgScala","description":"Coursera''s
96
+ reactive programming with scala coursework","fork":false,"url":"https://api.github.com/repos/rranelli/RRReacProgScala","forks_url":"https://api.github.com/repos/rranelli/RRReacProgScala/forks","keys_url":"https://api.github.com/repos/rranelli/RRReacProgScala/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/RRReacProgScala/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/RRReacProgScala/teams","hooks_url":"https://api.github.com/repos/rranelli/RRReacProgScala/hooks","issue_events_url":"https://api.github.com/repos/rranelli/RRReacProgScala/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/RRReacProgScala/events","assignees_url":"https://api.github.com/repos/rranelli/RRReacProgScala/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/RRReacProgScala/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/RRReacProgScala/tags","blobs_url":"https://api.github.com/repos/rranelli/RRReacProgScala/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/RRReacProgScala/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/RRReacProgScala/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/RRReacProgScala/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/RRReacProgScala/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/RRReacProgScala/languages","stargazers_url":"https://api.github.com/repos/rranelli/RRReacProgScala/stargazers","contributors_url":"https://api.github.com/repos/rranelli/RRReacProgScala/contributors","subscribers_url":"https://api.github.com/repos/rranelli/RRReacProgScala/subscribers","subscription_url":"https://api.github.com/repos/rranelli/RRReacProgScala/subscription","commits_url":"https://api.github.com/repos/rranelli/RRReacProgScala/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/RRReacProgScala/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/RRReacProgScala/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/RRReacProgScala/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/RRReacProgScala/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/RRReacProgScala/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/RRReacProgScala/merges","archive_url":"https://api.github.com/repos/rranelli/RRReacProgScala/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/RRReacProgScala/downloads","issues_url":"https://api.github.com/repos/rranelli/RRReacProgScala/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/RRReacProgScala/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/RRReacProgScala/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/RRReacProgScala/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/RRReacProgScala/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/RRReacProgScala/releases{/id}","created_at":"2013-11-14T02:57:41Z","updated_at":"2013-11-14T03:51:19Z","pushed_at":"2013-11-14T03:51:14Z","git_url":"git://github.com/rranelli/RRReacProgScala.git","ssh_url":"git@github.com:rranelli/RRReacProgScala.git","clone_url":"https://github.com/rranelli/RRReacProgScala.git","svn_url":"https://github.com/rranelli/RRReacProgScala","homepage":null,"size":140,"stargazers_count":0,"watchers_count":0,"language":"Scala","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":19441652,"name":"RRSaaS","full_name":"rranelli/RRSaaS","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/RRSaaS","description":"","fork":false,"url":"https://api.github.com/repos/rranelli/RRSaaS","forks_url":"https://api.github.com/repos/rranelli/RRSaaS/forks","keys_url":"https://api.github.com/repos/rranelli/RRSaaS/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/RRSaaS/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/RRSaaS/teams","hooks_url":"https://api.github.com/repos/rranelli/RRSaaS/hooks","issue_events_url":"https://api.github.com/repos/rranelli/RRSaaS/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/RRSaaS/events","assignees_url":"https://api.github.com/repos/rranelli/RRSaaS/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/RRSaaS/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/RRSaaS/tags","blobs_url":"https://api.github.com/repos/rranelli/RRSaaS/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/RRSaaS/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/RRSaaS/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/RRSaaS/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/RRSaaS/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/RRSaaS/languages","stargazers_url":"https://api.github.com/repos/rranelli/RRSaaS/stargazers","contributors_url":"https://api.github.com/repos/rranelli/RRSaaS/contributors","subscribers_url":"https://api.github.com/repos/rranelli/RRSaaS/subscribers","subscription_url":"https://api.github.com/repos/rranelli/RRSaaS/subscription","commits_url":"https://api.github.com/repos/rranelli/RRSaaS/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/RRSaaS/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/RRSaaS/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/RRSaaS/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/RRSaaS/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/RRSaaS/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/RRSaaS/merges","archive_url":"https://api.github.com/repos/rranelli/RRSaaS/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/RRSaaS/downloads","issues_url":"https://api.github.com/repos/rranelli/RRSaaS/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/RRSaaS/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/RRSaaS/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/RRSaaS/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/RRSaaS/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/RRSaaS/releases{/id}","created_at":"2014-05-05T02:34:21Z","updated_at":"2014-05-13T00:58:29Z","pushed_at":"2014-05-13T00:58:28Z","git_url":"git://github.com/rranelli/RRSaaS.git","ssh_url":"git@github.com:rranelli/RRSaaS.git","clone_url":"https://github.com/rranelli/RRSaaS.git","svn_url":"https://github.com/rranelli/RRSaaS","homepage":null,"size":160,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":22773766,"name":"rspec-mode","full_name":"rranelli/rspec-mode","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/rspec-mode","description":"An
97
+ RSpec minor mode for Emacs","fork":true,"url":"https://api.github.com/repos/rranelli/rspec-mode","forks_url":"https://api.github.com/repos/rranelli/rspec-mode/forks","keys_url":"https://api.github.com/repos/rranelli/rspec-mode/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/rspec-mode/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/rspec-mode/teams","hooks_url":"https://api.github.com/repos/rranelli/rspec-mode/hooks","issue_events_url":"https://api.github.com/repos/rranelli/rspec-mode/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/rspec-mode/events","assignees_url":"https://api.github.com/repos/rranelli/rspec-mode/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/rspec-mode/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/rspec-mode/tags","blobs_url":"https://api.github.com/repos/rranelli/rspec-mode/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/rspec-mode/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/rspec-mode/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/rspec-mode/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/rspec-mode/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/rspec-mode/languages","stargazers_url":"https://api.github.com/repos/rranelli/rspec-mode/stargazers","contributors_url":"https://api.github.com/repos/rranelli/rspec-mode/contributors","subscribers_url":"https://api.github.com/repos/rranelli/rspec-mode/subscribers","subscription_url":"https://api.github.com/repos/rranelli/rspec-mode/subscription","commits_url":"https://api.github.com/repos/rranelli/rspec-mode/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/rspec-mode/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/rspec-mode/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/rspec-mode/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/rspec-mode/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/rspec-mode/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/rspec-mode/merges","archive_url":"https://api.github.com/repos/rranelli/rspec-mode/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/rspec-mode/downloads","issues_url":"https://api.github.com/repos/rranelli/rspec-mode/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/rspec-mode/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/rspec-mode/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/rspec-mode/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/rspec-mode/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/rspec-mode/releases{/id}","created_at":"2014-08-08T22:54:17Z","updated_at":"2014-08-08T23:16:38Z","pushed_at":"2014-09-02T23:32:25Z","git_url":"git://github.com/rranelli/rspec-mode.git","ssh_url":"git@github.com:rranelli/rspec-mode.git","clone_url":"https://github.com/rranelli/rspec-mode.git","svn_url":"https://github.com/rranelli/rspec-mode","homepage":"http://pezra.barelyenough.org/projects/rspec-mode","size":338,"stargazers_count":0,"watchers_count":0,"language":"Emacs
98
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21013631,"name":"ruby-electric","full_name":"rranelli/ruby-electric","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/ruby-electric","description":"Improved
99
+ ruby-electric mode","fork":true,"url":"https://api.github.com/repos/rranelli/ruby-electric","forks_url":"https://api.github.com/repos/rranelli/ruby-electric/forks","keys_url":"https://api.github.com/repos/rranelli/ruby-electric/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/ruby-electric/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/ruby-electric/teams","hooks_url":"https://api.github.com/repos/rranelli/ruby-electric/hooks","issue_events_url":"https://api.github.com/repos/rranelli/ruby-electric/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/ruby-electric/events","assignees_url":"https://api.github.com/repos/rranelli/ruby-electric/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/ruby-electric/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/ruby-electric/tags","blobs_url":"https://api.github.com/repos/rranelli/ruby-electric/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/ruby-electric/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/ruby-electric/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/ruby-electric/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/ruby-electric/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/ruby-electric/languages","stargazers_url":"https://api.github.com/repos/rranelli/ruby-electric/stargazers","contributors_url":"https://api.github.com/repos/rranelli/ruby-electric/contributors","subscribers_url":"https://api.github.com/repos/rranelli/ruby-electric/subscribers","subscription_url":"https://api.github.com/repos/rranelli/ruby-electric/subscription","commits_url":"https://api.github.com/repos/rranelli/ruby-electric/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/ruby-electric/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/ruby-electric/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/ruby-electric/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/ruby-electric/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/ruby-electric/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/ruby-electric/merges","archive_url":"https://api.github.com/repos/rranelli/ruby-electric/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/ruby-electric/downloads","issues_url":"https://api.github.com/repos/rranelli/ruby-electric/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/ruby-electric/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/ruby-electric/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/ruby-electric/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/ruby-electric/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/ruby-electric/releases{/id}","created_at":"2014-06-19T19:58:11Z","updated_at":"2014-06-20T14:10:34Z","pushed_at":"2014-06-19T20:09:07Z","git_url":"git://github.com/rranelli/ruby-electric.git","ssh_url":"git@github.com:rranelli/ruby-electric.git","clone_url":"https://github.com/rranelli/ruby-electric.git","svn_url":"https://github.com/rranelli/ruby-electric","homepage":"","size":124,"stargazers_count":0,"watchers_count":0,"language":"Emacs
100
+ Lisp","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":21404883,"name":"ruby-git-hooks","full_name":"rranelli/ruby-git-hooks","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/ruby-git-hooks","description":"Some
101
+ usefull ruby git hooks.","fork":true,"url":"https://api.github.com/repos/rranelli/ruby-git-hooks","forks_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/forks","keys_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/teams","hooks_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/hooks","issue_events_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/events","assignees_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/tags","blobs_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/languages","stargazers_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/stargazers","contributors_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/contributors","subscribers_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/subscribers","subscription_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/subscription","commits_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/merges","archive_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/downloads","issues_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/ruby-git-hooks/releases{/id}","created_at":"2014-07-01T23:06:50Z","updated_at":"2014-08-19T23:55:53Z","pushed_at":"2014-08-21T22:53:32Z","git_url":"git://github.com/rranelli/ruby-git-hooks.git","ssh_url":"git@github.com:rranelli/ruby-git-hooks.git","clone_url":"https://github.com/rranelli/ruby-git-hooks.git","svn_url":"https://github.com/rranelli/ruby-git-hooks","homepage":null,"size":255,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":19411427,"name":"rubykoans","full_name":"rranelli/rubykoans","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/rubykoans","description":"my
102
+ ruby koans solution","fork":false,"url":"https://api.github.com/repos/rranelli/rubykoans","forks_url":"https://api.github.com/repos/rranelli/rubykoans/forks","keys_url":"https://api.github.com/repos/rranelli/rubykoans/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/rubykoans/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/rubykoans/teams","hooks_url":"https://api.github.com/repos/rranelli/rubykoans/hooks","issue_events_url":"https://api.github.com/repos/rranelli/rubykoans/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/rubykoans/events","assignees_url":"https://api.github.com/repos/rranelli/rubykoans/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/rubykoans/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/rubykoans/tags","blobs_url":"https://api.github.com/repos/rranelli/rubykoans/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/rubykoans/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/rubykoans/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/rubykoans/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/rubykoans/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/rubykoans/languages","stargazers_url":"https://api.github.com/repos/rranelli/rubykoans/stargazers","contributors_url":"https://api.github.com/repos/rranelli/rubykoans/contributors","subscribers_url":"https://api.github.com/repos/rranelli/rubykoans/subscribers","subscription_url":"https://api.github.com/repos/rranelli/rubykoans/subscription","commits_url":"https://api.github.com/repos/rranelli/rubykoans/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/rubykoans/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/rubykoans/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/rubykoans/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/rubykoans/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/rubykoans/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/rubykoans/merges","archive_url":"https://api.github.com/repos/rranelli/rubykoans/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/rubykoans/downloads","issues_url":"https://api.github.com/repos/rranelli/rubykoans/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/rubykoans/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/rubykoans/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/rubykoans/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/rubykoans/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/rubykoans/releases{/id}","created_at":"2014-05-03T20:21:43Z","updated_at":"2014-05-11T14:56:45Z","pushed_at":"2014-05-11T14:56:46Z","git_url":"git://github.com/rranelli/rubykoans.git","ssh_url":"git@github.com:rranelli/rubykoans.git","clone_url":"https://github.com/rranelli/rubykoans.git","svn_url":"https://github.com/rranelli/rubykoans","homepage":null,"size":220,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":23005199,"name":"use-package","full_name":"rranelli/use-package","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/use-package","description":"A
103
+ use-package declaration for simplifying your .emacs","fork":true,"url":"https://api.github.com/repos/rranelli/use-package","forks_url":"https://api.github.com/repos/rranelli/use-package/forks","keys_url":"https://api.github.com/repos/rranelli/use-package/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/use-package/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/use-package/teams","hooks_url":"https://api.github.com/repos/rranelli/use-package/hooks","issue_events_url":"https://api.github.com/repos/rranelli/use-package/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/use-package/events","assignees_url":"https://api.github.com/repos/rranelli/use-package/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/use-package/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/use-package/tags","blobs_url":"https://api.github.com/repos/rranelli/use-package/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/use-package/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/use-package/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/use-package/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/use-package/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/use-package/languages","stargazers_url":"https://api.github.com/repos/rranelli/use-package/stargazers","contributors_url":"https://api.github.com/repos/rranelli/use-package/contributors","subscribers_url":"https://api.github.com/repos/rranelli/use-package/subscribers","subscription_url":"https://api.github.com/repos/rranelli/use-package/subscription","commits_url":"https://api.github.com/repos/rranelli/use-package/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/use-package/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/use-package/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/use-package/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/use-package/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/use-package/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/use-package/merges","archive_url":"https://api.github.com/repos/rranelli/use-package/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/use-package/downloads","issues_url":"https://api.github.com/repos/rranelli/use-package/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/use-package/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/use-package/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/use-package/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/use-package/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/use-package/releases{/id}","created_at":"2014-08-15T22:34:24Z","updated_at":"2014-08-14T02:24:07Z","pushed_at":"2014-06-20T20:43:18Z","git_url":"git://github.com/rranelli/use-package.git","ssh_url":"git@github.com:rranelli/use-package.git","clone_url":"https://github.com/rranelli/use-package.git","svn_url":"https://github.com/rranelli/use-package","homepage":null,"size":854,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":22774545,"name":"workflow","full_name":"rranelli/workflow","owner":{"login":"rranelli","id":4231743,"avatar_url":"https://avatars.githubusercontent.com/u/4231743?v=2","gravatar_id":"4569aec00cb223b3fbf484f9e7ba1256","url":"https://api.github.com/users/rranelli","html_url":"https://github.com/rranelli","followers_url":"https://api.github.com/users/rranelli/followers","following_url":"https://api.github.com/users/rranelli/following{/other_user}","gists_url":"https://api.github.com/users/rranelli/gists{/gist_id}","starred_url":"https://api.github.com/users/rranelli/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rranelli/subscriptions","organizations_url":"https://api.github.com/users/rranelli/orgs","repos_url":"https://api.github.com/users/rranelli/repos","events_url":"https://api.github.com/users/rranelli/events{/privacy}","received_events_url":"https://api.github.com/users/rranelli/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/rranelli/workflow","description":"Like
104
+ acts as state machine (aasm), but _way_ better (it''s in Ruby too!)","fork":true,"url":"https://api.github.com/repos/rranelli/workflow","forks_url":"https://api.github.com/repos/rranelli/workflow/forks","keys_url":"https://api.github.com/repos/rranelli/workflow/keys{/key_id}","collaborators_url":"https://api.github.com/repos/rranelli/workflow/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/rranelli/workflow/teams","hooks_url":"https://api.github.com/repos/rranelli/workflow/hooks","issue_events_url":"https://api.github.com/repos/rranelli/workflow/issues/events{/number}","events_url":"https://api.github.com/repos/rranelli/workflow/events","assignees_url":"https://api.github.com/repos/rranelli/workflow/assignees{/user}","branches_url":"https://api.github.com/repos/rranelli/workflow/branches{/branch}","tags_url":"https://api.github.com/repos/rranelli/workflow/tags","blobs_url":"https://api.github.com/repos/rranelli/workflow/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/rranelli/workflow/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/rranelli/workflow/git/refs{/sha}","trees_url":"https://api.github.com/repos/rranelli/workflow/git/trees{/sha}","statuses_url":"https://api.github.com/repos/rranelli/workflow/statuses/{sha}","languages_url":"https://api.github.com/repos/rranelli/workflow/languages","stargazers_url":"https://api.github.com/repos/rranelli/workflow/stargazers","contributors_url":"https://api.github.com/repos/rranelli/workflow/contributors","subscribers_url":"https://api.github.com/repos/rranelli/workflow/subscribers","subscription_url":"https://api.github.com/repos/rranelli/workflow/subscription","commits_url":"https://api.github.com/repos/rranelli/workflow/commits{/sha}","git_commits_url":"https://api.github.com/repos/rranelli/workflow/git/commits{/sha}","comments_url":"https://api.github.com/repos/rranelli/workflow/comments{/number}","issue_comment_url":"https://api.github.com/repos/rranelli/workflow/issues/comments/{number}","contents_url":"https://api.github.com/repos/rranelli/workflow/contents/{+path}","compare_url":"https://api.github.com/repos/rranelli/workflow/compare/{base}...{head}","merges_url":"https://api.github.com/repos/rranelli/workflow/merges","archive_url":"https://api.github.com/repos/rranelli/workflow/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/rranelli/workflow/downloads","issues_url":"https://api.github.com/repos/rranelli/workflow/issues{/number}","pulls_url":"https://api.github.com/repos/rranelli/workflow/pulls{/number}","milestones_url":"https://api.github.com/repos/rranelli/workflow/milestones{/number}","notifications_url":"https://api.github.com/repos/rranelli/workflow/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/rranelli/workflow/labels{/name}","releases_url":"https://api.github.com/repos/rranelli/workflow/releases{/id}","created_at":"2014-08-08T23:40:20Z","updated_at":"2014-08-08T23:51:07Z","pushed_at":"2014-08-08T23:51:07Z","git_url":"git://github.com/rranelli/workflow.git","ssh_url":"git@github.com:rranelli/workflow.git","clone_url":"https://github.com/rranelli/workflow.git","svn_url":"https://github.com/rranelli/workflow","homepage":"http://www.geekq.net/workflow/","size":534,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}]'
105
+ http_version:
106
+ recorded_at: Wed, 10 Sep 2014 06:04:41 GMT
107
+ recorded_with: VCR 2.9.3