Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
prep for 1.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 5, 2009
1 parent 29074f9 commit 74db477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions History.rdoc
@@ -1,4 +1,4 @@
=== Version 1.2.9 (git)
=== Version 1.2.9 / 2009-10-05

* enhancements
* manage backtrace-ignore patterns with Spec::Runner.configure (Martin
Expand Down Expand Up @@ -37,7 +37,7 @@
happens with
http://rubyforge.org/tracker/index.php?func=detail&aid=26786&group_id=1513&atid=5921)

=== Version 1.2.8 / 2008-07-16
=== Version 1.2.8 / 2009-07-16

* enhancements
* better messages for should[_not] be_nil (Chad Humphries and Rob Sanheim)
Expand Down
6 changes: 3 additions & 3 deletions lib/spec/version.rb
Expand Up @@ -4,11 +4,11 @@ module VERSION # :nodoc:
MAJOR = 1
MINOR = 2
TINY = 9
PRE = 'rc1'
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')

SUMMARY = "rspec #{STRING}"
end
end
end
end

0 comments on commit 74db477

Please sign in to comment.