1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

1 commit

Author SHA1 Message Date
r-obert
337262c76f
add gem-stat command … (#1707)
thanks to @dannytatom for the original gem-stats rubygems plugin, which
inspired this Pry command.

it returns some general statistics about a rubygem when given a name.
note that rubygems rate limits the requests, and thanks to that this
command can be a "Fail Whale" although the error is handled gracefully.

This commit depends on pull request:
https://github.com/pry/pry/pull/1701
2017-11-18 22:39:10 +01:00