caelum-git-reports 0.2.1 → 0.2.2

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.1
1
+ 0.2.2
data/bin/git-report.rb CHANGED
@@ -41,7 +41,7 @@ if (workdir and days > 0)
41
41
  repository_html.close
42
42
 
43
43
  # Commiter stats
44
- commiter_html = File.new("commiters-#{now}-#{days}.html", "w")
44
+ commiter_html = File.new("committers-#{now}-#{days}.html", "w")
45
45
  commiter_html.puts HtmlReport.new(reporter.commiter_stats, "Statistics for commiters", days).generate
46
46
  commiter_html.close
47
47
 
data/git-reports.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{git-reports}
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
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"]
9
- s.date = %q{2009-07-01}
9
+ s.date = %q{2009-07-13}
10
10
  s.default_executable = %q{git-report.rb}
11
11
  s.email = %q{caue.guerra@gmail.com}
12
12
  s.executables = ["git-report.rb"]
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caue Guerra
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-07-01 00:00:00 -07:00
13
+ date: 2009-07-13 00:00:00 -07:00
14
14
  default_executable: git-report.rb
15
15
  dependencies: []
16
16