ddollar-gem-github-stats 0.2.0 → 0.2.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.
@@ -4,12 +4,12 @@
4
4
 
5
5
  $ gem github railroad
6
6
 
7
- peterhoeg-railroad fork:no watchers:7 updated:2009-05-16
8
- factorylabs-railroad fork:yes watchers:8 updated:2009-01-05
9
- bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30
10
- nono-railroad fork:yes watchers:7 updated:2009-03-13
11
- ddollar-railroad fork:yes watchers:2 updated:2009-03-13
12
- terotil-railroad fork:yes watchers:2 updated:2009-02-13
7
+ peterhoeg-railroad fork:no watchers:7 updated:2009-05-16
8
+ factorylabs-railroad fork:yes watchers:8 updated:2009-01-05
9
+ bryanlarsen-railroad fork:yes watchers:7 updated:2009-06-30
10
+ nono-railroad fork:yes watchers:7 updated:2009-03-13
11
+ ddollar-railroad fork:yes watchers:2 updated:2009-03-13
12
+ terotil-railroad fork:yes watchers:2 updated:2009-02-13
13
13
 
14
14
  == Copyright
15
15
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gem-github-stats}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.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"]
@@ -31,7 +31,7 @@ class Gem::Commands::GithubCommand < Gem::Command
31
31
  end
32
32
 
33
33
  github_stats_sort(stats).each do |stat|
34
- say "%-30s fork:%-3s watchers:%-3d updated:%s" % [
34
+ say "%-30s fork:%-4s watchers:%-3d updated:%s" % [
35
35
  stat[:name],
36
36
  stat[:fork] ? 'yes' : 'no',
37
37
  stat[:watchers],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-gem-github-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar