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,77 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.github.com/repos/rranelli/git_multicast
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
+ - '58'
37
+ X-Ratelimit-Reset:
38
+ - '1410332160'
39
+ Cache-Control:
40
+ - public, max-age=60, s-maxage=60
41
+ Last-Modified:
42
+ - Sat, 06 Sep 2014 01:56:41 GMT
43
+ Etag:
44
+ - '"b334dc74002ce67ecfaa06188e3407b4"'
45
+ Vary:
46
+ - Accept
47
+ - Accept-Encoding
48
+ X-Github-Media-Type:
49
+ - github.v3
50
+ X-Xss-Protection:
51
+ - 1; mode=block
52
+ X-Frame-Options:
53
+ - deny
54
+ Content-Security-Policy:
55
+ - default-src 'none'
56
+ Access-Control-Allow-Credentials:
57
+ - 'true'
58
+ Access-Control-Expose-Headers:
59
+ - ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
60
+ X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
61
+ Access-Control-Allow-Origin:
62
+ - "*"
63
+ X-Github-Request-Id:
64
+ - B194B679:3F04:715F0D:540FE9F7
65
+ Strict-Transport-Security:
66
+ - max-age=31536000; includeSubdomains; preload
67
+ X-Content-Type-Options:
68
+ - nosniff
69
+ X-Served-By:
70
+ - d818ddef80f4c7d10683dd483558952a
71
+ body:
72
+ encoding: UTF-8
73
+ string: '{"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
74
+ 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","network_count":0,"subscribers_count":1}'
75
+ http_version:
76
+ recorded_at: Wed, 10 Sep 2014 06:04:40 GMT
77
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,79 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.github.com/repos/rranelli/ruby-git-hooks
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:21:01 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
+ - '52'
37
+ X-Ratelimit-Reset:
38
+ - '1410332160'
39
+ Cache-Control:
40
+ - public, max-age=60, s-maxage=60
41
+ Last-Modified:
42
+ - Tue, 19 Aug 2014 23:55:53 GMT
43
+ Etag:
44
+ - '"41e993fcff642600ee458f58ef52fb78"'
45
+ Vary:
46
+ - Accept
47
+ - Accept-Encoding
48
+ X-Github-Media-Type:
49
+ - github.v3
50
+ X-Xss-Protection:
51
+ - 1; mode=block
52
+ X-Frame-Options:
53
+ - deny
54
+ Content-Security-Policy:
55
+ - default-src 'none'
56
+ Access-Control-Allow-Credentials:
57
+ - 'true'
58
+ Access-Control-Expose-Headers:
59
+ - ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset,
60
+ X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval
61
+ Access-Control-Allow-Origin:
62
+ - "*"
63
+ X-Github-Request-Id:
64
+ - B194B679:275A:61187D:540FEDCC
65
+ Strict-Transport-Security:
66
+ - max-age=31536000; includeSubdomains; preload
67
+ X-Content-Type-Options:
68
+ - nosniff
69
+ X-Served-By:
70
+ - c046d59f93ede9ab52d5ac29f1ed70f7
71
+ body:
72
+ encoding: UTF-8
73
+ string: '{"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
74
+ 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","parent":{"id":21166102,"name":"git-hooks","full_name":"stupied4ever/git-hooks","owner":{"login":"stupied4ever","id":535347,"avatar_url":"https://avatars.githubusercontent.com/u/535347?v=2","gravatar_id":"1eb9b500bbf85599f404c92417a450a4","url":"https://api.github.com/users/stupied4ever","html_url":"https://github.com/stupied4ever","followers_url":"https://api.github.com/users/stupied4ever/followers","following_url":"https://api.github.com/users/stupied4ever/following{/other_user}","gists_url":"https://api.github.com/users/stupied4ever/gists{/gist_id}","starred_url":"https://api.github.com/users/stupied4ever/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stupied4ever/subscriptions","organizations_url":"https://api.github.com/users/stupied4ever/orgs","repos_url":"https://api.github.com/users/stupied4ever/repos","events_url":"https://api.github.com/users/stupied4ever/events{/privacy}","received_events_url":"https://api.github.com/users/stupied4ever/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/stupied4ever/git-hooks","description":"Some
75
+ usefull ruby git hooks.","fork":false,"url":"https://api.github.com/repos/stupied4ever/git-hooks","forks_url":"https://api.github.com/repos/stupied4ever/git-hooks/forks","keys_url":"https://api.github.com/repos/stupied4ever/git-hooks/keys{/key_id}","collaborators_url":"https://api.github.com/repos/stupied4ever/git-hooks/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/stupied4ever/git-hooks/teams","hooks_url":"https://api.github.com/repos/stupied4ever/git-hooks/hooks","issue_events_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues/events{/number}","events_url":"https://api.github.com/repos/stupied4ever/git-hooks/events","assignees_url":"https://api.github.com/repos/stupied4ever/git-hooks/assignees{/user}","branches_url":"https://api.github.com/repos/stupied4ever/git-hooks/branches{/branch}","tags_url":"https://api.github.com/repos/stupied4ever/git-hooks/tags","blobs_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/refs{/sha}","trees_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/trees{/sha}","statuses_url":"https://api.github.com/repos/stupied4ever/git-hooks/statuses/{sha}","languages_url":"https://api.github.com/repos/stupied4ever/git-hooks/languages","stargazers_url":"https://api.github.com/repos/stupied4ever/git-hooks/stargazers","contributors_url":"https://api.github.com/repos/stupied4ever/git-hooks/contributors","subscribers_url":"https://api.github.com/repos/stupied4ever/git-hooks/subscribers","subscription_url":"https://api.github.com/repos/stupied4ever/git-hooks/subscription","commits_url":"https://api.github.com/repos/stupied4ever/git-hooks/commits{/sha}","git_commits_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/commits{/sha}","comments_url":"https://api.github.com/repos/stupied4ever/git-hooks/comments{/number}","issue_comment_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues/comments/{number}","contents_url":"https://api.github.com/repos/stupied4ever/git-hooks/contents/{+path}","compare_url":"https://api.github.com/repos/stupied4ever/git-hooks/compare/{base}...{head}","merges_url":"https://api.github.com/repos/stupied4ever/git-hooks/merges","archive_url":"https://api.github.com/repos/stupied4ever/git-hooks/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/stupied4ever/git-hooks/downloads","issues_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues{/number}","pulls_url":"https://api.github.com/repos/stupied4ever/git-hooks/pulls{/number}","milestones_url":"https://api.github.com/repos/stupied4ever/git-hooks/milestones{/number}","notifications_url":"https://api.github.com/repos/stupied4ever/git-hooks/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/stupied4ever/git-hooks/labels{/name}","releases_url":"https://api.github.com/repos/stupied4ever/git-hooks/releases{/id}","created_at":"2014-06-24T13:45:23Z","updated_at":"2014-09-03T14:37:40Z","pushed_at":"2014-09-04T17:06:59Z","git_url":"git://github.com/stupied4ever/git-hooks.git","ssh_url":"git@github.com:stupied4ever/git-hooks.git","clone_url":"https://github.com/stupied4ever/git-hooks.git","svn_url":"https://github.com/stupied4ever/git-hooks","homepage":null,"size":831,"stargazers_count":4,"watchers_count":4,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":4,"forks":1,"open_issues":4,"watchers":4,"default_branch":"master"},"source":{"id":21166102,"name":"git-hooks","full_name":"stupied4ever/git-hooks","owner":{"login":"stupied4ever","id":535347,"avatar_url":"https://avatars.githubusercontent.com/u/535347?v=2","gravatar_id":"1eb9b500bbf85599f404c92417a450a4","url":"https://api.github.com/users/stupied4ever","html_url":"https://github.com/stupied4ever","followers_url":"https://api.github.com/users/stupied4ever/followers","following_url":"https://api.github.com/users/stupied4ever/following{/other_user}","gists_url":"https://api.github.com/users/stupied4ever/gists{/gist_id}","starred_url":"https://api.github.com/users/stupied4ever/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/stupied4ever/subscriptions","organizations_url":"https://api.github.com/users/stupied4ever/orgs","repos_url":"https://api.github.com/users/stupied4ever/repos","events_url":"https://api.github.com/users/stupied4ever/events{/privacy}","received_events_url":"https://api.github.com/users/stupied4ever/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/stupied4ever/git-hooks","description":"Some
76
+ usefull ruby git hooks.","fork":false,"url":"https://api.github.com/repos/stupied4ever/git-hooks","forks_url":"https://api.github.com/repos/stupied4ever/git-hooks/forks","keys_url":"https://api.github.com/repos/stupied4ever/git-hooks/keys{/key_id}","collaborators_url":"https://api.github.com/repos/stupied4ever/git-hooks/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/stupied4ever/git-hooks/teams","hooks_url":"https://api.github.com/repos/stupied4ever/git-hooks/hooks","issue_events_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues/events{/number}","events_url":"https://api.github.com/repos/stupied4ever/git-hooks/events","assignees_url":"https://api.github.com/repos/stupied4ever/git-hooks/assignees{/user}","branches_url":"https://api.github.com/repos/stupied4ever/git-hooks/branches{/branch}","tags_url":"https://api.github.com/repos/stupied4ever/git-hooks/tags","blobs_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/refs{/sha}","trees_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/trees{/sha}","statuses_url":"https://api.github.com/repos/stupied4ever/git-hooks/statuses/{sha}","languages_url":"https://api.github.com/repos/stupied4ever/git-hooks/languages","stargazers_url":"https://api.github.com/repos/stupied4ever/git-hooks/stargazers","contributors_url":"https://api.github.com/repos/stupied4ever/git-hooks/contributors","subscribers_url":"https://api.github.com/repos/stupied4ever/git-hooks/subscribers","subscription_url":"https://api.github.com/repos/stupied4ever/git-hooks/subscription","commits_url":"https://api.github.com/repos/stupied4ever/git-hooks/commits{/sha}","git_commits_url":"https://api.github.com/repos/stupied4ever/git-hooks/git/commits{/sha}","comments_url":"https://api.github.com/repos/stupied4ever/git-hooks/comments{/number}","issue_comment_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues/comments/{number}","contents_url":"https://api.github.com/repos/stupied4ever/git-hooks/contents/{+path}","compare_url":"https://api.github.com/repos/stupied4ever/git-hooks/compare/{base}...{head}","merges_url":"https://api.github.com/repos/stupied4ever/git-hooks/merges","archive_url":"https://api.github.com/repos/stupied4ever/git-hooks/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/stupied4ever/git-hooks/downloads","issues_url":"https://api.github.com/repos/stupied4ever/git-hooks/issues{/number}","pulls_url":"https://api.github.com/repos/stupied4ever/git-hooks/pulls{/number}","milestones_url":"https://api.github.com/repos/stupied4ever/git-hooks/milestones{/number}","notifications_url":"https://api.github.com/repos/stupied4ever/git-hooks/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/stupied4ever/git-hooks/labels{/name}","releases_url":"https://api.github.com/repos/stupied4ever/git-hooks/releases{/id}","created_at":"2014-06-24T13:45:23Z","updated_at":"2014-09-03T14:37:40Z","pushed_at":"2014-09-04T17:06:59Z","git_url":"git://github.com/stupied4ever/git-hooks.git","ssh_url":"git@github.com:stupied4ever/git-hooks.git","clone_url":"https://github.com/stupied4ever/git-hooks.git","svn_url":"https://github.com/stupied4ever/git-hooks","homepage":null,"size":831,"stargazers_count":4,"watchers_count":4,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":4,"forks":1,"open_issues":4,"watchers":4,"default_branch":"master"},"network_count":1,"subscribers_count":1}'
77
+ http_version:
78
+ recorded_at: Wed, 10 Sep 2014 06:21:01 GMT
79
+ recorded_with: VCR 2.9.3