Skip to content

Commit

Permalink
1.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Dec 13, 2011
1 parent 9b2c6a9 commit 00a62bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 1.6.7 (12/13/11)

- Add support for JUnit skipped and error tags (thanks Jørgen Tjernø)

== 1.6.6 (12/06/11) == 1.6.6 (12/06/11)


- added code and spec to shorten filenames that will cause - added code and spec to shorten filenames that will cause
Expand Down
4 changes: 2 additions & 2 deletions ci_reporter.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{ci_reporter} s.name = %q{ci_reporter}
s.version = "1.6.6" s.version = "1.6.7"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Nick Sieger}] s.authors = [%q{Nick Sieger}]
s.date = %q{2011-12-06} s.date = %q{2011-12-13}
s.description = %q{CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to generate XML reports of your test, spec and/or feature runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test/spec successes and failures.} s.description = %q{CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to generate XML reports of your test, spec and/or feature runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test/spec successes and failures.}
s.email = %q{nick@nicksieger.com} s.email = %q{nick@nicksieger.com}
s.extra_rdoc_files = [%q{History.txt}, %q{Manifest.txt}, %q{LICENSE.txt}, %q{README.rdoc}] s.extra_rdoc_files = [%q{History.txt}, %q{Manifest.txt}, %q{LICENSE.txt}, %q{README.rdoc}]
Expand Down

0 comments on commit 00a62bf

Please sign in to comment.