Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Oct 9, 2012
1 parent 39692c4 commit f159b53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 1.7.3 (10/09/12)

- Don't extend RSpec BaseFormatter but instead delegate via method_missing for
better forward-compatibility

== 1.7.2 (9/10/12)

- #73: do not search ancestors when checking Test::Unit.const_defined? (Sean Walbran)
Expand Down
4 changes: 2 additions & 2 deletions ci_reporter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "ci_reporter"
s.version = "1.7.2"
s.version = "1.7.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Sieger"]
s.date = "2012-09-10"
s.date = "2012-10-09"
s.description = "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 = "nick@nicksieger.com"
s.extra_rdoc_files = ["History.txt", "LICENSE.txt", "Manifest.txt", "README.rdoc"]
Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module CI
module Reporter
VERSION = "1.7.2"
VERSION = "1.7.3"
end
end

0 comments on commit f159b53

Please sign in to comment.