0.0
No commit activity in last 3 years
No release in over 3 years
RepoParser is a code example
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0
>= 0

Runtime

~> 0.13.3
 Project Readme

RepoParser

Build Status

A coding example.

Task

Take response of https://api.github.com/repositories and perform the following actions;

  • search results for any repository with “ruby” in the name and are not forks
  • sort Alphabetically by owner name
  • response should be displayed showing repo name, owner name, URL to repo

Try it

$ gem install repo_parser

$ repo_parser

RepoParser
==========
ruby-on-rails-tmbundle:
  name:  ruby-on-rails-tmbundle
  url:   https://github.com/drnic/ruby-on-rails-tmbundle
  owner: drnic
----------
ruby-git:
  name:  ruby-git
  url:   https://github.com/schacon/ruby-git
  owner: schacon
----------
Total: 2