0.0
No commit activity in last 3 years
No release in over 3 years
See the latest commits in the Rails repository on GitHub.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 0.9.0
~> 3.5.0
 Project Readme

Rails Commits CLI

A command line app that allows you to see the latest commits from the Rails repository on GitHub

Code Climate

Installation

Install through rubygems:

$ gem install railscommits

Usage

$ railscommits --token TOKEN [--count N] [--author AUTHOR]

-t, --token       GitHub OAUTH Token
-c, --count       Optional count (number of results)
-a, --author      Optional author (e.g. dhh)
-h, --help        Display this help message.