gem-stats 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,8 +1,6 @@
1
1
  require 'httparty'
2
2
 
3
3
  class Gem::Commands::StatsCommand < Gem::Command
4
- format :json
5
-
6
4
  def initialize
7
5
  super 'stats', 'View gemcutter statistics for any given gem'
8
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Tatom