caelum-git-reports 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.
data/README.rdoc CHANGED
@@ -1,7 +1,3 @@
1
1
  = caelum-git-reports
2
2
 
3
- Description goes here.
4
-
5
- == Copyright
6
-
7
- Copyright (c) 2009 Caue Guerra. See LICENSE for details.
3
+ Please check our {Wiki}[http://wiki.github.com/caelum/git-reports] for more information.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/bin/git-report.rb CHANGED
@@ -50,5 +50,9 @@ if (workdir and days > 0)
50
50
  summary_html.puts HtmlSummary.new(reporter.repository_summaries, "Summary", days, max_commits).generate
51
51
  summary_html.close
52
52
  else
53
- puts "Usage: git-report.rb <path to repositories> <number of days to look back> [<number of commits in summary>]"
53
+ puts "caelum-git-reports"
54
+ puts "Usage:"
55
+ puts "git-report.rb <path to repositories> <number of days to look back>"
56
+ puts "git-report.rb <path to repositories> <number of days to look back> <number of commits in summary>"
57
+ puts "git-report.rb <path to repositories> <number of days to look back> <number of commits in summary> <yaml file for commiter name translation>"
54
58
  end
data/git-reports.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{git-reports}
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Caue Guerra", "Pedro Matiello"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caelum-git-reports
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
  - Caue Guerra