Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Apr 18, 2009
1 parent 47fb8fa commit cae51ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 1.5.3

- Compatibility with latest RSpec (1.2.4); (Paul Boone)

== 1.5.2

- Compatibility with latest RSpec (1.1.11 or so); use example
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Spec::Rake::SpecTask.new do |t|
end

Spec::Rake::SpecTask.new("spec:rcov") do |t|
t.rcov_opts << '--exclude gems/*'
t.rcov = true
end
# so we don't confuse autotest
Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CI
module Reporter
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end

0 comments on commit cae51ac

Please sign in to comment.