gem-github 0.4.1 → 0.4.2

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 +1 -14
  2. data/VERSION +1 -1
  3. data/gem-github.gemspec +2 -14
  4. metadata +2 -14
data/Rakefile CHANGED
@@ -6,20 +6,7 @@ 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 = <<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
9
+ gem.description = gem.summary
23
10
  gem.email = "<ddollar@gmail.com>"
24
11
  gem.homepage = "http://github.com/ddollar/gem-github-stats"
25
12
  gem.authors = ["David Dollar"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
data/gem-github.gemspec CHANGED
@@ -5,24 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gem-github}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
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{
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
- }
13
+ s.description = %q{Show Github-related stats of the same gem from different users}
26
14
  s.email = %q{<ddollar@gmail.com>}
27
15
  s.extra_rdoc_files = [
28
16
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -32,19 +32,7 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
- description: |+
36
-
37
- Get Github statistics for various versions of a gem
38
-
39
- $ gem github railroad
40
-
41
- peterhoeg-railroad fork:no watchers:7 updated:2009-05-16
42
- factorylabs-railroad fork:yes watchers:8 updated:2009-01-05
43
- bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30
44
- nono-railroad fork:yes watchers:7 updated:2009-03-13
45
- ddollar-railroad fork:yes watchers:2 updated:2009-03-13
46
- terotil-railroad fork:yes watchers:2 updated:2009-02-13
47
-
35
+ description: Show Github-related stats of the same gem from different users
48
36
  email: <ddollar@gmail.com>
49
37
  executables: []
50
38