gem-stats 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +10 -0
- data/lib/rubygems/commands/stats_command.rb +0 -2
- metadata +1 -1
data/README.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
View gemcutter stastics for any given gem.
|
|
4
4
|
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
If you already have gemcutter as a source, it's as easy as:
|
|
8
|
+
|
|
9
|
+
sudo gem install gem-stats
|
|
10
|
+
|
|
11
|
+
Otherwise, you'll need to install by source
|
|
12
|
+
|
|
13
|
+
sudo gem install gem-stats --source http://gemcutter.org
|
|
14
|
+
|
|
5
15
|
## Usage
|
|
6
16
|
|
|
7
17
|
> gem stats goldfish
|