gem-stats 1.0.6 → 1.0.7
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 +2 -20
- metadata +8 -6
data/README.md
CHANGED
|
@@ -4,29 +4,11 @@ View authors, dependencies, etc for rubygems.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
gem install gem-stats
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
sinatra by Blake Mizerany, Ryan Tomayko, Simon Rozet
|
|
14
|
-
http://rubygems.org/gems/sinatra
|
|
15
|
-
|
|
16
|
-
Total Downloads 120277
|
|
17
|
-
Version Downloads 50868
|
|
18
|
-
Current Version 1.0
|
|
19
|
-
|
|
20
|
-
Runtime Dependencies
|
|
21
|
-
rack >= 1.0
|
|
22
|
-
|
|
23
|
-
Development Dependencies
|
|
24
|
-
less >= 0
|
|
25
|
-
erubis >= 0
|
|
26
|
-
builder >= 0
|
|
27
|
-
haml >= 0
|
|
28
|
-
rack-test >= 0.3.0
|
|
29
|
-
shotgun >= 0.6, < 1.0
|
|
11
|
+

|
|
30
12
|
|
|
31
13
|
## Copyright
|
|
32
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem-stats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Danny Tatom
|
|
@@ -68,10 +68,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
requirements:
|
|
69
69
|
- - ">="
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
|
-
hash:
|
|
71
|
+
hash: 23
|
|
72
72
|
segments:
|
|
73
|
-
-
|
|
74
|
-
|
|
73
|
+
- 1
|
|
74
|
+
- 3
|
|
75
|
+
- 6
|
|
76
|
+
version: 1.3.6
|
|
75
77
|
requirements: []
|
|
76
78
|
|
|
77
79
|
rubyforge_project:
|