Repository is archived
No commit activity in last 3 years
No release in over 3 years
Adds a gem command that displays the new portions of the history files of recently updated gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Description¶ ↑

Displays a list of recently updated gems, and the diffs of their change or history files relative to the previously installed version.

Install¶ ↑

Install the gem with:

gem install gem_recent-updates

Examples¶ ↑

bash> gem recent-updates
bash> gem recent-updates --since 30 # last 30 days

Bugs/Tickets¶ ↑

Please submit tickets through github’s issue tracker.

TODO¶ ↑

  • Tests!

LICENSE¶ ↑

See LICENSE.txt

CREDITS¶ ↑

Thanks to Gabriel Horner for the gem command example and howto.

The paging code is from Nathan Weizenbaum.

Bug reports: Caius Durling