Skip to content

Commit

Permalink
release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 21, 2008
1 parent da6bcf8 commit ef15bbe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== Maintenance
=== Version 1.1.9 / 2008-10-20

WARNING: This release removes implicit inclusion of modules in example groups.
This means that if you have 'describe MyModule do', MyModule will not be
Expand Down
2 changes: 1 addition & 1 deletion lib/spec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
unless defined? MAJOR
MAJOR = 1
MINOR = 1
TINY = 8
TINY = 9

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

Expand Down
Loading

0 comments on commit ef15bbe

Please sign in to comment.