Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Nov 30, 2012
1 parent 4d06c5d commit f7711cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.txt
@@ -1,3 +1,11 @@
== 1.8.0 (11/30/12)

- Add support for Spinach -- pull request #67 from spraints/spinach
- Merge pull request #62 from citrusmoose/master
- Merge pull request #76 from pivotal-leopold/master
- Merge pull request #78 from Marketcircle/minitest-errors
- Merge pull request #56 from orianthi/master

== 1.7.3 (10/09/12)

- Don't extend RSpec BaseFormatter but instead delegate via method_missing for
Expand Down
2 changes: 1 addition & 1 deletion ci_reporter.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Sieger"]
Expand Down
2 changes: 1 addition & 1 deletion lib/ci/reporter/version.rb
Expand Up @@ -6,6 +6,6 @@

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

0 comments on commit f7711cb

Please sign in to comment.