ddollar-gem-github 0.4.0 → 0.4.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.
Files changed (4) hide show
  1. data/Rakefile +14 -1
  2. data/VERSION +1 -1
  3. data/gem-github.gemspec +14 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -6,7 +6,20 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "gem-github"
8
8
  gem.summary = %Q{Show Github-related stats of the same gem from different users}
9
- gem.description = gem.summary
9
+ gem.description = <<DESCRIPTION
10
+
11
+ Get Github statistics for various versions of a gem
12
+
13
+ $ gem github railroad
14
+
15
+ peterhoeg-railroad fork:no watchers:7 updated:2009-05-16
16
+ factorylabs-railroad fork:yes watchers:8 updated:2009-01-05
17
+ bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30
18
+ nono-railroad fork:yes watchers:7 updated:2009-03-13
19
+ ddollar-railroad fork:yes watchers:2 updated:2009-03-13
20
+ terotil-railroad fork:yes watchers:2 updated:2009-02-13
21
+
22
+ DESCRIPTION
10
23
  gem.email = "<ddollar@gmail.com>"
11
24
  gem.homepage = "http://github.com/ddollar/gem-github-stats"
12
25
  gem.authors = ["David Dollar"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/gem-github.gemspec CHANGED
@@ -5,12 +5,24 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gem-github}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Dollar"]
12
12
  s.date = %q{2009-08-19}
13
- s.description = %q{Show Github-related stats of the same gem from different users}
13
+ s.description = %q{
14
+ Get Github statistics for various versions of a gem
15
+
16
+ $ gem github railroad
17
+
18
+ peterhoeg-railroad fork:no watchers:7 updated:2009-05-16
19
+ factorylabs-railroad fork:yes watchers:8 updated:2009-01-05
20
+ bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30
21
+ nono-railroad fork:yes watchers:7 updated:2009-03-13
22
+ ddollar-railroad fork:yes watchers:2 updated:2009-03-13
23
+ terotil-railroad fork:yes watchers:2 updated:2009-02-13
24
+
25
+ }
14
26
  s.email = %q{<ddollar@gmail.com>}
15
27
  s.extra_rdoc_files = [
16
28
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-gem-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -32,7 +32,7 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
- description: Show Github-related stats of the same gem from different users
35
+ description: Get Github statistics for various versions of a gem $ gem github railroad peterhoeg-railroad fork:no watchers:7 updated:2009-05-16 factorylabs-railroad fork:yes watchers:8 updated:2009-01-05 bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30 nono-railroad fork:yes watchers:7 updated:2009-03-13 ddollar-railroad fork:yes watchers:2 updated:2009-03-13 terotil-railroad fork:yes watchers:2 updated:2009-02-13
36
36
  email: <ddollar@gmail.com>
37
37
  executables: []
38
38