caelum-git-reports 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -40,10 +40,10 @@ if (workdir and days > 0)
40
40
  repository_html.puts HtmlReport.new(reporter.repository_stats, "Statistics for repositories", days).generate
41
41
  repository_html.close
42
42
 
43
- # Commiter stats
44
- commiter_html = File.new("committers-#{now}-#{days}.html", "w")
45
- commiter_html.puts HtmlReport.new(reporter.commiter_stats, "Statistics for commiters", days).generate
46
- commiter_html.close
43
+ # Committer stats
44
+ committer_html = File.new("committers-#{now}-#{days}.html", "w")
45
+ committer_html.puts HtmlReport.new(reporter.commiter_stats, "Statistics for committers", days).generate
46
+ committer_html.close
47
47
 
48
48
  # Commit summary
49
49
  summary_html = File.new("summary-#{now}-#{days}.html", "w")
@@ -54,5 +54,5 @@ else
54
54
  puts "Usage:"
55
55
  puts "git-report.rb <path to repositories> <number of days to look back>"
56
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>"
57
+ puts "git-report.rb <path to repositories> <number of days to look back> <number of commits in summary> <yaml file for committer name translation>"
58
58
  end
@@ -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.2"
5
+ s.version = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caue Guerra